¬* {
    -webkit-font-smoothing: antialiased;
    font-family: "Copernicus-Roman";
}

.japan,
.japan * {
    font-family: "MS Gothic" !important;
}

@font-face {
    font-family: "Copernicus-Roman";
    src: url(../fonts/AQRCopernicus-Roman.eot);
    src:
        url(../fonts/AQRCopernicus-Romand41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRCopernicus-Roman.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRCopernicus-Roman.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Copernicus-Italic";
    src: url(../fonts/AQRCopernicus-Italic.eot);
    src:
        url(../fonts/AQRCopernicus-Italicd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRCopernicus-Italic.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRCopernicus-Italic.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Copernicus-Bold";
    src: url(../fonts/AQRCopernicus-Bold.eot);
    src:
        url(../fonts/AQRCopernicus-Boldd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRCopernicus-Bold.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRCopernicus-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Copernicus-BoldItalic";
    src: url(../fonts/AQRCopernicus-BoldItalic.eot);
    src:
        url(../fonts/AQRCopernicus-BoldItalicd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRCopernicus-BoldItalic.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRCopernicus-BoldItalic.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Polaris-Roman";
    src: url(../fonts/AQRPolaris-Roman.eot);
    src:
        url(../fonts/AQRPolaris-Romand41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRPolaris-Roman.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRPolaris-Roman.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Polaris-Italic";
    src: url(../fonts/AQRPolaris-Italic.eot);
    src:
        url(../fonts/AQRPolaris-Italicd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRPolaris-Italic.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRPolaris-Italic.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Polaris-Bold";
    src: url(../fonts/AQRPolaris-Bold.eot);
    src:
        url(../fonts/AQRPolaris-Boldd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRPolaris-Bold.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRPolaris-Bold.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Polaris-BoldItalic";
    src: url(../fonts/AQRPolaris-BoldItalic.eot);
    src:
        url(../fonts/AQRPolaris-BoldItalicd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRPolaris-BoldItalic.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRPolaris-BoldItalic.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Lodestone Wealth-icons";
    src: url(../fonts/AQRicons.eot);
    src:
        url(../fonts/AQRiconsd41d.eot?#iefix) format("embedded-opentype"),
        url(../fonts/AQRicons.woff) format("woff"),
        url(../../index.html) format("ttf"),
        url(../fonts/AQRicons.svg) format("svg");
    font-weight: 700;
    font-style: normal;
}

@-webkit-keyframes show-in {
    0% {
        display: block;
        opacity: 0;
        position: relative;
    }
    50% {
        display: block;
        opacity: 0.5;
        position: relative;
    }
    100% {
        display: block;
        opacity: 1;
        position: relative;
    }
}

@-webkit-keyframes show-out {
    0% {
        opacity: 1;
    }
    70% {
        display: none;
        opacity: 0;
    }
    100% {
        display: none;
        opacity: 0;
    }
}

@-webkit-keyframes slide-down {
    0%,
    100% {
        margin: 0 5px;
        margin-top: -2px;
    }
    70% {
        margin: 0 5px;
        margin-top: 0;
    }
}

@keyframes dash {
    to {
        display: block;
        stroke-dashoffset: 0;
    }
}

@keyframes wave {
    0% {
        height: 100%;
    }
    40% {
        height: 10%;
    }
    80% {
        height: 100%;
    }
    100% {
        height: 100%;
    }
}

@keyframes textWhiteToBlack {
    0% {
        color: #fff;
    }
    100% {
        color: #000;
    }
}

@keyframes textShowup {
    30% {
        opacity: 1;
        padding-top: 0;
    }
    100% {
        opacity: 1;
        padding-top: 0;
    }
}

@keyframes fullOpacity {
    100% {
        opacity: 1;
    }
}

@keyframes removeOpacity {
    100% {
        opacity: 0;
    }
}

@keyframes gradientTransition {
    12% {
        transform: translateY(-50%);
    }
    50% {
        transform: translateY(-60%);
    }
    75% {
        transform: translateY(-60%);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes translateToBegin {
    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@keyframes translateToRight {
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes panning {
    from {
        background-position: 100% 0.001%;
    }
    to {
        background-position: 0.001% 0.001%;
    }
}

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
*,
::before,
::after {
    background-repeat: no-repeat;
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    vertical-align: inherit;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    cursor: default;
}

body {
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

body {
    margin: 0;
}

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

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

nav ol,
nav ul {
    list-style: none;
}

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

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

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

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
    font-family: "Copernicus-Bold";
}

strong em,
strong em span {
    font-family: "Copernicus-Bold";
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #ffff00;
    color: #000000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000000;
    text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg {
    fill: currentColor;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
}

button,
input,
select,
textarea {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

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

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

[hidden] {
    display: none;
}

[aria-busy="true"] {
    cursor: progress;
}

[aria-controls] {
    cursor: pointer;
}

[aria-hidden="false"][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    display: inherit;
    position: absolute;
}

[aria-disabled] {
    cursor: default;
}

.bc-player-default_default .vjs-big-play-button {
    background: rgba(0, 0, 0, 0.45);
    border: solid 3px #3b69c3;
    border-radius: 50%;
    cursor: pointer;
    height: 100px !important;
    left: 50% !important;
    position: absolute;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 100px !important;
}

.bc-player-default_default .vjs-big-play-button:before {
    color: #3b69c3;
    content: "\e001";
    display: block;
    font-family: VideoJS;
    font-size: 28px !important;
    line-height: 27px;
    margin: 36px auto;
    opacity: 0.8;
    text-align: center;
    width: 23px;
}

.bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button {
    background: rgba(255, 255, 255, 0.65);
    border: 3px solid #3b69c3 !important;
    border-radius: 50%;
    cursor: pointer;
    height: 60px !important;
    left: 12% !important;
    position: absolute;
    top: 80% !important;
    transform: translate(-50%, -50%);
    width: 60px !important;
    display: block;
}

.bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button:before {
    color: #3b69c3 !important;
    content: "\25B7";
    display: block;
    font-family: VideoJS;
    font-size: 28px !important;
    line-height: 0px;
    margin: 28px auto;
    opacity: 0.8;
    text-align: center;
    width: 18px;
}

.bc-player-playleftbottom-custom.bc-player-default_default.vjs-has-started .vjs-big-play-button {
    display: none;
}

@media screen and (max-width: 450px) {
    .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button {
        height: 40px !important;
        width: 40px !important;
        left: 15% !important;
        top: 77% !important;
    }

    .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button:before {
        font-size: 25px !important;
        margin: 18px auto;
        width: 17px;
    }
}

@media screen and (min-width: 1200px) {
    .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button {
        height: 70px !important;
        width: 70px !important;
    }

    .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button:before {
        margin: 33px auto;
    }
}

.bc-player-default_default.vjs-mouse .vjs-control-bar {
    display: none;
}

.bc-player-default_default.vjs-has-started .vjs-control-bar {
    display: flex;
}

.gradient-default {
    background-image: linear-gradient(135deg, #68a6de, #005f87);
}

[v-cloak] {
    display: none;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    display: flex;
    flex-direction: column;
}

html body {
    height: 100%;
    min-height: 100vh;
}

html main {
    min-height: 60%;
    flex: 1 0 auto;
}

html.stop-scrolling {
    overflow-y: hidden;
}

html._prevent-scroll {
    overflow: hidden;
}

html._menu-open {
    height: auto;
    overflow: hidden;
}

html._nav-open {
    height: auto;
    overflow: hidden;
}

html._nav-open body {
    overflow: hidden;
}

@media all and (min-width: 0) and (max-width: 374px) {
    html._nav-open .hamburger {
        margin-left: -25px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    html._nav-open .nav2,
    html._nav-open main,
    html._nav-open .article-page__disclaimer,
    html._nav-open .global-footer {
        transform: translateX(290px);
        transition: transform 0.5s ease;
    }

    html._nav-open .nav2 {
        background-color: transparent;
    }

    html._nav-open .learning-center__nav {
        display: none;
    }

    html._nav-open body > .global-header {
        transform: translateX(290px);
        transition: transform 0.5s ease;
    }

    html._nav-open .hamburger:before,
    html._nav-open .hamburger:after {
        background-color: #fff;
    }

    html._nav-open main,
    html._nav-open .article-page__disclaimer,
    html._nav-open .global-footer {
        overflow-y: hidden;
    }

    html._nav-open main:after,
    html._nav-open .article-page__disclaimer:after,
    html._nav-open .global-footer:after {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        content: "";
        height: 100%;
        touch-action: none;
        width: 100vw;
        z-index: 10;
    }
}

main,
.article-page__disclaimer,
.global-footer {
    transition: transform 0.5s ease;
}

body > .global-header {
    transition: transform 0.5s ease;
}

.font-white {
    color: #fff;
}

.left {
    float: left;
}

.right {
    float: right;
}

._hidden {
    display: none;
}

._block {
    display: block;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.edition-mode .page-wrapper {
    position: relative;
}

.separator {
    color: #000;
}

.spacer {
    margin-bottom: 16px;
}

.img-constrainer {
    height: auto;
    width: 100%;
}

.container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.container--full-bleed {
    margin: 0;
    max-width: 100%;
}

.container--base {
    display: block;
}

@media all and (min-width: 1024px) {
    .container ._no-desktop {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .container {
        margin: 0 100px;
    }

    .container--full-bleed {
        margin: 0;
    }

    .container--fb-medium {
        margin: 0;
    }

    .container ._no-tablet {
        display: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .container {
        margin: 0 15px;
    }

    .container--full-bleed {
        margin: 0;
    }

    .container--fb-small {
        margin: 0;
    }

    .container ._no-mobile {
        display: none;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .container {
        margin: 0 4%;
    }

    .container--full-bleed {
        margin: 0;
    }
}

.button {
    cursor: pointer;
    display: inline-block;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 20px;
    max-width: 380px;
    overflow: hidden;
    padding: 21px 25px 18px;
    text-align: left;
    text-decoration: none;
    z-index: 1;
}

.button--default {
    min-width: 275px;
    padding: 15px 40px 15px 20px;
    position: relative;
    transition: all 0.5s ease;
}

.button--default:before {
    content: "\f105";
    float: right;
    font-family: "Lodestone Wealth-icons";
    margin-left: 22px;
    margin-right: 8px;
    margin-top: -2px;
    position: absolute;
    right: 26px;
    top: calc(50% - 10px);
    transition: margin 0.5s ease;
}

.button--default:hover:before {
    margin-left: 30px;
    margin-right: 0px;
}

.button--default__white {
    border: 1px solid #fff;
    color: #fff;
    height: 4.5em;
    line-height: 24px;
    min-width: 380px;
    padding: 17px 67px 17px 25px;
}

.button--default__white:hover {
    border-color: #009fdf;
    color: #009fdf;
}

.button--default__cyan {
    border: 1px solid #009fdf;
    color: #009fdf;
}

.button--default__cyan:hover {
    border-color: #fff;
    color: #fff;
}

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

.button--secondary:before {
    content: "";
}

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

.button--secondary2:before {
    content: "";
}

.button--secondary2:hover {
    border-color: #fff;
    color: #fff;
}

.button--thernary {
    background-color: #012169;
    color: #fff;
}

.button--thernary:hover {
    color: #fff;
}

.button--external:before {
    content: "\e90e";
    font-size: 1.2rem;
    margin: 0 5px;
    margin-top: -2px;
    transition: margin 0.2s ease;
}

.button--external:after {
    content: "\e90d";
    font-family: "Lodestone Wealth-icons";
    font-size: 1.2rem;
    margin-top: -2px;
    position: absolute;
    right: 30px;
}

.button--external:hover:before {
    margin: -5px 2px;
}

.button--download:before {
    content: "\e90a";
    font-size: 1.2rem;
    margin: 0 5px;
    margin-top: -2px;
}

.button--download:hover:before {
    animation-duration: 0.9s;
    animation-fill-mode: forwards;
    animation-iteration-count: 2;
    animation-name: slide-down;
    animation-timing-function: ease;
}

.button--icon:after {
    content: "\e900";
    font-family: "Lodestone Wealth-icons";
    font-size: 50px;
    transition: color 0.5s ease;
}

.button--icon:hover {
    color: #012169;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .button {
        font-size: 14px;
        line-height: 23px;
    }

    .button--default {
        min-width: 100%;
    }

    .button--external:before {
        top: calc(47% - 10px);
    }
}

a {
    color: #3b69c3;
    font-size: inherit;
    text-decoration: none;
    transition: color 0.5s ease;
}

a:hover {
    color: #01153d;
    cursor: pointer;
}

a .icon-Lodestone Wealth {
    color: #009fdf;
}

a .icon-Lodestone Wealth:hover {
    color: #009fdf;
}

a .icon-Lodestone Wealth-flex {
    color: #000;
}

a .icon-Lodestone Wealth-flex:hover {
    color: #000;
}

.cta {
    font-family: "Polaris-Roman";
    font-size: inherit;
    font-size: 14px;
    line-height: 27px;
    text-decoration: none;
    transition: color 0.5s ease;
}

.cta.bold {
    font-family: "Polaris-Bold";
}

.cta.accent {
    font-family: "Copernicus-Bold";
}

@media all and (min-width: 1024px) {
    .cta.hover {
        font-family: "Lodestone Wealth Copernicus" !important;
    }
}

.cta--tiny {
    font-size: 12px;
}

.cta:hover {
    cursor: pointer;
}

.cta--white {
    color: #fff;
}

.cta--white:hover {
    color: #fff;
}

.cta--white.bold {
    font-family: "Copernicus-Bold";
}

.cta--login {
    color: #000;
}

.cta--login:hover {
    color: #009fdf;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .cta--login {
        color: #fff;
    }
}

.cta--login:nth-child(2n) {
    margin-left: 12px;
    padding-left: 15px;
    position: relative;
}

.cta--login:nth-child(2n):before {
    background-color: #009fdf;
    content: "";
    display: inline-block;
    height: 18px;
    width: 1px;
    bottom: auto;
    left: 0px;
    position: absolute;
    right: auto;
    top: -2px;
}

.cta--default:hover {
    color: #fff;
}

.cta--nohover:hover {
    color: #009fdf;
}

.cta--black {
    color: #000;
}

.cta--black:hover {
    color: #000;
    cursor: pointer;
}

.cta--cyan {
    color: #009fdf;
    line-height: 24px;
}

.cta--arrow {
    position: relative;
}

.cta--arrow:after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    padding-left: 22px;
    transition: padding-left 0.5s ease;
}

.cta--arrow:hover:after {
    padding-left: 30px;
}

.cta--ourapproach--arrow {
    position: relative;
}

.cta--ourapproach--arrow:after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    margin-top: -1px;
    padding-left: 4%;
    position: absolute;
    transition: padding-left 0.5s ease;
}

@media all and (min-width: 1024px) {
    .cta--ourapproach--arrow:hover {
        color: #009fdf !important;
    }
}

.cta--ourapproach--arrow:hover:after {
    color: #fff;
    padding-left: 6%;
}

@media all and (min-width: 1024px) {
    .cta--ourapproach--arrow:hover:after {
        color: !important;
    }
}

.cta--ourapproach--arrow1:after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    margin-top: -1px;
    padding-left: 4%;
    transition: padding-left 0.5s ease;
}

@media all and (min-width: 1024px) {
    .cta--ourapproach--arrow1:hover {
        color: #009fdf !important;
    }
}

.cta--ourapproach--arrow1:hover:after {
    color: #fff;
    padding-left: 6%;
}

@media all and (min-width: 1024px) {
    .cta--ourapproach--arrow1:hover:after {
        color: #009fdf !important;
    }
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    position: relative;
}

[class^="icon-"]:before,
[class^="icon-"]:after,
[class*=" icon-"]:before,
[class*=" icon-"]:after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: "Lodestone Wealth-icons" !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.icon-download:before {
    content: "\e921";
}

.icon-footer-twitter:before {
    content: "\e90b";
}

.icon-footer-linkedin:before {
    content: "\e90c";
}

.icon-link-out:before {
    content: "\e90e";
    font-size: 2rem;
}

.icon-link-out:after {
    content: "\e90d";
    font-size: 2.2rem;
    position: absolute;
    right: 0;
}

.icon-twitter:before {
    content: "\e90f";
}

.icon-footer-facebook:before {
    content: "\e910";
}

.icon-linkedin:before {
    content: "\e911";
}

.icon-email:before {
    content: "\e912";
}

.icon-link:before {
    content: "\e913";
}

.icon-arrow:before {
    content: "\e903";
}

.icon-award:before {
    color: #009fdf;
    content: "\e904";
    font-size: 20px;
}

.icon-award-article:before {
    content: "\e904";
}

.icon-audio-article:before {
    content: "\e926";
}

.icon-warn:before {
    content: "\e924";
}

.icon-video-article:before {
    content: "\e927";
    margin-right: 7px;
}

.icon-close:before {
    content: "\e902";
}

.icon-info:before {
    content: "\e924";
}

.icon-play:before {
    color: #888b8d;
    content: "\e900";
    font-size: 20px;
}

.icon-menu:before {
    content: "\e901";
    font-size: 20px;
    margin-right: 20px;
}

.icon-more:before {
    content: "\e905";
}

.icon-save {
    cursor: pointer;
}

.icon-save:before {
    content: "\e906";
}

.icon-save:hover:before {
    color: #009fdf;
}

.icon-remove {
    cursor: pointer;
}

.icon-remove:before {
    content: "\e91c";
}

.icon-remove:hover:before {
    color: #009fdf;
}

.icon-saved {
    cursor: pointer;
}

.icon-saved:before {
    content: "\e91d";
}

.icon-saved:after {
    color: #fff;
    content: "\e91e";
    margin-left: -0.7822265625em;
    position: absolute;
    top: 2px;
}

.icon-saved:hover:before {
    color: #d0d0dc;
}

.icon-saved:hover:after {
    color: #fff;
}

.icon-search:before {
    content: "\e907";
}

.icon-share-2:before {
    content: "\e908";
}

.icon-share:before {
    content: "\e91f";
}

.icon-section-down-arrow:before {
    content: "\e909";
    font-size: 80px;
}

.icon-arrow2:before {
    content: "\f105";
}

.icon-caret:before {
    content: "\f105";
    display: inline-block;
    transform: rotate(90deg);
}

.icon-down-arrow:before {
    content: "\f105";
    position: absolute;
    transform: rotate(90deg);
    transition: transform 0.5s ease;
}

.icon-Lodestone Wealth:before {
    content: "\e914";
}

.icon-checkmark:before {
    content: "\e915";
}

.icon-checkmark2:before {
    content: "\e916";
}

.icon-locked:before {
    color: #888b8d;
    content: "\e917";
    font-size: 20px;
}

.icon-lightbulb:before {
    content: "\e918";
}

.icon-flag:before {
    content: "\e919";
}

.icon-search-2:after {
    content: "\e91a";
}

.icon-subscribe:before {
    content: "\e920";
}

.icon-toggle:before {
    content: "\e91b";
}

.hamburger {
    height: 20px;
    position: relative;
    width: 20px;
}

.hamburger:before,
.hamburger:after {
    background-color: #333;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 2px;
    transition:
        transform 0.5s ease,
        top 0.3s ease;
    width: 20px;
}

.hamburger:after {
    top: 12px;
}

.hamburger._active:before {
    top: 10px;
    transform: rotateZ(-45deg);
}

.hamburger._active:after {
    top: 10px;
    transform: rotateZ(45deg);
}

.icon-spacer {
    border-right: 1px solid #d0d0ce;
    margin-right: 10px;
    padding-right: 15px;
}

.icon-margin {
    margin-right: 10px;
}

.icon-print {
    max-height: 24px;
}

input,
textarea {
    background-color: #fff;
    border: 1px solid #d0d0ce;
    width: 100%;
}

input {
    border-radius: 0px;
    height: 60px;
    padding: 0 25px;
}

textarea {
    height: 300px;
    padding: 20px 25px;
    resize: none;
}

.captcha {
    width: 250px;
}

.input-field,
.search-bar {
    position: relative;
}

.input-field input,
.search-bar input {
    -khtml-user-select: none;
    transition: box-shadow 0.4s ease;
    user-select: none;
    webkit-touch-callout: none;
}

.input-field input:focus,
.input-field input:active,
.search-bar input:focus,
.search-bar input:active {
    border: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.4s ease;
}

.input-field input:focus + .icon-search,
.input-field input:active + .icon-search,
.search-bar input:focus + .icon-search,
.search-bar input:active + .icon-search {
    color: #3b69c3;
}

.input-field .icon-search,
.search-bar .icon-search {
    position: absolute;
    right: 23px;
    top: 15px;
    color: #d0d0ce;
    font-size: 30px;
    transition: color 0.5s ease;
}

.search-bar {
    max-width: 100%;
    width: 585px;
}

.form-field {
    margin-bottom: 40px;
    max-width: 100%;
    position: relative;
    width: 585px;
}

.form-field::-ms-clear,
.form-field::-ms-reveal {
    display: none;
}

.form-field__input,
.form-field__text-area,
.form-field__dropdown {
    -khtml-user-select: none;
    background-color: transparent;
    border-radius: 0;
    color: #333;
    font-family: "Polaris-Bold";
    font-size: 14px;
    line-height: 24px;
    outline: none;
    transition: border 0.4s ease;
    user-select: none;
}

.form-field__input:focus,
.form-field__input:active,
.form-field__text-area:focus,
.form-field__text-area:active,
.form-field__dropdown:focus,
.form-field__dropdown:active {
    border: 1px solid #202020;
}

.form-field__input::placeholder,
.form-field__text-area::placeholder,
.form-field__dropdown::placeholder {
    color: #888b8d;
    font-family: "Polaris-Roman";
}

.form-field input[type="email"]::-ms-clear,
.form-field input[type="text"]::-ms-clear {
    display: none;
}

.form-field__text-area {
    font-family: "Polaris-Roman";
}

.form-field__placeholder {
    left: 25px;
    position: absolute;
    top: 20px;
    color: #888b8d;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
    transition:
        all 0.4s linear,
        left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 150px;
    z-index: -1;
}

.form-field__error-message {
    position: absolute;
    right: 25px;
    top: 20px;
    color: #685bc7;
    font-family: "Polaris-Bold";
    font-size: 14px;
    line-height: 24px;
    opacity: 0;
}

.form-field__help-text {
    display: none;
    margin-top: 15px;
}

.form-field__dropdown {
    border: 1px solid #d0d0ce;
    color: #888b8d;
    font-family: "Polaris-Roman";
    max-height: 60px;
    padding: 20px 25px;
}

.form-field__dropdown:hover {
    cursor: pointer;
}

.form-field__dropdown__default {
    font-family: "Polaris-Roman";
}

.form-field__dropdown__arrow {
    float: right;
    transform: rotate(90deg);
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.form-field__dropdown__arrowright {
    float: right;
}

.form-field__dropdown._small {
    border-color: transparent;
    color: #009fdf;
    height: 66px;
    width: 130px;
}

.form-field__dropdown._small:hover,
.form-field__dropdown._small.active {
    border-color: #d0d0ce;
}

.form-field__dropdown__list {
    left: -1px;
    position: absolute;
    top: 44px;
    background-color: #fff;
    border: 1px solid #d0d0ce;
    max-height: 300px;
    opacity: 0;
    overflow: auto;
    padding: 0;
    width: calc(100% + 2px);
    z-index: -1;
}

.form-field__dropdown__list span {
    color: #333;
    display: block;
    font-family: "Polaris-Roman";
    padding: 20px 25px;
    width: 100%;
}

.form-field__dropdown__list span:hover {
    background-color: #f2fafd;
    font-family: "Polaris-Bold";
}

.form-field__dropdown__list li {
    display: grid;
    height: 60px;
    margin: 0;
    padding: 0;
    width: 100%;
}

.form-field__dropdown__list li::before {
    content: none;
}

.form-field__hidden {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -1;
}

.form-field__submit {
    background-color: #009fdf;
    color: #fff;
    height: 60px;
    margin-top: 40px;
    max-width: 585px;
    text-align: center;
    width: 100%;
}

input[type="checkbox"] {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 0;
}

input[type="checkbox"] + label {
    color: #333;
    display: inline-block;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
    padding-left: 35px;
    position: relative;
}

input[type="checkbox"] + label:hover {
    cursor: pointer;
}

input[type="checkbox"] + label:before {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    border: 1px solid #009fdf;
    color: rgba(0, 0, 0, 0);
    content: "\e916";
    font-family: "Lodestone Wealth-icons";
    font-size: 10px;
    height: 20px;
    line-height: 1.3;
    padding: 2px 2px 4px;
    width: 20px;
}

input[type="checkbox"] + label._partial-selected:after {
    left: 5px;
    position: absolute;
    top: 10px;
    border-top: 1px solid #009fdf;
    content: "";
    width: 10px;
}

input[type="checkbox"]:checked + label {
    color: #009fdf;
}

input[type="checkbox"]:checked + label:before {
    color: #009fdf;
}

input[type="checkbox"]:checked + label._partial-selected:after {
    border: 0;
}

input[type="search"]::-ms-clear {
    display: none;
}

.active .form-field__dropdown {
    font-family: "Polaris-Bold";
}

.active .form-field__dropdown._small {
    border: 1px solid #d0d0ce;
}

.active .form-field__placeholder {
    font-size: 12px;
    left: 65%;
    line-height: 21px;
    text-align: right;
    transition:
        all 0.4s linear,
        left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

@media all and (min-width: 1024px) {
    .active .form-field__input {
        padding-right: 180px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .active .form-field__input {
        padding-right: 160px;
    }

    .active .form-field__placeholder {
        left: 59%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .active .form-field__input {
        padding-right: 140px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .active .form-field__placeholder {
        left: 25px;
        position: absolute;
        top: 20px;
        opacity: 0;
        text-align: left;
    }
}

.active .form-field__dropdown__arrow {
    transform: rotate(270deg);
    transition: transform 1s cubic-bezier(1, 0, 0, 1);
}

.active .form-field__dropdown__list {
    opacity: 1;
    z-index: 1;
}

.completed .form-field__dropdown__default {
    color: #333;
    font-family: "Polaris-Bold";
}

.error .form-field__input {
    border-bottom: 4px solid #685bc7;
}

.error .form-field__error-message {
    opacity: 1;
}

.error .form-field__help-text {
    display: block;
}

.nav__fieldset {
    border: 0;
    padding: 0;
}

.nav__fieldset.no-margin {
    margin: 0;
}

.nav__fieldset.hidden {
    display: none;
}

.nav__role.hidden {
    display: none;
}

.nav__legend {
    color: #333;
    font-family: "Polaris-Bold";
    font-size: 12px;
    line-height: 21px;
    margin-bottom: 20px;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav__legend {
        color: #fff;
    }
}

.nav__region {
    background-color: #fff;
    border-radius: 0;
    float: right;
    font-family: "Polaris-Bold";
    font-size: 14px;
    height: 60px;
    line-height: 24px;
    max-width: 345px;
    padding: 20px 25px;
    width: 100%;
}

.nav__radio,
.nav__check {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    width: 0;
}

.nav__radio + label,
.nav__check + label {
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
}

.nav__radio + label:hover,
.nav__check + label:hover {
    cursor: pointer;
}

.nav__radio + label {
    background-color: #fff;
    border: 1px solid #d0d0ce;
    color: #333;
    display: inline-block;
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
    max-width: 230px;
    padding: 18px 40px;
    text-align: center;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav__radio + label {
        width: 100%;
    }
}

.nav__radio:checked + label {
    border-color: #009fdf;
    padding: 18px 30px 18px 50px;
    position: relative;
}

.nav__radio:checked + label:before {
    content: "\e915";
    font-family: "Lodestone Wealth-icons";
    left: 20px;
    position: absolute;
}

.nav__radio:checked + label {
    color: #009fdf;
}

.nav__check + label {
    color: #333;
    float: right;
    margin: 0 38px 30px;
    position: relative;
    text-align: right;
}

.nav__check + label:before {
    display: none;
}

.nav__check + label:after {
    border: 1px solid #009fdf;
    color: rgba(0, 0, 0, 0);
    content: "\e916";
    font-family: "Lodestone Wealth-icons";
    font-size: 10px;
    height: 20px;
    line-height: 1.3;
    margin-left: 15px;
    padding: 2px 2px 4px;
    position: absolute;
    width: 20px;
}

.nav__check:checked + label:after {
    color: #009fdf;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav__legend {
        text-align: inherit;
    }

    .nav__check + label {
        color: #fff;
        display: block;
        float: initial;
        margin: 0 0 0 -30px;
        text-align: center;
    }

    .nav__radio + label {
        width: 100%;
    }
}

.nav--blue .nav__legend {
    color: #fff;
}

.nav--blue .nav__check + label {
    color: #fff;
}

ul {
    list-style: none;
}

ul li {
    list-style-type: none;
}

ul li:before {
    color: #4c4c4c;
    content: "\25c6";
    font-size: 0.9em;
    margin-left: -2em;
    padding-right: 1.3em;
    vertical-align: text-bottom;
}

ul.unstyled {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.unstyled li:before {
    content: none;
    padding-right: 0;
}

.content-loader {
    display: none;
    height: 0px;
    left: 0;
    position: absolute;
}

.content-loader.active {
    align-items: center;
    display: flex;
    height: 200px;
    width: 100%;
}

.content-loader .loader-wave {
    margin: 0 auto;
}

.content-loader .loader {
    height: 30px;
    position: relative;
    width: 50px;
}

.content-loader .loader span,
.content-loader .loader:before,
.content-loader .loader:after {
    background: #009fdf;
    display: block;
    height: 100%;
    position: absolute;
    width: 6px;
}

.content-loader .loader span {
    animation: wave 0.9s linear infinite 0.3s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content-loader .loader:before,
.content-loader .loader:after {
    content: "";
}

.content-loader .loader:before {
    animation: wave 0.9s linear infinite;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.content-loader .loader:after {
    animation: wave 0.9s linear infinite 0.6s;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.richtext h2 {
    font-family: "Copernicus-Bold";
    letter-spacing: normal;
    font-size: 17px;
    line-height: 33px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .richtext h2 {
        font-size: 17px;
        line-height: 33px;
    }
}

@media all and (min-width: 1024px) {
    .richtext h2 {
        font-size: 17px;
        line-height: 33px;
    }
}

.richtext h3 {
    color: #333;
    font-family: "Copernicus-Bold";
}

.richtext .headline-italic {
    font-family: "Copernicus-BoldItalic";
}

.richtext p,
.richtext ul {
    font-size: 17px;
    padding: 0;
}

.richtext p li,
.richtext ul li {
    font-size: inherit;
    line-height: 33px;
    margin-bottom: 1rem;
    padding-left: 20px;
    position: relative;
}

.richtext p li:before,
.richtext ul li:before {
    background-color: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: 5px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 12px;
    width: 5px;
}

.richtext ol {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
}

.richtext ol li {
    font-size: inherit;
    line-height: 33px;
    margin-bottom: 1rem;
    padding: 0 0 0 20px;
    position: relative;
}

.richtext ol li:before {
    content: counter(item);
    counter-increment: item;
    font-family: "Polaris-Bold";
    font-size: 12px;
    left: 0;
    line-height: 21px;
    position: absolute;
    top: 7px;
}

.richtext.small p,
.richtext.small ul,
.richtext.small li,
.richtext.small h2 {
    font-size: 12px;
}

.richtext .sub-headline {
    font-family: "Copernicus-BoldItalic";
}

.richtext blockquote {
    font-family: "Copernicus-Italic";
    font-size: 17px;
    line-height: 33px;
    margin: 40px 0;
    text-align: left;
}

.richtext b,
.richtext strong {
    font-family: "Copernicus-Bold";
}

.richtext i,
.richtext em {
    font-family: "Copernicus-Italic";
}

.richtext strong em,
.richtext strong em span,
.richtext b i,
.richtext b em,
.richtext strong i,
.richtext b i span,
.richtext b em span,
.richtext strong i span {
    font-family: "Copernicus-Bold";
}

.richtext img {
    height: auto !important;
    max-width: 100%;
}

.richtext .separator {
    background: #d0d0ce;
    height: 1px;
    margin: 30px 0;
    width: 100%;
}

.richtext .separator.blue {
    background: #006ac6;
}

@media all and (min-width: 1024px) {
    .richtext blockquote {
        margin: 60px 0 60px 72px;
    }
}

.edit-module {
    clear: both;
    margin-bottom: 30px;
    margin-top: 30px;
    overflow: auto;
    padding: 20px;
}

.edit-cta__white {
    color: #fff;
}

.svg__path {
    opacity: 0;
}

.svg--animate {
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-name: dash;
    animation-timing-function: ease;
    opacity: 1;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

h1 span,
h2 span,
h3 span,
h4 span {
    font-family: inherit;
}

h1,
.h1,
.hero-title {
    font-size: 27px;
    line-height: 40px;
    font-family: "Copernicus-Roman";
    margin-bottom: 2rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    h1,
    .h1,
    .hero-title {
        font-size: 27px;
        line-height: 40px;
    }
}

@media all and (min-width: 1024px) {
    h1,
    .h1,
    .hero-title {
        font-size: 45px;
        line-height: 63px;
    }
}

h2,
.h2 {
    font-size: 21px;
    line-height: 31px;
    font-family: "Copernicus-Roman";
    letter-spacing: -1px;
    margin-bottom: 1rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    h2,
    .h2 {
        font-size: 21px;
        line-height: 31px;
    }
}

@media all and (min-width: 1024px) {
    h2,
    .h2 {
        font-size: 31px;
        line-height: 51px;
    }
}

h3,
.h3 {
    font-size: 21px;
    line-height: 31px;
    font-family: "Copernicus-Roman";
    margin-bottom: 1rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    h3,
    .h3 {
        font-size: 21px;
        line-height: 31px;
    }
}

@media all and (min-width: 1024px) {
    h3,
    .h3 {
        font-size: 21px;
        line-height: 31px;
    }
}

h3.bold,
.h3.bold {
    font-family: "Copernicus-Bold";
}

h4,
.h4 {
    font-size: 17px;
    line-height: 27px;
    font-family: "Copernicus-Roman";
    margin-bottom: 1rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    h4,
    .h4 {
        font-size: 17px;
        line-height: 27px;
    }
}

@media all and (min-width: 1024px) {
    h4,
    .h4 {
        font-size: 17px;
        line-height: 27px;
    }
}

h5,
.h5 {
    font-size: 14px;
    line-height: 27px;
    font-family: "Polaris-Roman";
    margin-bottom: 1rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    h5,
    .h5 {
        font-size: 14px;
        line-height: 27px;
    }
}

@media all and (min-width: 1024px) {
    h5,
    .h5 {
        font-size: 14px;
        line-height: 27px;
    }
}

h6,
.h6 {
    font-size: 14px;
    line-height: 27px;
    font-family: "Polaris-Roman";
    margin-bottom: 1rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    h6,
    .h6 {
        font-size: 14px;
        line-height: 27px;
    }
}

@media all and (min-width: 1024px) {
    h6,
    .h6 {
        font-size: 14px;
        line-height: 27px;
    }
}

p {
    margin-bottom: 1rem;
    margin-top: 0;
}

p.bold {
    font-family: "Copernicus-Bold";
}

.small-line {
    line-height: 27px;
}

p,
.text--default {
    font-size: 17px;
    line-height: 33px;
    font-family: "Copernicus-Roman";
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    p,
    .text--default {
        font-size: 17px;
        line-height: 33px;
    }
}

@media all and (min-width: 1024px) {
    p,
    .text--default {
        font-size: 17px;
        line-height: 33px;
    }
}

.text--small {
    font-size: 14px;
    line-height: 27px;
    font-family: "Copernicus-Roman";
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .text--small {
        font-size: 14px;
        line-height: 27px;
    }
}

@media all and (min-width: 1024px) {
    .text--small {
        font-size: 14px;
        line-height: 27px;
    }
}

.text--accent {
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
}

.text--accent.nav--link {
    color: #000;
}

.text--accent.nav--link:hover {
    color: #009fdf;
}

.text--accent.bold {
    font-family: "Polaris-Bold";
    line-height: 27px;
}

.image-content > * {
    font-size: 12px;
    line-height: 21px;
    font-family: "Polaris-Roman";
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .image-content > * {
        font-size: 12px;
        line-height: 21px;
    }
}

@media all and (min-width: 1024px) {
    .image-content > * {
        font-size: 12px;
        line-height: 21px;
    }
}

.image-content > *.bold {
    font-family: "Polaris-Bold";
}

.image-content > *.italic {
    font-family: "Polaris-Italic";
}

.text--tiny {
    font-size: 12px;
    line-height: 21px;
    font-family: "Polaris-Roman";
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .text--tiny {
        font-size: 12px;
        line-height: 21px;
    }
}

@media all and (min-width: 1024px) {
    .text--tiny {
        font-size: 12px;
        line-height: 21px;
    }
}

.text--tiny.bold {
    font-family: "Polaris-Bold";
}

.text--tiny.italic {
    font-family: "Polaris-Italic";
}

.eyebrow {
    color: #333;
    font-family: "Polaris-Roman";
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.eyebrow--small {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 21px;
}

.eyebrow--accent {
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
}

.eyebrow--accent.bold,
.eyebrow--accent.bold span {
    font-family: "Polaris-Bold";
}

.eyebrow--accent.white {
    color: #fff;
}

.date-author {
    font-family: "Copernicus-Italic";
    font-size: 14px;
    margin-bottom: 0;
}

.filter-clear,
.filter-tag {
    color: #000;
    font-family: "Polaris-Roman";
    font-size: 12px;
}

.filter-clear {
    color: #009fdf;
    display: inline-block;
    font-family: "Polaris-Bold";
}

.filter-clear:hover {
    cursor: pointer;
}

.filter-tag {
    color: #888b8d;
    margin-right: 30px;
}

.filter-tag:before {
    content: "\E902";
    font-size: 12px;
    margin-right: 8px;
}

.filter-tag:hover {
    color: #009fdf;
    cursor: pointer;
}

.global-header {
    height: 360px;
    background-image: -webkit-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
    background-image: -o-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
    background-image: linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
    background-repeat: repeat-x;
    color: #fff;
    overflow: hidden;
    position: relative;
}

.global-header.external-page-header h1 {
    font-size: 45px;
    line-height: 63px;
    margin-bottom: 60px;
}

.global-header.external-page-header .container {
    margin: 0 auto;
    max-width: 1310px;
}

@media (max-width: 767px) and (min-width: 0) {
    .global-header.external-page-header .container {
        margin: 0 15px;
    }

    .global-header.external-page-header h1 {
        font-size: 27px;
        line-height: 40px;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .global-header.external-page-header .container {
        margin: 0 100px;
    }

    .global-header.external-page-header h1 {
        font-size: 27px;
        line-height: 40px;
    }
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .global-header.external-page-header .container {
        margin: 0 4%;
    }
}

.global-header .container {
    height: 100%;
    position: relative;
    z-index: 1;
}

.global-header__circle {
    height: 520px;
    opacity: 0.3;
    width: 520px;
    position: absolute;
    right: -69px;
    top: -289px;
}

.global-header__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-self: flex-end;
    margin-bottom: 40px;
}

.global-header__container h1 {
    margin: 0;
}

.global-header__triangle {
    height: 360px;
    width: 1024px;
    bottom: 0;
    position: absolute;
    right: 0;
}

.global-header__spiral {
    height: 700px;
    width: 700px;
}

.global-header__threediamond {
    height: 415px;
    width: 569px;
}

.global-header .icon-search-2 {
    float: right;
    padding-top: 10px;
}

.global-header .icon-search-2:after {
    font-size: 20px;
    left: 21px;
    padding-left: 20px;
    top: 15px;
}

.global-header .icon-search-2:hover {
    cursor: pointer;
}

@media all and (min-width: 1024px) {
    .global-header.external-page-header {
        height: 449px;
    }
}

@media all and (min-width: 1024px) {
    .global-header__polygon {
        position: absolute;
        right: 0;
        top: 60%;
    }

    .global-header__singletriangle {
        position: absolute;
        right: 9%;
        top: 51%;
    }

    .global-header__fourdiamond {
        left: 32%;
        position: absolute;
        top: 60%;
    }

    .global-header__threediamond {
        height: 390px;
        width: 534px;
        position: absolute;
        right: 0;
        top: 45%;
    }

    .global-header .icon-search-2 {
        padding-top: 20px;
    }

    .global-header .icon-search-2:after {
        left: 25px;
        top: 33px;
    }

    .global-header__spiral {
        left: 45%;
        position: absolute;
        top: 50%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .global-header__circle {
        right: -190px;
        top: -317px;
    }

    .global-header__polygon {
        height: 820px;
        width: 820px;
        position: absolute;
        right: -32%;
        top: 63%;
    }

    .global-header__triangle {
        bottom: -10px;
        right: -220px;
    }

    .global-header__triangle .triangle__2 {
        transform: translate(440px, 247px);
    }

    .global-header__triangle .triangle__3 {
        transform: translate(277px, 247px);
    }

    .global-header__singletriangle {
        position: absolute;
        right: -19%;
        top: 60%;
    }

    .global-header__fourdiamond {
        left: 11%;
        position: absolute;
        top: 61%;
    }

    .global-header__threediamond {
        left: 15%;
        position: absolute;
        top: 52%;
    }

    .global-header__spiral {
        left: 20%;
        position: absolute;
        top: 50%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .global-header {
        height: 260px;
    }

    .global-header__circle {
        display: none;
    }

    .global-header__polygon {
        height: 600px;
        width: 600px;
        z-index: 0;
        left: 44%;
        position: absolute;
        top: 43%;
    }

    .global-header__triangle {
        bottom: -20px;
        right: -530px;
        z-index: 0;
    }

    .global-header__triangle .triangle__2 {
        transform: translate(440px, 247px);
    }

    .global-header__triangle .triangle__3 {
        transform: translate(277px, 247px);
    }

    .global-header__singletriangle {
        height: 150px;
        width: 600px;
        z-index: 0;
        position: absolute;
        right: -61%;
        top: 46%;
    }

    .global-header__fourdiamond {
        height: 600px;
        width: 600px;
        z-index: 0;
        left: 30%;
        position: absolute;
        top: 6%;
    }

    .global-header__threediamond {
        height: 315px;
        width: 836px;
        left: -7%;
        position: absolute;
        top: 38%;
    }

    .global-header__spiral {
        height: 600px;
        width: 600px;
        z-index: 0;
        left: 10%;
        position: absolute;
        top: 50%;
    }
}

@media screen and (max-width: 365px) {
    .global-header__container {
        margin-bottom: 20px;
    }
}

.global-header--gray {
    background-color: #f7f7f7;
    background-image: none;
    color: #333;
}

.global-header--img__bg {
    background-size: cover;
    height: 435px;
}

.global-header--img__bg .global-header__circle {
    display: none;
}

.global-header--img__bg h1 {
    margin-bottom: 20px;
}

.global-header--img__bg .text--small {
    margin: 0;
}

@media all and (min-width: 1024px) {
    .global-header--img__bg .global-header__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        max-width: initial;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .global-header--img__bg {
        height: 380px;
    }
}

.searchbar {
    max-height: 120px;
    overflow: hidden;
    transition:
        max-height 0.5s ease,
        margin-top 0.5s ease;
}

.searchbar__header {
    height: 80px;
    position: relative;
}

.searchbar__header:before {
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    z-index: -1;
}

.searchbar__header .text--accent {
    display: inline-block;
    padding: 28px 0;
}

.searchbar__header .text--accent .icon-caret {
    color: #009fdf;
    margin-left: 5px;
    transition: transform 0.5s ease;
}

.searchbar__header .search__input {
    padding: 28px 15px;
}

.searchbar__header .current-submenu {
    color: #009fdf;
    font-family: "Polaris-Bold";
}

.searchbar__header .current-submenu .icon-arrow {
    font-size: 20px;
    padding-bottom: 1px;
    padding-left: 7px;
    transform: rotate(180deg);
    display: none;
}

.searchbar__header .search {
    position: absolute;
    top: 10px;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.searchbar__header .search._active {
    right: 0px;
    width: 100%;
}

.searchbar__header .search__input {
    border: 0;
}

.searchbar__header .search .icon-search {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #d0d0ce;
    font-size: 21px;
    margin-left: 105px;
    margin-top: 1px;
}

.searchbar__primary {
    width: 100%;
}

.searchbar__topics {
    align-items: center;
    border-bottom: 1px solid #d0d0ce;
    display: flex;
    height: 99px;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.searchbar__topic {
    overflow: visible;
}

.searchbar__topic._no-mobile {
    position: relative;
}

.searchbar__topic .searchbar__input {
    border-color: #b3d4fc;
    height: 40px;
    padding: 10px 40px 10px 20px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.searchbar__topic > .icon-search {
    color: #d0d0ce;
    font-size: 21px;
    margin-left: 225px;
    margin-right: 10px;
    margin-top: 10px;
}

.searchbar__topic > .icon-search:hover {
    cursor: pointer;
}

.searchbar__title {
    color: #009fdf;
    position: relative;
}

.searchbar__title:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 52px;
    background-color: #009fdf;
    content: "";
    transition: all 0.5s ease;
    width: calc(100% + 34px);
}

.searchbar__title:after {
    content: "\f105";
    float: right;
    font-family: "Lodestone Wealth-icons";
    margin-left: 10px;
    transform: rotate(90deg);
    transition: all 0.5s ease;
}

.searchbar__title:hover {
    cursor: pointer;
    font-family: "Polaris-Bold";
}

.searchbar__title._active {
    font-family: "Polaris-Bold";
}

.searchbar__title._active:before {
    height: 5px;
    transition: all 0.5s ease;
}

.searchbar__title._active:after {
    transform: rotate(270deg);
    transition: all 0.5s ease;
}

.searchbar__subtopic {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    padding: 50px 0;
}

.searchbar__subtopic .inner-item {
    display: none;
    padding: 30px 0 0 35px;
}

.searchbar__subtopic .searchbar__item__container {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.searchbar__subtopic .searchbar__item__container__tablet {
    display: none;
}

.searchbar__subtopic .searchbar__contributor__container .searchbar__item {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

.searchbar__subtopic .searchbar__item {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    transition: max-height 0.4s ease 0.1s;
    width: 100%;
}

.searchbar__subtopic .searchbar__item:last-child {
    margin-bottom: 0;
}

.searchbar__subtopic .searchbar__item:before {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.searchbar__subtopic .searchbar__item._open {
    max-height: 2000px;
    transition: max-height 0.4s ease 0.1s;
}

.searchbar__subtopic .searchbar__item._open > .inner-item {
    display: block;
}

.searchbar__subtopic .searchbar__item._open > .inner-item .searchbar__item {
    float: none;
    width: 100%;
}

.searchbar__subtopic .searchbar__item._open > .icon-caret {
    color: #009fdf;
    transform: rotate(180deg);
}

.searchbar__subtopic .searchbar__item._hiddenItem {
    display: none;
}

.searchbar__subtopic .searchbar__contributor {
    margin-bottom: 50px;
    max-width: 585px;
    position: relative;
}

.searchbar__subtopic .searchbar__contributor .icon-search {
    position: absolute;
    right: 23px;
    top: 16px;
    color: #d0d0ce;
    font-size: 21px;
}

.searchbar__subtopic .searchbar__contributor .icon-search:hover {
    cursor: pointer;
}

.searchbar__subtopic .icon-caret {
    font-size: 10px;
    height: 20px;
    line-height: 2.2;
    transition: transform 0.5s ease;
    width: 20px;
}

.searchbar__subtopic .icon-caret:before {
    margin-left: 10px;
}

.searchbar__subtopic .icon-caret:hover {
    cursor: pointer;
}

.searchbar__header {
    display: none;
}

.searchbar__actions {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    background-color: #f7f7f7;
    border-top: 1px solid #d0d0ce;
    display: none;
    height: 85px;
    padding: 10px 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .searchbar__actions {
        height: 145px;
    }
}

.searchbar__actions .container {
    justify-content: space-between;
}

.searchbar__actions .button--thernary {
    float: right;
    text-align: center;
    width: 170px;
}

@media all and (min-width: 1024px) {
    .searchbar {
        max-height: 100px;
    }

    .searchbar__primary {
        height: 614px;
        padding: 0 15px;
        position: relative;
    }

    .searchbar__topics {
        position: initial;
    }

    .searchbar__topic:last-child {
        margin-left: 130px;
    }

    .searchbar__subtopic {
        margin: 0 auto;
        max-width: 1310px;
        padding: 50px 15px;
    }

    .searchbar__subtopic .searchbar__contributor__container .searchbar__item {
        float: left;
        width: 25%;
    }

    .searchbar__subtopic .searchbar__item__container {
        float: left;
        width: 25%;
    }

    .searchbar__subtopic._active {
        left: 0;
        position: absolute;
        right: 0;
        top: 100px;
        display: block;
        height: fit-content;
        height: 514px;
        min-height: 30vh;
        overflow: scroll;
        width: auto;
    }

    .searchbar._sticky .searchbar__actions {
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    }

    .searchbar._active {
        box-shadow: none;
        max-height: 2000px;
        overflow: visible;
    }

    .searchbar._active .searchbar__actions {
        bottom: -83px;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
        border-bottom: 4px solid #009fdf;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .searchbar {
        max-height: 100px;
    }

    .searchbar .container {
        margin: 0 50px;
    }

    .searchbar__topic {
        margin-bottom: 0;
    }

    .searchbar__topic._no-mobile .searchbar__input {
        left: auto;
        right: 0;
        transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }

    .searchbar__topic._no-mobile._active-search .searchbar__input {
        left: auto;
        right: 0;
        transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        width: 100%;
    }

    .searchbar__subtopic._active {
        display: block;
        height: calc(100vh - 225px);
        margin: 50px 0;
        overflow-y: scroll;
        padding: 0;
        top: 70px;
        width: 100%;
    }

    .searchbar__subtopic .searchbar__contributor__container .searchbar__item {
        float: left;
        width: 50%;
    }

    .searchbar__subtopic .searchbar__item__container {
        margin-bottom: 0;
        margin-top: 30px;
        width: 50%;
    }

    .searchbar__subtopic .searchbar__item__container:nth-child(even) {
        float: right;
    }

    .searchbar__subtopic .searchbar__item__container__all {
        display: none;
    }

    .searchbar__subtopic .searchbar__item__container__tablet {
        display: block;
    }

    .searchbar__actions {
        height: 125px;
        padding: 22px 0;
    }

    .searchbar .searchbar__contributor {
        max-width: 319px;
    }

    .searchbar._active .searchbar__primary {
        height: 100vh;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .searchbar {
        max-height: 80px;
    }

    .searchbar ._no-mobile {
        display: none;
    }

    .searchbar__content .container {
        flex-direction: column-reverse;
    }

    .searchbar__header,
    .searchbar__primary {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .searchbar__header {
        display: block;
    }

    .searchbar__primary {
        height: calc(100vh - 165px);
        margin-bottom: 85px;
        margin-top: 30px;
        overflow: hidden;
        position: relative;
    }

    .searchbar__primary._subtopic-active .searchbar__topics {
        transform: translateX(-100vw);
        overflow-y: visible;
    }

    .searchbar__topics {
        border: 0;
        display: block;
        transition: transform 0.5s ease;
        height: 30vh;
        overflow-y: scroll;
    }

    .searchbar__topic {
        margin-bottom: 30px;
        overflow: hidden;
    }

    .searchbar__title {
        display: inline-block;
        width: 100%;
    }

    .searchbar__title:after {
        content: "\f105";
        margin-right: 5px;
        transform: rotateX(0deg);
    }

    .searchbar__subtopic {
        display: none;
        height: calc(100vh - 300px);
        left: auto;
        overflow-y: scroll;
        padding: 0;
        right: -100vw;
        width: 100%;
    }

    .searchbar__subtopic .searchbar__item {
        float: none;
        margin-bottom: 25px;
        width: 100%;
    }

    .searchbar__subtopic._active {
        display: block;
    }

    .searchbar__subtopic .searchbar__contributor {
        margin-bottom: 35px;
    }

    .searchbar__subtopic .searchbar__contributor__container .searchbar__item {
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 400px) {
    .searchbar .searchbar__actions .container {
        margin-left: 0px;
    }

    .searchbar .searchbar__actions .button--secondary:nth-child(2) {
        padding-left: 0px;
        margin-left: 25px;
    }
}

@media screen and (max-width: 400px) and (max-width: 350px) {
    .searchbar .searchbar__actions .button--secondary:nth-child(2) {
        left: 60px !important;
    }

    .searchbar .searchbar__actions .button--thernary {
        width: 120px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .searchbar__subtopic {
        margin: 0 4%;
    }
}

.searchbar._sticky,
.searchbar._active {
    background-color: #f7f7f7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
}

.searchbar._left-nav {
    display: none;
}

.searchbar._left-nav._show {
    display: block;
}

.searchbar._sticky {
    border-bottom: 4px solid #009fdf;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    max-height: 98px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .searchbar._sticky {
        max-height: 79px;
    }
}

.searchbar._scrollback {
    border-top: 1px solid #d0d0ce;
    margin-top: 130px;
    transition: margin-top 0.5s ease;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .searchbar._scrollback {
        margin-top: 58px;
    }
}

.searchbar._active {
    display: block;
    max-height: 100vh;
    top: 0;
    z-index: 11;
}

@media all and (min-width: 1024px) {
    .searchbar._active {
        max-height: 89vh;
    }
}

.searchbar._active .searchbar__header .text--accent .icon-caret {
    transform: rotateZ(180deg);
}

.searchbar._active .searchbar__actions {
    display: block;
}

.banner-alert_container {
    width: 100%;
    background-color: #c2c2c2;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
    z-index: 10000000;
    display: none;
}

.banner-alert_wrapper {
    width: 100%;
    max-width: 1310px;
    margin: auto;
}

.banner-alert_header {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
}

@media screen and (min-width: 768px) {
    .banner-alert_header-message {
        flex-grow: 4;
        width: 50%;
        margin-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .banner-alert_header-message {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .banner-alert_header-message-mobile {
        flex-grow: 4;
        width: 50%;
        margin-left: 15px;
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .banner-alert_header-message-mobile {
        display: none;
    }
}

.banner-alert_normal {
    font-family: Polaris-Roman;
    font-size: 15px;
    color: black;
}

.banner-alert_bold {
    font-family: Polaris-Bold;
    font-size: 15px;
    color: black;
}

.banner-alert_header-close {
    flex-grow: 2;
}

.banner-alert_more-info {
    flex-grow: 3;
}

.banner-alert_header > span.bold {
    font-family: "Polaris-Bold";
}

.banner-alert_details {
    margin: auto;
    display: none;
    padding-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

.banner-alert_details > p {
    line-height: 25px;
}

.banner-alert_show {
    display: block;
}

.banner-alert_hide {
    display: none;
}

.banner-alert_icon-rotate {
    transform: rotate(180deg);
}

.banner-alert_top-initial {
    top: initial !important;
}

.cookie {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0;
    min-width: 100%;
    background-color: #0e0e0e;
    text-align: left;
    color: white;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .cookie {
        font-size: 10px;
    }
}

.cookie_txt {
    margin-right: 5px;
}

.cookie_btn {
    margin: 0px 10px 0px 15px;
}

.img {
    height: 20px;
    width: 20px;
}

@media screen and (max-width: 767px) {
    .img {
        height: 15px;
        width: 15px;
    }
}

.hero {
    background-color: #f7f7f7;
    display: block;
    padding: 280px 0 0;
    position: relative;
}

.hero .container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    flex-wrap: nowrap;
    margin-bottom: 80px;
}

.hero__background {
    pointer-events: none;
}

.hero__image {
    bottom: -145px;
    left: auto;
    position: absolute;
    right: 9%;
    max-width: 595px;
    width: 100%;
}

.hero__image img {
    display: block;
    width: 100%;
}

.hero__svg {
    margin-bottom: 40px;
    background: transparent;
    height: 65px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.hero__svg:after {
    background-color: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 4000px;
    left: 0;
    position: absolute;
    transform: rotate(88.2deg);
    transform-origin: left bottom;
    width: 100px;
}

.hero__arrow {
    color: #009fdf;
    bottom: -15px;
    left: calc(50% - 8px);
    position: absolute;
}

.hero__video {
    align-self: initial;
    min-height: 475px;
    position: relative;
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
}

.hero__video .hero__svg-back {
    max-width: 580px;
    width: 100%;
    z-index: 2;
    left: auto;
    position: absolute;
    right: 10%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero__video .hero__svg-back {
        bottom: -285px;
        height: 150%;
    }
}

.hero__video__container {
    overflow: hidden;
    position: relative;
    padding: 0;
    overflow: initial;
}

.hero__video__container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.hero__video__container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.hero__video__container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.hero__video__container > div,
.hero__video__container .video-js {
    height: 100%;
    width: 100%;
}

.hero__video__container > div:before {
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    z-index: 2;
    left: -20px;
    position: absolute;
    top: -20px;
}

.hero__video .video-js {
    position: relative;
    z-index: 3;
}

.hero__video--medium {
    display: none;
}

.hero__video--medium .video-js {
    position: relative;
    z-index: 2;
}

.hero__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
}

.hero__title {
    margin-bottom: 40px;
}

.hero__title a {
    color: #333;
    text-decoration: none;
}

.hero .article__title {
    display: none;
}

.hero .article__summary {
    margin-bottom: 20px;
}

.hero .article__link {
    display: none;
}

.hero .article__date {
    display: none;
}

.hero .article__date.no-article {
    display: block;
}

.hero .eyebrow {
    margin-bottom: 40px;
}

.hero .eyebrow,
.hero .article,
.hero__title {
    width: 100%;
}

.hero.hero--video {
    padding: 210px 0 0;
}

.hero.hero--video .container {
    margin-bottom: 100px;
}

.hero.hero--video .hero__video {
    align-self: flex-end;
}

.hero.hero--video .hero__svg-back {
    width: 100%;
    z-index: 1;
    left: -50px;
    position: absolute;
    top: -180px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero.hero--video .hero__svg-back {
        bottom: auto;
        height: 200%;
    }
}

.hero.hero--no-article {
    padding: 140px 0 0;
}

.hero.hero--no-article .container {
    margin-bottom: 160px;
}

.hero.hero--no-article .button--default {
    padding: 20px 60px;
    text-align: center;
}

.hero.hero--no-article .button--default:after {
    display: none;
}

.hero.hero--no-article .hero__content {
    margin: 0 auto;
    text-align: center;
    flex: 12 12 auto;
    flex-basis: 12;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.hero.hero--no-article .hero__title {
    margin-bottom: 60px;
    margin-top: 150px;
}

.hero.hero--no-article .hero__title a {
    color: #009fdf;
    text-decoration: none;
}

.hero.hero--no-article .hero__title a:hover {
    color: #012169;
}

.hero.hero--no-article .hero__title p {
    font-size: inherit;
    line-height: inherit;
}

.hero.hero--no-article .hero__background {
    display: block;
    height: 100%;
    overflow: hidden;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: -155px;
    position: absolute;
    right: auto;
    top: auto;
}

.hero.hero--no-article .hero__background svg {
    bottom: -134px;
    max-width: 500px;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .hero.hero--no-article .hero__background svg {
        bottom: -316px;
    }
}

.hero.hero--no-article .hero__background img {
    max-width: 562px;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: -28px;
    position: absolute;
    right: auto;
    top: auto;
}

.hero.hero--no-article .hero__arrow-text {
    bottom: 100px;
    color: #009fdf;
    display: block;
    left: calc((100% - 140px) / 2);
    line-height: 24px;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}

@media all and (min-width: 1400px) {
    .hero.hero--no-article .hero__content {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .hero.hero--no-article .hero__background svg {
        bottom: -153px;
        max-width: 569px;
    }
}

@media all and (min-width: 1400px) and (-ms-high-contrast: none) {
    .hero.hero--no-article .hero__background svg {
        bottom: -288px;
    }
}

@media all and (min-width: 1400px) {
    .hero.hero--no-article .hero__background img {
        left: -33px;
        max-width: 640px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .hero.hero--no-article .hero__content {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .hero__video {
        display: block;
        min-height: none;
    }

    .hero__video .hero__image {
        left: auto;
        right: 20%;
        width: 457px;
    }

    .hero__video .hero__svg-back {
        bottom: -190px;
        float: right;
        left: auto;
        right: 22%;
        width: 440px;
    }

    .hero__title,
    .hero .article,
    .hero .eyebrow,
    .hero .button {
        display: block;
    }

    .hero.hero--video .hero__title {
        margin-bottom: 20px;
    }

    .hero.hero--video .hero__video {
        display: block;
        left: 0;
        position: absolute;
        top: 0;
    }

    .hero.hero--video .hero__video:before {
        display: none;
    }

    .hero.hero--video .hero__svg-back {
        left: -90px;
        top: 230px;
        width: 450px;
    }

    .hero.hero--video .hero__video--medium {
        display: block;
        margin-bottom: 40px;
        padding: 0;
        position: relative;
        flex: 9 9 auto;
        flex-basis: 9;
        flex-grow: 1;
        max-width: 75%;
        padding: 0 15px;
    }

    .hero.hero--video .hero__video--medium .video-js {
        display: block;
    }

    .hero.hero--video .hero__title,
    .hero.hero--video .article,
    .hero.hero--video .eyebrow,
    .hero.hero--video .article__date.no-article,
    .hero.hero--video .button {
        display: block;
        margin-left: 50%;
    }

    .hero.hero--video .button {
        display: inline-block;
    }

    .hero.hero--video .no-article {
        margin-bottom: 30px;
    }

    .hero.hero--video .hero__content {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .hero.hero--video .video-js {
        display: none;
    }

    .hero.hero--no-article .button {
        display: inline-block;
    }

    .hero.hero--no-article .hero__content {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .hero.hero--no-article .hero__title {
        margin-top: 20px;
    }

    .hero.hero--no-article .hero__background {
        left: -90px;
        width: 370px;
    }

    .hero.hero--no-article .hero__background svg {
        bottom: -99px;
        left: -12px;
        max-width: 370px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) and (-ms-high-contrast: none) {
    .hero.hero--no-article .hero__background svg {
        bottom: -258px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .hero.hero--no-article .hero__background img {
        left: -33px;
        width: 416px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .hero {
        padding-top: 80px;
    }

    .hero:not(.hero--video) .container {
        padding-bottom: 0;
    }

    .hero:not(.hero--video) .hero__video {
        display: none;
    }

    .hero .container {
        padding-bottom: 200px;
    }

    .hero__title a {
        color: #333;
    }

    .hero__video {
        display: block;
        max-width: 365px;
        min-height: none;
        width: 100%;
        bottom: 200px;
        left: 0;
        position: absolute;
    }

    .hero__video .hero__image {
        bottom: -199px;
        width: 73%;
    }

    .hero__video .hero__svg-back {
        width: 65%;
    }

    .hero.hero--video .container {
        margin-bottom: 70px;
        padding-bottom: 0;
    }

    .hero.hero--video .video-js {
        display: none;
    }

    .hero.hero--video .hero__svg-back {
        display: none;
    }

    .hero.hero--video .hero__video--medium {
        display: block;
        margin-bottom: 20px;
    }

    .hero.hero--video .hero__video--medium .video-js {
        display: block;
    }

    .hero.hero--no-article {
        padding-top: 0;
    }

    .hero.hero--no-article .hero__content {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .hero.hero--no-article .hero__background {
        left: -95px;
        max-width: 260px;
    }

    .hero.hero--no-article .hero__background svg {
        bottom: -66px;
        width: 230px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) and (-ms-high-contrast: none) {
    .hero.hero--no-article .hero__background svg {
        bottom: -253px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .hero.hero--no-article .hero__background img {
        left: -33px;
        width: 300px;
    }

    .hero.hero--no-article .hero__title {
        margin-bottom: 50px;
        text-align: left;
    }

    .hero.hero--no-article .hero__arrow:before {
        font-size: 60px;
    }

    .hero.hero--no-article .hero__arrow-text {
        bottom: 60px;
    }

    .hero.hero--no-article .button {
        max-width: none;
        padding: 15px 20px;
        width: 100%;
    }

    .hero.hero--no-article .button:after {
        display: inline-block;
    }

    .hero.hero--no-article .container {
        margin-bottom: 0;
        padding-bottom: 200px;
    }

    .hero.hero--no-article .eyebrow {
        font-size: 10px;
        line-height: 15px;
    }

    .hero__content {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media all and (min-width: 0) and (max-width: 374px) {
    .hero.hero--no-article .hero__background {
        left: -120px;
    }
}

.hero__animated .hero__content .hero__title a {
    color: #3b69c3;
}

.hero__animated .hero__content .hero__title span {
    display: block;
}

@media all and (min-width: 1024px) {
    .hero__animated .hero__content__animated {
        z-index: 2;
    }

    .hero__animated .hero__content__animated .hero__title span {
        animation:
            translateToBegin 0.4s 1.4s linear forwards,
            textWhiteToBlack 0.2s 3.7s linear forwards;
        color: #fff;
        opacity: 0;
        transform: translateY(50%);
        zoom: 1;
    }

    .hero__animated .hero__content__animated .hero__title span:before,
    .hero__animated .hero__content__animated .hero__title span:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .hero__animated .hero__content__animated .hero__title span:after {
        clear: both;
    }

    .hero__animated .hero__content__animated .hero__title span:nth-child(2) {
        animation-delay: 1.7s, 3.7s;
    }

    .hero__animated .hero__content__animated .hero__title span:nth-child(3) {
        animation-delay: 2s, 3.69s;
    }

    .hero__animated .hero__content__animated .hero__title span:nth-child(4) {
        animation-delay: 2.3s, 3.66s;
    }

    .hero__animated .hero__content__animated .button {
        animation: translateToBegin 0.4s 2.7s linear forwards;
        opacity: 0;
        transform: translateY(50%);
    }

    .hero__animation {
        height: 100%;
        overflow: hidden;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .hero__animation:after,
    .hero__animation:before {
        content: "";
        height: 500%;
        width: 400%;
        z-index: -1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .hero__animation:after {
        animation: gradientTransition 3.5s 0.5s linear forwards;
        background-image: -webkit-linear-gradient(#fff 20%, #1e3d5c 23%, #1e3d5c 97%, rgba(0, 0, 0, 0));
        background-image: -o-linear-gradient(#fff 20%, #1e3d5c 23%, #1e3d5c 97%, rgba(0, 0, 0, 0));
        background-image: linear-gradient(#fff 20%, #1e3d5c 23%, #1e3d5c 97%, rgba(0, 0, 0, 0));
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#00000000', GradientType=0);
    }

    .hero__animation:before {
        background-color: transparent;
    }

    .hero__animation__bottom {
        animation:
            fullOpacity 0.2s 1.1s linear forwards,
            removeOpacity 0.2s 3.5s linear forwards;
        background-color: #fff;
        bottom: 0;
        content: "";
        display: block;
        height: 4000px;
        transform: rotate(88.2deg);
        transform-origin: left bottom;
        width: 100px;
        bottom: 0;
        left: 0;
        position: absolute;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .hero__animated .hero__content {
        z-index: 2;
    }
}

.hero__svg-back {
    float: left;
}

.hero__svg-back svg {
    width: 100%;
}

.hero__svg-back__animated {
    animation: fullOpacity 0.1s 0.7s linear forwards;
    opacity: 0;
}

.hero__video {
    flex: 5 5 auto;
    flex-basis: 5;
    flex-grow: 1;
    max-width: 41.66667%;
    padding: 0 15px;
}

@media all and (min-width: 1024px) {
    .hero__animated .container {
        margin-bottom: -60px;
    }

    .hero__animated .hero__video {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
    }

    .hero__animated .hero__video .hero__svg-back {
        float: right;
        max-width: 453px;
        min-width: 400px;
        right: 13%;
        top: -20px;
        width: 103.74%;
    }
}

@media all and (min-width: 1024px) and (-ms-high-contrast: none) {
    .hero__animated .hero__video .hero__svg-back {
        top: -100px;
    }
}

@media all and (min-width: 1024px) {
    .hero__animated .hero__content {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .hero__animated .hero__title {
        font-size: 36px;
        line-height: 55px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .hero__animated .hero__title {
        line-height: 50px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .hero__animated .container {
        margin-bottom: 40px;
    }

    .hero__animated .hero__video {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
        min-height: 235px;
    }

    .hero__animated .hero__video .hero__svg-back {
        max-width: 350px;
        right: 25%;
        top: -40px;
        width: 160%;
    }

    .hero__animated .hero__content {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .hero__animated .hero__content .button {
        max-width: 275px;
        min-width: 275px;
    }

    .hero__animated .hero__title {
        line-height: 40px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .hero__animated:not(.hero--video) {
        overflow: hidden;
    }

    .hero__animated:not(.hero--video) .container {
        margin-bottom: 200px;
        z-index: 0;
    }

    .hero__animated:not(.hero--video) .hero__video {
        display: block;
        max-width: 300px;
    }

    .hero__animated .hero__svg-back {
        bottom: -405px;
        width: 300px;
    }

    .hero__animated .hero__svg {
        margin-bottom: 0;
        z-index: 2;
    }

    .hero__animated .hero__svg:after {
        transform: rotate(86deg);
    }

    .hero__animated .hero__title {
        font-size: 20px;
        line-height: 35px;
        max-width: 100%;
    }

    .hero__animated .hero__content .button {
        min-width: 275px;
    }

    .hero__animated .hero__animation__bottom {
        transform: rotate(86deg);
    }
}

.accordion {
    border-top: 1px solid #d0d0ce;
}

.accordion:last-child {
    border-bottom: 1px solid #d0d0ce;
}

.accordion .text--tiny {
    color: #009fdf;
    margin: 0;
    padding: 1rem 0;
    transition: color 0.5s ease;
}

.accordion .text--tiny:hover {
    color: #012169;
}

.accordion__event {
    pointer-events: none;
}

.accordion__header:hover {
    cursor: pointer;
}

.accordion .icon-down-arrow {
    float: right;
    font-size: 20px;
    margin-right: 14px;
}

.accordion .icon-down-arrow:before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion .accordion__body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion.open .icon-down-arrow:before {
    transform: rotate(270deg);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.accordion.open .accordion__body {
    max-height: 10000px;
    transition: max-height 0.5s cubic-bezier(1, 0, 0, 1);
}

section.flex-generic-wysiwyg .flex-generic-wysiwyg--container {
    padding-bottom: 4px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    section.flex-generic-wysiwyg .flex-generic-wysiwyg--container .flex-generic-wysiwyg--body {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    section.flex-generic-wysiwyg .flex-generic-wysiwyg--container {
        padding-bottom: 36px;
    }
}

@media (min-width: 1024px) {
    section.flex-generic-wysiwyg .flex-generic-wysiwyg--container {
        padding-bottom: 55px;
    }
}

section.flex-generic-wysiwyg .flex-generic-wysiwyg--container.audio-player_wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

section.flex-generic-wysiwyg .flex-generic-wysiwyg--body {
    margin-top: 10px;
}

@media (min-width: 768px) {
    section.flex-generic-wysiwyg .flex-generic-wysiwyg--body {
        margin-top: 10px;
    }
}

@media (min-width: 1024px) {
    section.flex-generic-wysiwyg .flex-generic-wysiwyg--body {
        margin-top: 10px;
    }
}

section.flex-generic-wysiwyg .flex-generic-wysiwyg--head + .flex-generic-wysiwyg--body {
    margin-top: 0;
    padding-top: 0;
}

.flex-generic-wysiwyg--media {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .flex-generic-wysiwyg--media {
        margin-bottom: 10px;
    }
}

@media (min-width: 1024px) {
    .flex-generic-wysiwyg--media {
        margin-bottom: 10px;
    }
}

.flex-generic-wysiwyg--media--footnote {
    margin-top: 1rem;
}

@media (min-width: 1024px) {
    .flex-generic-wysiwyg--media--footnote {
        margin-bottom: 1.75rem;
    }
}

.flex-generic-wysiwyg--copy {
    max-width: 1060px;
}

.flex-generic-wysiwyg--copy ul:not([class]) {
    margin-left: 1.875rem;
}

.flex-generic-wysiwyg--copy ul:not([class]) > li:before {
    float: left;
}

.flex-generic-wysiwyg--copy table.border th,
.flex-generic-wysiwyg--copy table.border td {
    border: 1px solid #d0d0dc;
}

.flex-generic-wysiwyg--copy table.no-border thead,
.flex-generic-wysiwyg--copy table.no-border tbody,
.flex-generic-wysiwyg--copy table.no-border tfoot,
.flex-generic-wysiwyg--copy table.no-border tr,
.flex-generic-wysiwyg--copy table.no-border td,
.flex-generic-wysiwyg--copy table.no-border th {
    border: 0 none;
}

.flex-generic-wysiwyg.flex-columns .flex-generic-wysiwyg--media {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .flex-generic-wysiwyg.flex-columns .flex-generic-wysiwyg--body {
        margin-bottom: 0;
    }

    .flex-generic-wysiwyg.flex-columns .flex-generic-wysiwyg--body > * {
        margin-bottom: 36px;
    }
}

@media (min-width: 768px) {
    .flex-generic-wysiwyg.flex-columns .flex-generic-wysiwyg--body {
        display: flex;
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media (min-width: 768px) {
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head {
        display: flex;
    }
}

.flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h1,
.flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h2,
.flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h3,
.flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h4 {
    border-top: 1px solid #d4d4d4;
    padding-right: 40px;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h1,
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h2,
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h3,
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h4 {
        padding-right: 60px;
        padding-top: 30px;
        margin-top: -30px;
    }
}

@media (min-width: 1024px) {
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h1,
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h2,
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h3,
    .flex-generic-wysiwyg.title-rule .flex-generic-wysiwyg--head h4 {
        padding-right: 110px;
    }
}

.flex-generic-wysiwyg.flex-generic-media {
    padding-top: 30px;
    padding-bottom: 2px;
}

.flex-generic-wysiwyg.flex-generic-media .flex-generic-wysiwyg--body {
    margin-top: 0;
    align-items: center;
}

@media (min-width: 768px) {
    .flex-generic-wysiwyg.flex-generic-media {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .flex-generic-wysiwyg.flex-generic-media .flex-generic-wysiwyg--copy {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (min-width: 1024px) {
    .flex-generic-wysiwyg.flex-generic-media {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .flex-generic-wysiwyg.flex-generic-media .flex-generic-wysiwyg--container {
        padding-bottom: 0;
    }

    .flex-generic-wysiwyg.flex-generic-media .flex-generic-wysiwyg--copy {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.flex-generic-wysiwyg--generic-copy .flex-generic-wysiwyg--container {
    padding-top: 34px;
}

.flex-generic-wysiwyg--generic-copy .flex-generic-wysiwyg--head {
    padding-top: 10px;
}

@media (min-width: 768px) {
    .flex-generic-wysiwyg--generic-copy .flex-generic-wysiwyg--container {
        padding-top: 45px;
    }

    .flex-generic-wysiwyg--generic-copy .flex-generic-wysiwyg--head {
        padding-top: 21px;
    }
}

@media (min-width: 1024px) {
    .flex-generic-wysiwyg--generic-copy .flex-generic-wysiwyg--container {
        padding-top: 55px;
    }
}

.flex-dark-blue-module {
    color: #fff;
    background: #202439;
}

.flex-fifty50 {
    flex: 0 0 100%;
    width: 100%;
}

.flex-full-width {
    width: 100%;
}

@media (min-width: 768px) {
    .flex-fifty50 {
        margin-left: 20px;
        margin-right: 20px;
        flex: 1 1 calc(50% - 40px);
        width: calc(50% - 40px);
    }

    .flex-media-right {
        order: 2;
    }

    .flex-media-left {
        order: -1;
    }
}

.flex-responsive-embed .bc-player-default_default {
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.flex-responsive-embed.flex-widescreen .bc-player-default_default {
    padding-top: 56.25%;
}

.flex-responsive-embed img {
    width: 100%;
}

.article-page {
    background-color: #f7f7f7;
}

.article-page__content {
    position: relative;
    z-index: 0;
}

.article-page .video {
    width: 100%;
}

.article-page__table {
    margin: 40px 0;
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

.article-page__table__container {
    position: relative;
    z-index: 1;
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.article-page__table__container:after {
    border-bottom: 1px solid #012169;
    border-top: 1px solid #012169;
    content: "";
    height: calc(100% + 80px);
    width: calc(100% - 30px);
    z-index: -1;
    position: absolute;
    top: -40px;
}

.article-page__table .eyebrow {
    margin-bottom: 0;
}

.article-page__table__list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 40px;
}

.article-page__table__item {
    counter-increment: step-counter;
    line-height: 33px;
    margin-bottom: 1rem;
}

.article-page__table__item .cta {
    font-family: "Copernicus-Bold";
    font-size: 17px;
    line-height: 33px;
    word-break: break-word;
}

.article-page__table__item:before {
    color: #000;
    content: "0" counter(step-counter);
    font-family: "Polaris-Bold";
    font-size: 12px;
    line-height: 21px;
    margin-left: -40px;
    margin-right: 23px;
}

.article-page__table__item:nth-child(n + 10):before {
    content: counter(step-counter);
}

.article-page__table__item:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 1024px) {
    .article-page__table {
        margin: 80px 0;
        padding: 70px 0 60px;
    }

    .article-page__table__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page__table__container:after {
        height: calc(100% + 130px);
        top: -70px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__table {
        margin: 60px 0;
        padding: 60px 0;
    }

    .article-page__table__container:after {
        height: calc(100% + 120px);
        top: -60px;
    }
}

@media all and (min-width: 1024px) {
    .article-page .article-page__image__container {
        max-width: 100%;
        margin: 0 auto;
    }

    .article-page .article-page__image__caption {
        max-width: 100%;
        margin: 0;
        margin-top: 2rem;
    }

    .article-page .article-page__image__caption_full_width {
        margin-top: 2rem;
    }
}

.article-back__link {
    position: absolute;
    margin-left: 50px;
    margin-top: 85px;
    font-size: 14px;
    font-family: "Polaris-Roman";
    line-height: 27px;
    color: #333;
    z-index: 1;
}

.article-back__link span {
    display: block;
    font-family: "Polaris-Roman";
}

.article-back__link:before {
    content: "\F105";
    font-family: Lodestone Wealth-icons;
    position: absolute;
    left: -30px;
    color: #009fdf;
    transform: scaleX(-1);
    transition: left 0.5s ease;
}

.article-back__link:hover:before {
    left: -45px;
}

@media screen and (max-width: 1023px) {
    .article-back__link {
        position: relative;
        margin-top: 25px;
    }

    .article-back__link span {
        display: inline;
    }
}

.container-horizontal-line {
    align-items: initial;
    margin: 0 auto;
    max-width: 1310px;
}

@media (max-width: 1400px) and (min-width: 1024px) {
    .container-horizontal-line {
        margin: 0 4%;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .container-horizontal-line {
        margin: 0 100px;
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .container-horizontal-line {
        margin: 0 15px;
    }
}

@media (max-width: 767px) and (min-width: 0) {
    .isFullWidthMobile {
        margin: 0px;
        padding: 0px !important;
    }
}

.horizontal-line {
    margin-bottom: 130px;
    margin-right: 15px;
    border: 1px solid grey;
    margin-left: 15px;
}

.article-back__link_campaign {
    position: relative;
    margin-left: 3%;
    margin-top: 70px;
    margin-bottom: 80px;
    font-size: 14px;
    font-family: "Polaris-Roman";
    line-height: 27px;
    color: #333;
    z-index: 1;
}

.article-back__link_campaign span {
    display: block;
    font-family: "Polaris-Roman";
}

.article-back__link_campaign:before {
    content: "\F105";
    font-family: Lodestone Wealth-icons;
    position: absolute;
    left: -30px;
    color: #009fdf;
    transform: scaleX(-1);
    transition: left 0.5s ease;
}

.article-back__link_campaign:hover:before {
    left: -45px;
}

@media screen and (max-width: 1023px) {
    .article-back__link_campaign {
        position: relative;
        margin-top: 25px;
        margin-left: 30px;
    }

    .article-back__link_campaign span {
        display: inline;
    }
}

.article-page__image__title,
.article-page__image__desc,
.article-page__image__caption {
    font-family: "Polaris-Roman";
    line-height: 24px;
}

.article-page__image .container {
    flex-flow: nowrap;
    position: relative;
}

.article-page__image__header .separator {
    padding-top: 30px;
}

.article-page__image__header .separator.withoutmargin {
    margin-left: 0;
}

.article-page__image__header .separator:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
}

.article-page__image__link {
    margin-bottom: 2rem;
}

.article-page__image__link .cta {
    font-family: "Polaris-Bold";
}

.article-page__image__title {
    font-family: "Polaris-Bold";
    margin-bottom: 0.5rem;
}

.article-page__image__desc {
    color: #333;
    margin-bottom: 2rem;
}

.article-page__image__container {
    flex: 12 12 auto;
    flex-basis: 12;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.article-page__image__container img {
    height: auto;
    width: 100%;
}

.article-page__image__container.withoutmargin {
    margin-left: 0;
}

.article-page__image__container.image_cursor {
    cursor: pointer;
}

.article-page__image__container > video,
.article-page__image__container > div {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
}

.article-page__image__container .bc-player-default_default {
    height: 0;
    width: 100%;
}

.article-page__image__caption {
    margin-top: 2rem;
}

.article-page__image__caption.withoutmargin {
    margin-left: 0;
}

.article-page__image__caption .cap-title {
    font-family: "Polaris-Bold";
    text-transform: capitalize;
}

.article-page__image__caption .note-content {
    margin-bottom: 0;
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(1, 0, 0, 1);
}

.article-page__image__caption.expand .note-content {
    max-height: 10000px;
    transition: max-height 0.7s cubic-bezier(1, 0, 0, 1);
}

.article-page__image-pdf {
    display: none;
}

.article-page__image .expand-button {
    color: #009fdf;
    cursor: pointer;
    font-family: "Polaris-Bold";
}

.article-page__image .container--full-bleed .article-page__image__container {
    padding: 0;
}

.article-page__image.video {
    margin-bottom: 1rem;
}

@media all and (min-width: 1024px) {
    .article-page__image {
        margin: 0px 0 20px;
    }

    .article-page__image__header,
    .article-page__image__caption {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page__image__caption_full_width {
        max-width: 100%;
        margin-left: 15px !important;
        margin-right: 15px;
    }

    .article-page__image__header .separator {
        padding-top: 40px;
    }

    .article-page__image__header .separator:before {
        width: calc(58.33333% - 30px);
    }

    .article-page__image__caption .note-content {
        max-height: 60px;
    }

    .article-page__image__link {
        flex: 1 1 auto;
        flex-basis: 1;
        flex-grow: 1;
        max-width: 8.33333%;
        padding: 0 15px;
        margin-top: 70px;
    }

    .article-page__image__container {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page__image .container--full-bleed {
        margin: 0 auto;
        max-width: 1310px;
    }

    .article-page__image .container--full-bleed .article-page__image__container {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__image__header {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .article-page__image .container--full-bleed {
        margin: 0 100px;
        padding: 0 15px;
    }

    .article-page__image__link {
        flex: 1 1 auto;
        flex-basis: 1;
        flex-grow: 1;
        max-width: 16.66667%;
        padding: 0 15px;
        margin-top: 60px;
    }

    .article-page__image__caption {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-page__image__caption .note-content {
        max-height: 40px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page__image .container {
        flex-flow: wrap;
    }

    .article-page__image .container.container--full-bleed {
        margin: 0 15px;
        padding: 0 15px;
    }

    .article-page__image__header {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-page__image__link {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-page__image__caption {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-page__image__caption_full_width {
        max-width: 100%;
        margin-left: 15px !important;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .article-page__image__container.image_cursor {
        cursor: default;
    }
}

@media (min-width: 1024px) {
    .article-page__body .article-page__image .container--full-bleed {
        max-width: max-content;
        overflow: visible;
        transform: translateX(-16.66667%);
        width: 1310px;
    }
}

.article-page {
    overflow: hidden;
    position: relative;
    padding-bottom: 190px;
}

.article-page__header {
    margin-top: 45px;
}

.article-page__header__container {
    background: #fff;
    padding-top: 210px;
}

.article-page__header__svg-container {
    height: 100%;
    position: relative;
    width: 1560px;
    z-index: 1;
}

.article-page__header__svg {
    bottom: -480px;
    left: -1400px;
    position: absolute;
    right: auto;
    top: auto;
    height: 960px;
    width: 1560px;
}

.article-page__header__svg2 {
    height: 671px;
    width: 525px;
    bottom: -460px;
    left: -313px;
    position: absolute;
    right: auto;
    top: auto;
}

.article-page__header__article-date,
.article-page__header__authors {
    font-family: "Copernicus-Italic";
}

.article-page__header__article-date a:after,
.article-page__header__article-date span:not(.separator):after,
.article-page__header__authors a:after,
.article-page__header__authors span:not(.separator):after {
    content: ", ";
}

.article-page__header__article-date a:last-child:after,
.article-page__header__article-date span:not(.separator):last-child:after,
.article-page__header__authors a:last-child:after,
.article-page__header__authors span:not(.separator):last-child:after {
    content: "";
}

.article-page__header__authors a,
.article-page__header__topics a {
    font-family: inherit;
    font-size: inherit;
}

.article-page__header__authors a:after,
.article-page__header__authors span:not(.separator):after,
.article-page__header__topics a:after,
.article-page__header__topics span:not(.separator):after {
    content: ", ";
}

.article-page__header__authors a:last-child:after,
.article-page__header__authors span:not(.separator):last-child:after,
.article-page__header__topics a:last-child:after,
.article-page__header__topics span:not(.separator):last-child:after {
    content: "";
}

.article-page__header__authors--nolink {
    color: #333;
    font-family: "Copernicus-Italic";
}

.article-page__header__authors--nolink a:after,
.article-page__header__authors--nolink span:not(.separator):after {
    content: ", ";
}

.article-page__header__authors--nolink a:last-child:after,
.article-page__header__authors--nolink span:not(.separator):last-child:after {
    content: "";
}

.article-page__header__secondary {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-items: flex-start;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
}

.article-page__header__secondary__read-time {
    margin: 0;
}

.article-page__icons__container {
    align-self: flex-end;
    color: #333;
    height: 25px;
    margin-right: -15px;
    overflow: hidden;
}

.article-page__icons__container a {
    color: inherit;
    font-size: 21px;
    text-decoration: none;
}

.article-page__ellipsis {
    display: none;
}

.article-page__icons {
    align-items: flex-end;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    position: absolute;
    transform: translateX(-150px);
    transition:
        transform 0.2s cubic-bezier(1, 0, 0, 1),
        opacity 0.2s;
    width: 150px;
}

.article-page__icons a {
    text-align: center;
    width: 50px;
}

.article-page__icons__sub {
    align-items: flex-end;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    font-size: 20px;
    opacity: 0;
    position: absolute;
    transform: translateX(-5.5em);
    transition:
        transform 0.2s cubic-bezier(1, 0, 0, 1),
        opacity 0.2s,
        z-index 1s;
    width: 150px;
    z-index: -1;
}

.article-page__icons__sub a {
    text-align: center;
    width: 50px;
}

@media all and (min-width: 1024px) {
    .article-page__header__secondary {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page__header {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
        margin-top: 40px;
        min-height: auto;
        width: 50%;
    }

    .article-page__header .eyebrow,
    .article-page__header__subtitle,
    .article-page__header__article-date,
    .article-page__header__authors,
    .article-page__header__authors--nolink {
        margin-bottom: 20px;
    }

    .article-page__header__title,
    .article-page__header__topics {
        display: inline;
    }

    .article-page__header__article-date {
        margin-top: 20px;
    }

    .article-page__header__subtitle {
        font-size: 24px;
    }

    .article-page__icons__container:hover {
        color: #d0d0dc;
    }

    .article-page__icons__container:hover img {
        opacity: 0.4;
    }

    .article-page__icons__container a:hover {
        color: #333;
        opacity: 1;
    }

    .article-page__icons__container img:hover {
        opacity: 1;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__header {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-page__header__svg {
        bottom: -480px;
        left: -1500px;
        position: absolute;
        right: auto;
        top: auto;
    }

    .article-page__header__svg2 {
        height: 359px;
        width: 281px;
        bottom: -248px;
        left: -168px;
        position: absolute;
        right: auto;
        top: auto;
    }

    .article-page__header__title {
        display: inline;
    }

    .article-page__header__article-date {
        margin-top: 20px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page__header {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-page__header__container {
        padding-top: 58px;
    }

    .article-page__header__svg {
        display: none;
    }

    .article-page__header__svg2 {
        display: none;
    }

    .article-page__header__title {
        display: inline;
    }

    .article-page__header__article-date {
        margin-top: 20px;
    }

    .article-page__ellipsis {
        display: block;
        position: absolute;
        transform: translateX(-50px);
        transition:
            transform 0.2s cubic-bezier(1, 0, 0, 1),
            opacity 0.2s;
        width: 50px;
    }

    .article-page__ellipsis a {
        text-align: center;
        width: 50px;
    }

    .article-page__icons {
        font-size: 20px;
        opacity: 0;
        position: absolute;
        transform: translateX(-5.5em);
        transition:
            transform 0.2s cubic-bezier(1, 0, 0, 1),
            opacity 0.2s,
            z-index 1s;
        width: 150px;
        z-index: -1;
    }
}

.article-page .active .article-page__icons {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
}

.article-page .active .article-page__icons__sub {
    opacity: 1;
    transform: translateX(-7.5em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
    z-index: 1;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page .open .article-page__ellipsis,
    .article-page .active .article-page__ellipsis {
        opacity: 0;
        transform: translateX(-10em);
        transition:
            transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 0.2s;
    }

    .article-page .open .article-page__icons {
        opacity: 1;
        transform: translateX(-7.5em);
        transition:
            transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
            opacity 0.2s;
        z-index: 1;
    }
}

@media (min-width: 1023px) {
    .article-page__body {
        display: flex;
        margin: 0 auto;
        max-width: 1310px;
    }

    .article-page__body.flex-column-desktop {
        flex-direction: column;
    }
}

.article-page-body {
    padding: 40px 0 0;
    position: relative;
}

@media (min-width: 1023px) {
    .article-page-body {
        width: 54%;
        margin-left: 16.6667%;
    }

    .article-page-body div.article-page-body__wrapper.richtext.imageMaxWidth img {
        width: 100% !important;
    }
}

.article-page-body .article-page-body__wrapper {
    z-index: 0;
    z-index: unset;
}

@media (min-width: 1023px) {
    .article-page-body .article-page-body__wrapper {
        max-width: 100%;
        margin-left: 0;
    }
}

.article-page-body__wrapper {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-left: 0;
    z-index: 1;
}

@media all and (min-width: 1024px) {
    .article-page-body {
        padding: 80px 0 0;
    }

    .article-page-body__wrapper {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page-body__wrapper.withoutmargin {
        margin-left: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page-body {
        padding: 60px 0 0;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page-body__wrapper ul li {
        padding-left: 15px;
    }
}

.yu-gothic-font {
    font-family: "Yu Gothic";
}

.ms-gothic-font {
    font-family: "MS Gothic";
}

@media all and (min-width: 1024px) {
    .article-page .article-page__image__header {
        max-width: 100%;
        margin-left: 0;
    }

    .article-page.focus-page .article-page__image__header {
        max-width: 66%;
        margin: auto;
    }

    .flex-column-desktop > .article-page-body {
        width: 70%;
    }
}

.fullWidth .article-page-body__wrapper {
    max-width: 100%;
}

.fullWidth .article-page-body__wrapper .dropdown {
    width: calc(100% / 4 - 1em);
}

@media (max-width: 480px) {
    .fullWidth .article-page-body__wrapper .dropdown {
        width: unset;
    }
}

.columnwidth .article-page-body__wrapper .dropdowns {
    justify-content: flex-start;
}

.article-page__quote {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin: 40px 0;
}

.article-page__quote--gray {
    background-color: #f7f7f7;
}

.article-page__quote__wrapper {
    margin-left: 1rem;
    position: relative;
}

.article-page__quote__text {
    color: #333;
    font-size: 31px;
    line-height: 51px;
    margin-bottom: 30px;
}

.article-page__quote__text:before {
    content: "\201C";
    margin-left: -1rem;
    position: absolute;
}

.article-page__quote__text:after {
    content: "\201D";
}

.article-page__quote__author {
    font-family: "Copernicus-Italic";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.article-page__quote__author--img {
    background: #d0d0dc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.article-page__quote__author--imgcontainer {
    margin-bottom: 30px;
}

.article-page__quote i .cta {
    font-family: "Copernicus-Roman";
}

@media all and (min-width: 1024px) {
    .article-page__quote {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page__quote__wrapper {
        margin-left: 0;
    }

    .article-page__quote__author--imgcontainer {
        bottom: auto;
        left: -160px;
        position: absolute;
        right: auto;
        top: 0;
    }

    .article-page__quote__author--img {
        height: 100px;
        width: 100px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__quote__author--imgcontainer {
        display: inline-block;
    }

    .article-page__quote__author {
        display: inline-block;
        margin-left: 20px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page__quote__text {
        font-size: 21px;
        line-height: 31px;
    }
}

@media all and (min-width: 1024px) {
    .article-page__related__content {
        padding-top: 80px;
        width: 35%;
    }

    .article-page__related__content-column {
        margin-left: 16.667%;
    }

    .article-page__related__content-column > .article-page__related__insight > .container > div.related-insight__container {
        margin-left: 0% !important;
    }

    .article-page__related__content-column > .article-page__download > .container > div.article-page__download__container {
        margin-left: 0% !important;
    }
}

.article-page__related__insight .container {
    position: relative;
}

.article-page__related__insight .related-insight__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.article-page__related__insight .separator {
    margin-bottom: 40px;
}

.article-page__related__insight .separator:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
}

@media all and (min-width: 1024px) {
    .article-page__related__insight .related-insight__container {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 25%;
        padding: 0 15px;
        max-width: 100%;
        margin-left: 24%;
        flex: 1;
    }

    .article-page__related__insight .related-insight__container-column {
        margin-left: 0% !important;
    }

    .article-page__related__insight .separator {
        display: none;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .article-page__related__insight .related-insight__container {
        padding-left: 30px !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__related__insight .related-insight__container {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .article-page__related__insight .separator {
        margin-bottom: 60px;
    }
}

.article-page__accordion {
    margin: 20px 0;
}

.article-page__accordion__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

@media all and (min-width: 1024px) {
    .article-page__accordion__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }
}

.article-page__awards {
    background-color: #f2fafd;
    display: flex;
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0px;
    top: 210px;
    flex: 3 3 auto;
    flex-basis: 3;
    flex-grow: 1;
    max-width: 25%;
    padding: 0 15px;
    padding: 25px;
    z-index: 2;
}

.article-page__awards .icon-award {
    color: #009fdf;
    font-size: 35px;
    height: 40px;
    padding-right: 20px;
}

.article-page__awards .icon-award:before {
    font-size: 35px;
}

.article-page__awards .icon-close {
    height: 40px;
    padding: 10px 0 0 20px;
}

.article-page__awards ul {
    color: #000;
    font-family: "Polaris-Roman";
    font-size: 12px;
    margin: 0;
    max-width: 380px;
    padding: 5px 0 0;
}

.article-page__awards li {
    list-style: none;
    margin-bottom: 30px;
}

.article-page__awards li p {
    margin-bottom: 0;
}

.article-page__awards li:before {
    display: none;
}

.article-page__awards li:last-child {
    margin-bottom: 0px;
}

.article-page__awards li span {
    font-family: "Polaris-Roman";
}

.article-page__awards li span.article-page__awards__year {
    font-family: "Polaris-Bold";
}

.article-page__awards__number {
    color: #009fdf;
    font-family: "Polaris-Bold";
    font-size: 12px;
    bottom: auto;
    left: 38px;
    position: absolute;
    right: auto;
    top: 33px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .article-page__awards__number {
        top: 38px;
    }
}

@media all and (min-width: 1024px) {
    .article-page__awards .icon-close {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__awards {
        border-radius: 50px;
        max-height: 85px;
        min-width: 320px;
        overflow: hidden;
        right: -250px;
        transition: 0.5s ease;
    }

    .article-page__awards._open {
        border-radius: 0px;
        max-height: 700px;
        transform: translateX(-250px);
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page__awards {
        border-radius: 50px;
        max-height: 85px;
        max-width: 375px;
        min-width: 375px;
        overflow: hidden;
        right: -300px;
        top: 58px;
        transition: 0.5s ease;
    }

    .article-page__awards._open {
        border-radius: 0px;
        max-height: 400px;
        transform: translateX(calc(-100% + 75px));
    }
}

@media all and (min-width: 0) and (max-width: 374px) {
    .article-page__awards {
        max-width: 100%;
        min-width: 100%;
        right: calc(-100% + 75px);
    }
}

.article-page-body__wrapper > p > sup {
    margin-left: -4px;
    margin-right: 4px;
}

.article-page__footnote {
    display: inline-block;
    margin-left: -2px;
    margin-right: -16px;
}

.article-page__footnote__tooltip {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 1px 1px 20px #d0d0ce;
    height: 200px;
    padding: 20px;
    position: absolute;
    visibility: hidden;
    z-index: 1;
}

.article-page__footnote__tooltip .arrow {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    left: 49%;
    margin-left: -6px;
    position: absolute;
    top: -10px;
    width: 0;
}

.article-page__footnote__content {
    height: calc(100% - 40px);
    margin-top: 5px;
    overflow-x: none;
    overflow-y: auto;
    text-align: left;
    width: 100%;
}

.article-page__footnote__link,
.article-page__footnote__titlelink,
.article-page__footnote__closelink {
    color: #009fdf;
    font-family: "Polaris-Bold";
    font-size: 12px;
    line-height: 21px;
}

.article-page__footnote__link {
    display: inline;
    margin-left: 3px;
    margin-right: 8px;
    position: relative;
    top: -0.5em;
}

.article-page__footnote .intitle {
    top: -16px;
}

@media all and (min-width: 1024px) {
    .article-page__footnote__tooltip {
        width: 315px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__footnote__tooltip {
        width: 315px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page__footnote__tooltip {
        left: 25px;
        width: 95%;
    }
}

.tooltip-toggle-class {
    visibility: visible;
}

.article-nav__footnote__tooltip {
    display: inline;
    margin-left: 3px;
    position: relative;
    top: -0.5em;
    color: #009fdf;
    font-family: "Polaris-Bold";
    font-size: 12px;
    line-height: 21px;
}

.article-body__breadcrumb .breadcrumb__items__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
    margin-top: 0;
    z-index: 1;
}

.article-body__breadcrumb .breadcrumb__items__container .breadcrumb__items {
    display: inline-table;
    margin: 0;
    padding: 0;
    text-align: left;
}

.article-body__breadcrumb .breadcrumb__items__container .breadcrumb__items:before {
    content: "";
    margin: 0;
    padding: 0;
}

.article-body__breadcrumb .breadcrumb__items__container .breadcrumb__items:after {
    content: "/";
    padding: 0 10px;
}

.article-body__breadcrumb .breadcrumb__items__container .breadcrumb__items:last-child:after {
    content: "";
}

@media all and (min-width: 1024px) {
    .article-body__breadcrumb .breadcrumb__items__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
        margin-bottom: 80px;
        margin-left: 0;
        max-width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-body__breadcrumb .breadcrumb__items__container {
        margin-bottom: 60px;
    }
}

.article-page__download .container {
    position: relative;
}

.article-page__download__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.article-page__download .download__content__title {
    font-family: "Copernicus-Bold";
    margin-top: 20px;
}

.article-page__download .download__content__description {
    margin-bottom: 30px;
}

.article-page__download .download-cta {
    margin-bottom: 40px;
}

.article-page__download .download-cta .button--default {
    min-width: 100%;
}

.article-page__download .separator {
    margin-bottom: 40px;
}

.article-page__download .separator:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
}

@media all and (min-width: 1024px) {
    .article-page__download__container {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 25%;
        padding: 0 15px;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 24%;
    }

    .article-page__download .separator {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .article-page__download .separator {
        margin-bottom: 60px;
    }

    .article-page__download .download-cta {
        margin-bottom: 60px;
    }

    .article-page__download .download-cta .button--default {
        min-width: 275px;
    }
}

.article-page__disclaimer {
    background-color: #fff;
    padding: 50px 0 0;
}

.article-page__disclaimer__gray {
    background-color: #f7f7f7;
}

.article-page__disclaimer .richtext {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.article-page__disclaimer .richtext p,
.article-page__disclaimer .richtext li {
    font-size: 12px;
    line-height: 21px;
}

.article-page__disclaimer .richtext p:before,
.article-page__disclaimer .richtext li:before {
    top: 7px;
}

.article-page__disclaimer .richtext img {
    height: auto !important;
    max-width: 100%;
}

.article-page__disclaimer .richtext-left {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.article-page__disclaimer .richtext-left p,
.article-page__disclaimer .richtext-left li {
    font-size: 12px;
    line-height: 21px;
}

.article-page__disclaimer .richtext-left p:before,
.article-page__disclaimer .richtext-left li:before {
    top: 7px;
}

.article-page__disclaimer .richtext-left img {
    height: auto !important;
    max-width: 100%;
}

.article-page__disclaimer .richtext-left-isfullwidth {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    max-width: 100%;
}

.article-page__disclaimer .richtext-left-isfullwidth p,
.article-page__disclaimer .richtext-left-isfullwidth li {
    font-size: 12px;
    line-height: 21px;
}

.article-page__disclaimer .richtext-left-isfullwidth p:before,
.article-page__disclaimer .richtext-left-isfullwidth li:before {
    top: 7px;
}

.article-page__disclaimer .richtext-left-isfullwidth img {
    height: auto !important;
    max-width: 100%;
}

.article-page__disclaimer .richtext-isfullwidth {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    max-width: 100%;
}

.article-page__disclaimer .richtext-isfullwidth p,
.article-page__disclaimer .richtext-isfullwidth li {
    font-size: 12px;
    line-height: 21px;
}

.article-page__disclaimer .richtext-isfullwidth p:before,
.article-page__disclaimer .richtext-isfullwidth li:before {
    top: 7px;
}

.article-page__disclaimer .richtext-isfullwidth img {
    height: auto !important;
    max-width: 100%;
}

@media all and (min-width: 1024px) {
    .article-page__disclaimer .richtext {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .article-page__disclaimer .richtext-left {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .article-page__disclaimer .richtext-left-isfullwidth {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        max-width: 100%;
    }

    .article-page__disclaimer .richtext-isfullwidth {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        max-width: 100%;
    }
}

.focus-page .richtext .h2 {
    font-family: "Copernicus-Roman";
    font-size: 31px;
    font-weight: normal;
    line-height: 51px;
}

.focus-page .focus-two-up {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 1310px;
}

.focus-page .focus-two-up .article {
    width: 45%;
}

.focus-page .separator-twoup {
    background: #d0d0ce;
    height: 1px;
    margin: 60px 0;
    width: 100%;
}

@media all and (min-width: 1024px) {
    .focus-page.article-page .article-page__header {
        min-height: auto;
    }
}

@media all and (min-width: 1024px) and (min-width: 1023px) {
    .focus-page .focus-article {
        width: 100%;
        margin: 0;
    }
}

@media all and (min-width: 1024px) {
    .focus-page .focus-article .article-page-body__wrapper {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 16.66667%;
        z-index: 1;
    }

    .focus-page .focus-article .article-page__image__container {
        max-width: 66%;
    }

    .focus-page .focus-article .article-page__image__caption {
        max-width: 66%;
        margin-left: 16.66667%;
    }

    .focus-page .focus-article .breadcrumb__items__container {
        margin-left: 16.66667%;
    }

    .focus-page .article-page-body__wrapper {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .focus-page .focus-two-up .article {
        width: 100%;
    }
}

.article-nav {
    background-color: #fff;
    border-bottom: 4px solid #009fdf;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
    margin-top: -77px;
    max-height: 77px;
    overflow: hidden;
    padding: 22px 0;
    transition: all 0.5s ease;
    width: 100vw;
    z-index: 2;
    bottom: auto;
    left: 0;
    position: fixed;
    right: auto;
    top: 0;
}

.article-nav._fix {
    margin-top: 0;
}

.article-nav._fix._open {
    max-height: 100vh;
    overflow-y: scroll;
}

.article-nav._fix._open .article-nav__current i:before {
    transform: rotate(270deg);
}

.article-nav._fix._open .article-nav__outside {
    display: block;
    z-index: 1;
}

.article-nav._fix._open .container,
.article-nav._fix._open .article-nav__toc-wrap {
    position: relative;
    z-index: 3;
}

.article-nav._fix._empty {
    max-height: 77px;
}

.article-nav._fix._empty .icon-caret {
    display: none;
}

.article-nav._fix._empty._noZIndex {
    z-index: 0 !important;
}

.article-nav__outside {
    display: none;
    height: 100vh;
    width: 100vw;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.article-nav__left {
    float: left;
    padding: 0 15px;
    width: calc((100% / 12) * 10);
}

.article-nav__right {
    float: left;
    padding: 0 15px;
    position: relative;
    width: calc((100% / 12) * 2);
}

.article-nav .article-page__header__secondary {
    margin-bottom: 0;
}

.article-nav .article-page__icons__container.active .article-page__icons {
    transform: translateX(-150px);
}

.article-nav .article-page__icons__container.active .article-page__icons__sub {
    transform: translateX(0px);
}

.article-nav .article-page__icons__sub {
    transform: translateX(150px);
}

.article-nav .article-page__icons {
    transform: translateX(0px);
}

.article-nav__current {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: flex;
    font-family: "Copernicus-Bold";
}

.article-nav__current .article-nav__section-title {
    display: inline-block;
    font-family: inherit;
    height: 34px;
    overflow: hidden;
}

.article-nav__current i {
    color: #009fdf;
    padding-left: 20px;
}

.article-nav__current i:before {
    transition: all 0.5s ease;
}

.article-nav__section-number {
    display: inline-block;
    font-family: "Polaris-Bold";
    font-size: 12px;
}

.article-nav__section-number._showing {
    margin-right: 25px;
}

.article-nav__inner-title {
    color: #333;
    font-family: "Copernicus-Bold";
    font-size: 21px;
    line-height: 31px;
    margin-left: calc((100% / 12) * 2);
    padding: 48px 0 0;
    width: calc((100% / 12) * 10);
}

.article-nav__toc {
    margin: 0;
    margin-left: calc((100% / 12) * 2);
    padding: 25px 0px 18px;
    width: calc((100% / 12) * 10);
}

.article-nav__toc-el {
    color: #009fdf;
    margin-bottom: 15px;
}

.article-nav__toc-el span {
    transition: all 0.5s ease;
}

.article-nav__toc-el:before {
    display: none;
}

.article-nav__toc-el:last-child {
    margin-bottom: 0;
}

.article-nav__toc-el a {
    transition: 0.2s ease;
}

.article-nav__toc-el._previous a span {
    color: #d0d0ce;
}

.article-nav__toc-el._previous:hover span {
    color: #4c4c4c;
}

.article-nav__num {
    color: #000;
    font-family: "Polaris-Bold";
    font-size: 12px;
    margin-right: 25px;
    pointer-events: none;
}

.article-nav__name {
    color: inherit;
    font-family: "Copernicus-Bold";
    pointer-events: none;
}

@media screen and (max-width: 1400px) {
    .article-nav .article-page__icons {
        transform: translateX(-30px);
    }
}

@media screen and (max-width: 1023px) {
    .article-nav._fix._open {
        overflow-y: scroll;
    }

    .article-nav .container {
        margin: 0 50px;
    }

    .article-nav__left {
        padding: 0;
        width: calc((100% / 6) * 4);
    }

    .article-nav__current {
        position: relative;
    }

    .article-nav__current:after {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
        content: "";
        height: 100%;
        width: 100px;
        z-index: 2;
    }

    .article-nav__anchor {
        display: flex;
    }

    .article-nav__num {
        padding-top: 9px;
    }

    .article-nav__section-title {
        position: relative;
        z-index: 1;
    }

    .article-nav .icon-caret {
        z-index: 3;
    }

    .article-nav__right {
        padding: 0;
        width: calc((100% / 6) * 2);
    }

    .article-nav__inner-title,
    .article-nav__toc {
        margin-left: 0;
    }

    .article-nav__toc {
        padding: 25px 0 18px;
    }

    .article-nav .article-page__header__secondary {
        justify-content: flex-end;
    }

    .article-nav .article-page__icons__container {
        width: 140px;
    }
}

@media screen and (max-width: 767px) {
    .article-nav .article-page__icons__container.open .article-page__icons {
        background-color: #fff;
        transform: translateX(-100px);
        z-index: 3;
    }

    .article-nav .article-page__icons__container.active .article-page__icons__sub {
        background-color: #fff;
        transform: translateX(-100px);
        z-index: 3;
    }

    .article-nav .container {
        margin: 0 30px;
    }

    .article-nav__left {
        width: calc((100% / 6) * 5);
    }

    .article-nav__right {
        width: calc((100% / 6) * 1);
    }

    .article-nav__inner-title,
    .article-nav__toc {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .article-nav__inner-title {
        padding: 45px 0 0;
    }

    .article-nav__toc {
        padding: 25px 0 15px;
    }

    .article-nav .article-page__icons__container {
        width: 40px;
    }

    .article-nav .article-page__ellipsis {
        transform: translateX(0px);
    }

    .article-nav .article-page__ellipsis .icon-more {
        padding: 4px 0;
    }
}

body._navShown .article-nav {
    max-height: 154px;
    padding-top: 99px;
}

body._navShown .article-nav._empty {
    max-height: 154px;
}

@media screen and (max-width: 767px) {
    body._navShown .article-nav {
        max-height: 134px;
        padding-top: 79px;
    }

    body._navShown .article-nav._empty {
        max-height: 134px;
    }
}

body._nonScrollable {
    overflow: hidden;
}

@media print {
    nav,
    svg,
    picture,
    .nav2,
    div.article-nav,
    div.learning-center__nav,
    a.article-back__link,
    div.article-page__awards,
    p.article-page__header__topics,
    span.article-page__header__authors,
    div.article-page__header__secondary,
    div.article-page__related__content,
    section.article-page__table,
    section.article-body__breadcrumb,
    section.video,
    section.insights-subscriptions,
    div.article-page__accordion,
    div.article-page__image__link,
    div.article-page__quote,
    p.expand-button,
    section div.cookie,
    footer.global-footer {
        display: none;
    }

    html * {
        background-color: #fff !important;
        font-family: "Arial" !important;
    }

    .article-page-body {
        min-height: 300px;
        padding: 0;
    }

    .eyebrow {
        display: block;
    }

    .eyebrow __title {
        display: inline;
    }

    .article-page-body * {
        color: black;
        font-size: 14px !important;
        line-height: 20px !important;
    }

    .article-page__image__caption * {
        font-size: 10px !important;
        font-family: Polaris-Roman !important;
    }

    .article-page__image__container {
        max-width: 90%;
        margin: 0 auto;
    }

    .article-page__image {
        background-color: #fff;
        margin-bottom: 20px;
        page-break-inside: avoid;
    }

    .article-page__image-pdf {
        display: block;
    }

    .article-page__image__caption {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .article-page__image__caption > .note-content {
        max-height: 1000px;
    }

    .article-page__header__container {
        padding: 0;
    }

    .article-page__header {
        max-width: 100%;
        min-height: 320px;
    }

    .article-page__header .article-page__logo {
        color: #009fdf;
        display: block !important;
        font-size: 100px;
        margin-bottom: 40px;
    }

    .article-page__header__article-date {
        font-size: 14px !important;
        margin-top: 10px;
    }

    .article-page__header h2 {
        font-size: 27px;
        font-weight: normal;
        line-height: 32px;
        display: inline;
        letter-spacing: 0px;
    }

    .article-page__header h1 {
        font-size: 27px;
        font-weight: normal;
        line-height: 32px;
        display: inline;
    }

    .article-page__header p.eyebrow {
        font: bold 27px "Arial bold";
        font-weight: bolder;
        line-height: 32px;
        margin-bottom: 80px;
        position: relative;
        width: 100%;
    }

    .article-page__header p.eyebrow:before {
        border-top: 3px solid #3f2021;
        content: "";
        width: 40px;
        position: absolute;
        top: 75px;
    }

    .article-page-body__wrapper {
        max-width: 100%;
        text-align: justify;
    }

    .h3.careers__quote__text:before {
        margin-left: -0.5rem;
    }

    .richtext img {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .richtext ol li:before,
    .richtext ul li:before {
        top: 5px;
    }

    .richtext ol li:before {
        line-height: 10px;
    }

    .h3.career__quote__text:before {
        margin-left: -5px;
    }

    blockquote.richtext {
        margin: 0;
    }

    h1.article-page__header__title span.article-page__footnote {
        margin-left: 0;
    }

    h1.article-page__header__title span.article-page__footnote a.article-page__footnote__link {
        color: #000;
        display: inline;
        top: auto;
    }

    h1.article-page__header__title span.article-page__footnote a.article-page__footnote__link:before,
    h1.article-page__header__title span.article-page__footnote a.article-page__footnote__link:after {
        vertical-align: text-bottom;
    }

    h2.article-page__header__title span.article-page__footnote {
        margin-left: 0;
    }

    h2.article-page__header__title span.article-page__footnote a.article-page__footnote__link {
        color: #000;
        display: inline;
        top: auto;
    }

    h2.article-page__header__title span.article-page__footnote a.article-page__footnote__link:before,
    h2.article-page__header__title span.article-page__footnote a.article-page__footnote__link:after {
        vertical-align: text-bottom;
    }

    span.article-page__footnote {
        margin-left: 0;
    }

    .article-page-body__wrapper > p > sup {
        margin-left: -4px !important;
        margin-right: 4px !important;
    }

    a.article-page__footnote__link {
        color: black;
        margin-left: -3px;
        margin-right: 4px;
        top: -0.6em;
        padding-right: 4px;
        font-size: smaller !important;
    }

    a.article-page__footnote__link:before {
        margin-left: 2px;
        content: "";
    }

    a.article-page__footnote__link:after {
        content: "";
    }

    .richtext a:not(.article-page__footnote__link) {
        color: #009fdf;
    }

    section.article-page__disclaimer {
        color: #6e6259;
    }

    section.article-page__disclaimer .richtext {
        max-width: 100%;
    }

    section.article-page__disclaimer * {
        font-size: 11px !important;
    }

    .footnote-container {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 40px;
    }

    .footnote-container a {
        color: #009fdf;
    }

    .footnote-separator {
        border-top: solid 1px #d0d0ce;
        margin-bottom: 20px;
    }

    .footnote-item {
        display: -webkit-box;
        page-break-inside: avoid;
    }

    .footnote-item__description {
        margin-bottom: 20px;
    }

    .footnote-item__description span:first-child {
        margin-right: 3px;
    }

    .footnote-item__description span:first-child:before {
        content: "[";
        padding-right: 2px;
    }

    .footnote-item__description span:first-child:after {
        content: "]";
        padding-left: 2px;
    }
}

.intitle {
    top: -16px;
}

.article {
    margin-bottom: 2rem;
}

.article:last-child {
    margin-bottom: 0;
}

.article__eyebrow {
    margin-bottom: 10px;
}

.article__date {
    color: #333;
    font-family: "Copernicus-Italic";
}

.article__date a {
    font-family: "Copernicus-Italic";
}

.article__title {
    font-family: "Copernicus-Bold";
}

.article__title a {
    color: #333;
    font-family: "Copernicus-Bold";
    text-decoration: none;
}

.article__author {
    color: #009fdf;
}

.article__author a:after,
.article__author span:not(.separator):after {
    content: ", ";
}

.article__author a:last-child:after,
.article__author span:not(.separator):last-child:after {
    content: "";
}

.article__author a,
.article__author span {
    display: inline-block;
}

.article__author--nolink {
    color: #333;
    font-family: "Copernicus-Italic";
}

.article__author--nolink a:after,
.article__author--nolink span:not(.separator):after {
    content: ", ";
}

.article__author--nolink a:last-child:after,
.article__author--nolink span:not(.separator):last-child:after {
    content: "";
}

.article__summary {
    display: block;
}

.article__tile-award-container {
    display: flex;
}

.article__tile-award-icon-container {
    margin-right: 10px;
}

.article__tile-award-icon::before {
    font-size: 26px;
}

.article__tile-award-name {
    font-family: "Polaris-Italic";
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.article__two-up-award-container {
    display: flex;
}

.article__two-up-award-icon-container {
    margin-right: 10px;
}

.article__two-up-award-icon::before {
    font-size: 26px;
}

.article__two-up-award-name {
    font-family: "Polaris-Italic";
    font-size: 14px;
    color: #333;
}

.article__page-award-container {
    display: flex;
    margin-top: 15px;
}

.article__page-award-icon-container {
    margin-right: 10px;
    margin-top: 2px;
}

.article__page-award-icon::before {
    font-size: 32px;
}

.article__page-award-name {
    font-family: "Polaris-Italic";
    font-size: 17px;
    color: #333;
}

.insights-featured {
    border-bottom: 1px solid #d0d0ce;
    color: #333;
    padding: 40px 0;
}

.insights-featured .eyebrow {
    margin-bottom: 20px;
}

.insights-featured .eyebrow__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.insights-featured__main {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.insights-featured__main .principal-article {
    margin-bottom: 64px;
}

.insights-featured__main .principal-article:last-child {
    margin-bottom: 0;
}

.insights-featured__award-container {
    display: flex;
    margin-top: -22px;
}

.insights-featured__award-icon-container {
    margin-right: 10px;
    margin-top: 2px;
}

.insights-featured__award-icon::before {
    font-size: 32px;
}

.insights-featured__award-name {
    font-family: "Polaris-Italic";
    font-size: 14px;
    color: #333;
}

.insights-featured__secondary {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding-top: 40px;
    position: relative;
}

.insights-featured__secondary__award-container {
    display: flex;
}

.insights-featured__secondary__award-icon-container {
    margin-right: 10px;
    margin-top: 2px;
}

.insights-featured__secondary__award-icon::before {
    font-size: 32px;
}

.insights-featured__secondary__award-name {
    font-family: "Polaris-Italic";
    font-size: 14px;
    color: #333;
}

.insights-featured__secondary:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
}

.insights-featured__secondary .article {
    margin-bottom: 40px;
}

.insights-featured__secondary .article:last-child {
    margin-bottom: 0;
}

.insights-featured__secondary .article__cta {
    margin-top: 60px;
}

@media all and (min-width: 1024px) {
    .insights-featured {
        border-bottom: 0;
        padding: 70px 0 35px;
    }

    .insights-featured .module-separator {
        border-top: 1px solid #d0d0ce;
        content: "";
        left: 0;
        margin-left: calc(16.66667% + 15px);
        padding: 0 15px;
        position: absolute;
        top: -100px;
        width: calc(100% - 16.66667% - 30px);
    }

    .insights-featured .container {
        flex-flow: nowrap;
        position: relative;
    }

    .insights-featured .container:after {
        border-bottom: 1px solid #d0d0ce;
        bottom: -75px;
        content: "";
        left: 0;
        margin-left: calc(16.66667% + 15px);
        padding: 0 15px;
        position: absolute;
        width: calc(100% - 16.66667% - 30px);
    }

    .insights-featured .container.no-border:after {
        border: 0;
    }

    .insights-featured .container .eyebrow__container {
        margin-left: 16.66667%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-bottom: 60px;
    }

    .insights-featured__main {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .insights-featured__main .principal-article:nth-child(2):before {
        width: 60px;
    }

    .insights-featured__secondary {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
        padding-left: 70px;
    }

    .insights-featured__secondary:before {
        border-top: 0;
    }

    .insights-featured__secondary .article:first-child {
        margin-bottom: 30px;
    }

    .insights-featured__secondary .article:nth-child(2) {
        padding-top: 30px;
        position: relative;
    }

    .insights-featured__secondary .article:nth-child(2):before {
        border-top: 1px solid #d0d0ce;
        content: "";
        position: absolute;
        top: 0;
        width: 60px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-featured {
        padding: 60px 0;
    }

    .insights-featured__main {
        margin-bottom: 60px;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .insights-featured__secondary {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        margin: 0 -15px;
        padding-top: 60px;
        position: relative;
    }

    .insights-featured__secondary.nowrap {
        flex-flow: nowrap;
    }

    .insights-featured__secondary.block {
        display: inline-block;
    }

    .insights-featured__secondary.block .article {
        float: left;
    }

    .insights-featured__secondary.block .article__cta {
        display: inline-block;
    }

    .insights-featured__secondary:before {
        margin: 0 15px;
        width: calc(100% - 60px);
    }

    .insights-featured__secondary .article {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .insights-featured__secondary .article__cta {
        width: 100%;
    }

    .insights-featured__secondary .article__cta .button {
        display: block;
        margin: 0 auto;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .insights-featured__secondary .article__cta .button {
        min-width: 75%;
    }
}

.insights-collection {
    overflow: hidden;
    position: relative;
}

.insights-collection__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.insights-collection .homeinsights {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.insights-collection .insights__circle {
    height: 240px;
    width: 240px;
}

.insights-collection .insights__square {
    height: 330px;
    width: 330px;
}

.insights-collection .insights__semicircle {
    height: 240px;
    left: 75%;
    position: absolute;
    top: 50px;
    transform: rotate(45deg);
    width: 240px;
}

.insights-collection.gray-theme {
    background-color: #f7f7f7;
}

.insights-collection .eyebrow--accent {
    margin-bottom: 4rem;
}

.insights-collection .h1 {
    margin-bottom: 20px;
}

.insights-collection .text--small {
    margin-bottom: 30px;
}

.insights-collection .button {
    min-width: 0;
    width: 100%;
}

.insights-collection.fullbleed .insights-collection__container {
    margin-left: 0;
}

.insights-collection.fullbleed .insights__circle {
    left: 0;
}

@media all and (min-width: 1024px) {
    .insights-collection {
        padding-top: 70px;
    }

    .insights-collection .container {
        position: relative;
    }

    .insights-collection__container {
        margin-left: 16.66667%;
    }

    .insights-collection__headline {
        margin-bottom: 40px;
        width: 585px;
    }

    .insights-collection__description {
        margin-bottom: 56px;
        width: 585px;
    }

    .insights-collection .insights__circle {
        bottom: -160px;
        left: 16.666%;
        position: absolute;
        right: 0;
        display: block;
    }

    .insights-collection .insights__square {
        bottom: 0;
        left: 93%;
        position: absolute;
        right: 0;
        top: -20px;
        display: block;
    }

    .insights-collection:not(.inverse) .insights-collection__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px 120px;
    }

    .insights-collection:not(.inverse) .insights-collection__item .image-container {
        width: 100%;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(even) .insights-collection__content {
        padding-left: 70px;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(odd) .insights-collection__content {
        padding-right: 70px;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(odd) .image-container {
        float: right;
    }

    .insights-collection.inverse .insights-collection__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px 120px;
    }

    .insights-collection.inverse .insights-collection__item .image-container {
        width: calc(100% + 30px);
    }

    .insights-collection.inverse .insights-collection__item:nth-child(odd) .insights-collection__content {
        padding-left: 70px;
    }

    .insights-collection.inverse .insights-collection__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .insights-collection.inverse .insights-collection__item:nth-child(even) .insights-collection__content {
        padding-right: 70px;
    }

    .insights-collection.inverse .insights-collection__item:nth-child(even) .image-container {
        float: right;
    }

    .insights-collection__image {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .insights-collection__content {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-collection {
        padding-top: 60px;
    }

    .insights-collection .insights__circle {
        bottom: -160px;
        left: -10%;
        position: absolute;
        display: block;
    }

    .insights-collection .insights__square {
        display: none;
    }

    .insights-collection .insights__semicircle {
        display: none;
    }

    .insights-collection:not(.inverse) .insights-collection__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px 80px;
    }

    .insights-collection:not(.inverse) .insights-collection__item .image-container {
        width: calc(100% + 130px);
    }

    .insights-collection:not(.inverse) .insights-collection__item .button {
        min-width: 100%;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(even) .image-container {
        float: right;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .insights-collection:not(.inverse) .insights-collection__item:nth-child(odd) .image-container {
        float: left;
    }

    .insights-collection.inverse .insights-collection__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px 80px;
    }

    .insights-collection.inverse .insights-collection__item .image-container {
        width: calc(100% + 130px);
    }

    .insights-collection.inverse .insights-collection__item .button {
        min-width: 100%;
    }

    .insights-collection.inverse .insights-collection__item:nth-child(odd) .image-container {
        float: right;
    }

    .insights-collection.inverse .insights-collection__item:nth-child(even) {
        flex-direction: row-reverse;
    }

    .insights-collection.inverse .insights-collection__item:nth-child(even) .image-container {
        float: left;
    }

    .insights-collection__headline {
        margin-bottom: 40px;
        width: 568px;
    }

    .insights-collection__description {
        margin-bottom: 60px;
        width: 568px;
    }

    .insights-collection__image {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .insights-collection__content {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-collection {
        padding-top: 40px;
    }

    .insights-collection .insights__circle,
    .insights-collection .insights__semicircle,
    .insights-collection .insights__square {
        display: none;
    }

    .insights-collection .eyebrow--accent {
        margin-bottom: 2.6rem;
    }

    .insights-collection__item {
        margin-bottom: 40px;
    }

    .insights-collection__headline {
        margin-bottom: 40px;
    }

    .insights-collection__description {
        margin-bottom: 40px;
    }

    .insights-collection__image {
        margin-bottom: 30px;
    }
}

@media all and (min-width: 0) and (max-width: 374px) {
    .insights-collection .button {
        min-width: 100%;
    }
}

.insights-perspective {
    background-color: #f7f7f7;
    color: #333;
    padding: 40px 0;
}

.insights-perspective .eyebrow__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 44px;
}

.insights-perspective__text {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.insights-perspective__text .h2,
.insights-perspective__text .article__date {
    margin-bottom: 20px;
}

.insights-perspective__image {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.insights-perspective .article {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 24px;
}

.insights-perspective .article__title {
    margin-bottom: 20px;
}

.insights-perspective .eyebrow__container.secondary {
    margin-top: 40px;
    position: relative;
}

.insights-perspective .eyebrow__container.secondary:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    position: absolute;
    top: -40px;
    width: calc(100% - 30px);
}

.insights-perspective__image {
    margin-bottom: 60px;
}

.insights-perspective .article__cta {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.insights-perspective .article__cta .button {
    line-height: 24px;
}

@media all and (min-width: 1024px) {
    .insights-perspective {
        padding: 70px 0;
    }

    .insights-perspective__main {
        flex-flow: nowrap;
    }

    .insights-perspective .eyebrow__container {
        margin-left: 16.66667%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-bottom: 44px;
    }

    .insights-perspective .eyebrow__container.secondary {
        margin-bottom: 60px;
        margin-top: 80px;
    }

    .insights-perspective .eyebrow__container.secondary:before {
        top: -80px;
    }

    .insights-perspective .eyebrowfixedheight {
        min-height: 15px;
    }

    .insights-perspective__text {
        margin-left: 16.66667%;
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        padding-right: 70px;
    }

    .insights-perspective__text .article__date,
    .insights-perspective__text h2 {
        margin-bottom: 20px;
    }

    .insights-perspective__image {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
    }

    .insights-perspective__image .image-container {
        float: right;
        width: calc(100% + 30px);
    }

    .insights-perspective__secondary {
        display: block;
    }

    .insights-perspective .article {
        float: left;
        margin-bottom: 25px;
        max-width: 27.6%;
        padding: 0 15px;
        width: 100%;
    }

    .insights-perspective .article:first-child {
        margin-left: 16.66667%;
    }

    .insights-perspective .article__cta {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        display: inline-block;
        margin-top: 20px;
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-perspective {
        padding: 60px 0;
    }

    .insights-perspective__text {
        margin-bottom: 24px;
    }

    .insights-perspective .eyebrow__container.secondary {
        margin-top: 60px;
    }

    .insights-perspective .eyebrow__container.secondary:before {
        top: -60px;
    }

    .insights-perspective .article {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-perspective__text {
        margin-bottom: 24px;
    }

    .insights-perspective__image {
        margin-bottom: 40px;
    }
}

.insights-all-insights {
    background-color: #f7f7f7;
    color: #333;
    overflow: hidden;
    padding-bottom: 80px;
}

.insights-all-insights__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
}

.insights-all-insights .eyebrow__container {
    flex: 12 12 auto;
    flex-basis: 12;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding: 40px 0 0 0;
}

.insights-all-insights__articles {
    padding-top: 20px;
}

.insights-all-insights__article__cta {
    padding-top: 20px;
    text-align: center;
}

.insights-all-insights__article__cta .button {
    line-height: 24px;
}

.insights-all-insights .article {
    padding-bottom: 10px;
}

.insights-all-insights__square {
    bottom: -32%;
    left: -10%;
    position: absolute;
    right: auto;
    top: auto;
    height: 400px;
    width: 400px;
}

@media all and (min-width: 1024px) {
    .insights-all-insights .container {
        flex-flow: nowrap;
    }

    .insights-all-insights__container {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-left: 16.66667%;
        padding: 0;
    }

    .insights-all-insights__articles {
        display: flex;
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .insights-all-insights__articles .article {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-right: 80px;
        width: 50%;
    }

    .insights-all-insights .eyebrow__container {
        padding: 50px 0 20px 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-all-insights .eyebrow__container {
        padding: 60px 0 10px 0;
    }

    .insights-all-insights__square {
        bottom: -21%;
        left: -30%;
        position: absolute;
        right: auto;
        top: auto;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-all-insights {
        padding-bottom: 40px;
    }

    .insights-all-insights__article__cta .button {
        min-width: 0;
        width: 100%;
    }

    .insights-all-insights__square {
        visibility: hidden;
    }
}

.insights-two-up {
    background-color: #f7f7f7;
    color: #333;
    overflow: hidden;
    position: relative;
}

.insights-two-up__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.insights-two-up__circle {
    display: none;
    height: 400px;
    width: 400px;
}

.insights-two-up__content {
    margin-bottom: 40px;
    position: relative;
}

.insights-two-up__content:after {
    border-bottom: 1px solid #d0d0ce;
    bottom: -40px;
    content: "";
    left: 15px;
    padding: 0 15px;
    position: absolute;
    width: calc(100% - 30px);
}

.insights-two-up .eyebrow__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.insights-two-up .spacer {
    margin-bottom: 30px;
}

.insights-two-up__item {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

@media all and (min-width: 1024px) {
    .insights-two-up__circle {
        position: absolute;
        right: -80px;
        top: -280px;
        display: block;
    }

    .insights-two-up .eyebrow__container {
        margin-left: 16.66667%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-bottom: 40px;
        padding-top: 40px;
    }

    .insights-two-up__content {
        display: table;
        margin-bottom: 50px;
        width: 100%;
    }

    .insights-two-up__content:after {
        bottom: -80px;
        left: 0;
        margin-left: calc(100% / 6 + 15px);
        width: calc(100% - 16.66667% - 30px);
    }

    .insights-two-up__item {
        float: left;
        max-width: 27.6%;
        padding: 0 15px;
    }

    .insights-two-up__item:first-child {
        margin-left: 16.66667%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .insights-two-up__subitem .button {
        max-width: 275px;
        min-width: 230px;
        width: 100%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-two-up__content {
        display: inline-block;
        margin-bottom: 60px;
    }

    .insights-two-up__content:after {
        bottom: -60px;
        width: 100%;
    }

    .insights-two-up .eyebrow__container {
        padding-top: 60px;
    }

    .insights-two-up .article {
        flex-flow: nowrap;
        margin-bottom: 0;
    }

    .insights-two-up__item {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        float: left;
    }

    .insights-two-up__item:first-child {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px;
    }

    .insights-two-up__item:first-child .insights-two-up__subitem {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .insights-two-up__item .button {
        min-width: 100%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-two-up .eyebrow__container {
        padding-top: 40px;
    }

    .insights-two-up__item {
        margin-bottom: 40px;
    }
}

.insights-dataset {
    color: #333;
    padding: 40px 0;
}

.insights-dataset .eyebrow__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
}

.insights-dataset__text,
.insights-dataset__image,
.insights-dataset .article {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.insights-dataset .article {
    width: 100%;
}

.insights-dataset__image {
    margin-bottom: 60px;
}

.insights-dataset .article__cta {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.insights-dataset__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    padding: 0;
}

@media all and (min-width: 1024px) {
    .insights-dataset {
        padding: 70px 0;
    }

    .insights-dataset__main {
        flex-flow: nowrap;
    }

    .insights-dataset__content {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        margin-left: 16.66667%;
        align-content: flex-start;
        margin-bottom: 60px;
        padding: 0;
    }

    .insights-dataset__text {
        margin: 0 20px 20px 0;
    }

    .insights-dataset__image {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
    }

    .insights-dataset__image .image-container {
        float: right;
        width: calc(100% + 30px);
    }

    .insights-dataset__secondary {
        display: table;
        width: 100%;
    }

    .insights-dataset .article {
        float: left;
        max-width: 27.6%;
        padding: 0 15px;
    }

    .insights-dataset .article:first-child {
        margin-left: 16.66667%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-dataset {
        padding: 60px 0;
    }

    .insights-dataset .eyebrow__container {
        width: 100%;
    }

    .insights-dataset__text,
    .insights-dataset .article__cta {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        -webkit-flex: 1 1;
        margin-bottom: 40px;
    }

    .insights-dataset .article__cta .button {
        min-width: 100%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-dataset__text {
        margin-bottom: 24px;
    }

    .insights-dataset__image {
        margin-bottom: 40px;
    }

    .insights-dataset .article__cta .button {
        min-width: 100%;
    }
}

.insights-dataset__content.focus-content {
    margin-bottom: 20px;
}

.insights-dataset__content.more-collection-content {
    max-width: none;
    margin-bottom: 30px;
}

.insights-dataset__content.more-collection-content .eyebrow__container.secondary {
    margin-top: 40px;
    position: relative;
}

.insights-dataset__content.more-collection-content .eyebrow__container.secondary:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    position: absolute;
    top: -40px;
    width: calc(100% - 30px);
}

.focus-collections-three-column .insights-dataset__secondary {
    display: flex;
}

.focus-collections-three-column .article.focus-article {
    float: none;
    flex: 1;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.focus-collections-three-column .article.focus-article .article__cta {
    flex: none;
    padding: 0px;
    margin-top: 30px;
}

.insights-featured-article {
    background-color: #f7f7f7;
    color: #333;
}

.insights-featured-article__award-container {
    display: flex;
}

.insights-featured-article__award-icon-container {
    margin-right: 10px;
}

.insights-featured-article__award-icon::before {
    font-size: 32px;
}

.insights-featured-article__award-name {
    font-size: 14px;
    font-family: "Polaris-Italic";
    color: #333;
}

.insights-featured-article__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding: 40px 0;
}

.insights-featured-article__content h2 {
    hyphens: none;
}

.insights-featured-article__text,
.insights-featured-article__image {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.insights-featured-article__text {
    margin-bottom: 40px;
}

.insights-featured-article__text .download-cta {
    display: flex;
}

.insights-featured-article__text .download-cta a.button--download:first-child {
    margin-right: 40px;
}

.insights-featured-article__image {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: top;
    background-size: cover;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.insights-featured-article__image:before {
    content: "";
    display: block;
    padding-top: 81.81818%;
    width: 100%;
}

.insights-featured-article__image img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.insights-featured-article__image > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (min-width: 1024px) {
    .insights-featured-article__content {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        padding: 0;
    }

    .insights-featured-article__text {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        align-items: center;
        display: flex;
        margin: 0;
    }

    .insights-featured-article__text .text-container {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .insights-featured-article__image {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-featured-article__content {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1400px) {
    .insights-featured-article__text .download-cta {
        flex-wrap: wrap;
    }

    .insights-featured-article__text .download-cta a.button--download {
        margin-bottom: 20px;
    }
}

@media all and (min-width: 1024px) {
    .insights-featured-article--medium .insights-featured-article__content {
        align-items: flex-start;
        padding: 100px 0;
    }

    .insights-featured-article--medium .insights-featured-article__text {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        display: block;
        margin-left: 90px;
        padding: 0 15px;
    }

    .insights-featured-article--medium .insights-featured-article__text .text-container {
        margin: 0;
    }

    .insights-featured-article--medium .insights-featured-article__image {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        overflow: hidden;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .insights-featured-article--medium .insights-featured-article__image:before {
        content: "";
        display: block;
        padding-top: 56.25%;
        width: 100%;
    }

    .insights-featured-article--medium .insights-featured-article__image img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .insights-featured-article--medium .insights-featured-article__image > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.search-list {
    margin: 40px 0 0;
}

.search-list__main {
    min-height: 200px;
}

.search-list__circle,
.search-list__square,
.search-list__square__2 {
    display: none;
    position: absolute;
}

.search-list__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.search-list__container._hidden {
    display: none;
}

.search-list__item .download-cta {
    display: flex;
}

.search-list__item .download-cta a.button--download:first-child {
    margin-right: 40px;
}

.search-list__filters {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding: 0;
    width: 100%;
}

.search-list__filters .text--accent {
    color: #333;
    padding: 20px 20px 0 0;
}

.search-list__header,
.search-list__amount,
.search-list__title,
.search-list__filter,
.search-list__filters {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.search-list__header {
    padding: 0;
}

.search-list__filter {
    margin: 0 -15px;
    width: 100%;
}

.search-list__title .h1 {
    color: #404040;
}

.search-list__item {
    margin-bottom: 64px;
}

.search-list__item.hidden {
    opacity: 0;
}

.search-list__item.show-in {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.search-list__item-award-container {
    display: flex;
}

.search-list__item-award-icon-container {
    margin-right: 10px;
}

.search-list__item-award-icon::before {
    font-size: 32px;
}

.search-list__item-award-name {
    font-family: "Polaris-Italic";
    font-size: 14px;
    color: #333;
}

.search-list__item .icon-award {
    color: #009fdf;
}

.search-list__item .icon-award,
.search-list__item .icon-locked,
.search-list__item .icon-play {
    font-size: 20px;
}

.search-list__item .cta--arrow {
    display: inline-block;
}

.search-list__sortOrder {
    padding-top: 20px;
}

.search-list__sortOrder .form-field__dropdown {
    display: inline;
    padding: 10px 25px;
}

.search-list__sortOrder .form-field__dropdown__arrow {
    float: none;
    margin-left: 25px;
}

.search-list__sortOrder .form-field__dropdown__list {
    overflow: hidden;
    top: 24px;
}

@media all and (min-width: 1024px) {
    .search-list {
        margin: 80px 0 0;
    }

    .search-list__container {
        margin-left: 25%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .search-list__circle,
    .search-list__square,
    .search-list__square__2 {
        display: block;
    }

    .search-list__circle {
        height: 242px;
        right: 10%;
        top: 790px;
        transform: rotateZ(270deg);
        width: 242px;
    }

    .search-list__square {
        height: 270px;
        right: -4%;
        width: 270px;
    }

    .search-list__square__2 {
        height: 453px;
        left: 1300px;
        top: 1210px;
        width: 453px;
    }

    .search-list__title .h1 {
        margin-bottom: 94px;
    }

    .search-list__amount {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 25%;
        padding: 0 15px;
    }

    .search-list__header {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        width: 100%;
    }

    .search-list__filter {
        display: flex;
    }

    .search-list__filters,
    .search-list__title {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .search-list__filters {
        padding-top: 0px;
    }

    .search-list__filters > p {
        line-height: 30px;
    }

    .search-list__filters .form-field__dropdown__list {
        top: 44px;
    }

    .search-list .pagination__content {
        margin-left: 25%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding: 40px 0;
    }

    .search-list.one-col-push {
        overflow: hidden;
        position: relative;
    }

    .search-list.one-col-push .search-list__header,
    .search-list.one-col-push .search-list__container {
        margin-left: 8.33333%;
    }

    .search-list.one-col-push .pagination__content {
        margin-left: 25%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .search-list {
        margin: 60px 0 0;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .search-list__sortOrder {
        width: 220px;
    }
}

@media screen and (max-width: 1024px) {
    .search-list__item .download-cta {
        flex-wrap: wrap;
    }

    .search-list__item .download-cta a.button--download {
        margin-bottom: 20px;
    }
}

.insights-subscriptions {
    background-image: -webkit-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
    background-image: -o-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
    background-image: linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
    background-repeat: repeat-x;
    color: #fff;
    overflow: hidden;
    padding: 85px 0;
    position: relative;
}

.insights-subscriptions__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

.insights-subscriptions__content__title {
    display: block;
    font-family: "Copernicus-Roman";
    margin-top: 5px;
    width: calc((100% / 6) * 4);
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-subscriptions {
        padding: 60px 0 62px 0;
    }

    .insights-subscriptions__content {
        display: block;
        text-align: -webkit-center;
    }

    .insights-subscriptions__content__title {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 30px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-subscriptions {
        padding: 41.25px 0 36px 0;
    }

    .insights-subscriptions__content {
        display: block;
        text-align: -webkit-center;
    }

    .insights-subscriptions__content__title {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 30px;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .insights-subscriptions__content .button--default__white {
        min-width: 340px;
    }
}

.podcast {
    margin-top: 13%;
}

.podcast__subscription {
    margin-top: 62px;
    max-width: 120px;
}

.podcast__item:before {
    content: none;
}

.podcast__image {
    margin-bottom: 10px;
    max-width: 100%;
}

.podcast-container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-self: flex-end;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcast__image {
        margin-bottom: 20px;
    }
}

.podcast-landing {
    margin-top: 13%;
}

.podcast-landing__subscription {
    margin-top: 62px;
    max-width: 120px;
}

.podcast-landing__item:before {
    content: none;
}

.podcast-landing__image {
    margin-bottom: 10px;
    max-width: 100%;
}

.podcast-landing__interview {
    background-color: #f7f7f7;
    color: #333;
    padding: 60px 0 40px 0;
}

.podcast-landing__interview__container,
.podcast-landing__interview__container-interview,
.podcast-landing__interview__container-button,
.podcast-landing__interview__separator {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.podcast-landing__interview__container-interview {
    margin-top: 20px;
    width: 100%;
}

.podcast-landing__interview__introtext {
    margin: 40px 0 0 0;
}

.podcast-landing__interview__image {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: top;
    background-size: cover;
}

.podcast-landing__interview__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.podcast-landing__interview__image img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.podcast-landing__interview__image > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.podcast-landing__interview__name {
    font-family: "Copernicus-Bold";
    margin-bottom: 0.5rem;
    margin-top: 30px;
}

.podcast-landing__interview__employee-title {
    font-family: "Copernicus-Italic";
    margin-top: 10px;
}

.podcast-landing__interview__employee-certification {
    font-family: "Copernicus-Roman";
    margin: 0;
}

.podcast-landing__interview__employee-quote {
    margin: 30px 0;
}

.podcast-landing__interview__employee-quote:before {
    margin-left: -16px;
    position: absolute;
}

.podcast-landing__interview__container-button {
    text-align: center;
}

.podcast-landing__interview__separator {
    margin-top: -60px;
    position: relative;
    width: 100%;
}

.podcast-landing__interview__separator:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 0;
}

@media all and (min-width: 1024px) {
    .podcast-landing__interview__container {
        margin-left: 25%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .podcast-landing__interview__container-interview,
    .podcast-landing__interview__container-button {
        margin-left: 25%;
        flex: 9 9 auto;
        flex-basis: 9;
        flex-grow: 1;
        max-width: 75%;
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

    .podcast-landing__interview__separator {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .podcast-landing__interview__name {
        margin-top: 0;
    }

    .podcast-landing__interview__image {
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-right: 30px;
        max-height: 350px;
        min-width: 277px;
    }

    .podcast-landing__interview__image:before {
        content: "";
        display: block;
        padding-top: 122.22222%;
        width: 100%;
    }

    .podcast-landing__interview__image img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .podcast-landing__interview__image > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .podcast-landing__interview__employee-title {
        margin: 0 0 20px 0;
    }

    .podcast-landing__interview__container-button {
        text-align: left;
    }

    .podcast-landing__interview .button {
        margin-left: 307px;
    }
}

.podcast-landing-featured-article {
    background-color: #f7f7f7;
    color: #333;
}

.podcast-landing-featured-article__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding: 40px 0;
}

.podcast-landing-featured-article__content z h2 {
    hyphens: none;
}

.podcast-landing-featured-article__text {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.podcast-landing-featured-article__image {
    flex: 4 4 auto;
    flex-basis: 4;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.podcast-landing-featured-article__text {
    margin-bottom: 40px;
}

.podcast-landing-featured-article__image {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: top;
    background-size: cover;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.podcast-landing-featured-article__image:before {
    content: "";
    display: block;
    padding-top: 81.81818%;
    width: 100%;
}

.podcast-landing-featured-article__image img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.podcast-landing-featured-article__image > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (min-width: 1024px) {
    .podcast-landing-featured-article__content {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        padding: 0;
    }

    .podcast-landing-featured-article__text {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        align-items: center;
        display: flex;
        margin: 0;
    }

    .podcast-landing-featured-article__text .text-container {
        display: flex;
        flex-wrap: wrap;
        margin: 20px 0;
    }

    .podcast-landing-featured-article__image {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .podcast-landing-featured-article__content {
        padding: 60px 0;
    }
}

@media all and (min-width: 1024px) {
    .podcast-landing-featured-article--medium .insights-featured-article__content {
        align-items: flex-start;
        padding: 100px 0;
    }

    .podcast-landing-featured-article--medium .insights-featured-article__text {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        display: block;
        margin-left: 90px;
        padding: 0 15px;
    }

    .podcast-landing-featured-article--medium .insights-featured-article__text .text-container {
        margin: 0;
    }

    .podcast-landing-featured-article--medium .insights-featured-article__image {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        overflow: hidden;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .podcast-landing-featured-article--medium .insights-featured-article__image:before {
        content: "";
        display: block;
        padding-top: 56.25%;
        width: 100%;
    }

    .podcast-landing-featured-article--medium .insights-featured-article__image img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .podcast-landing-featured-article--medium .insights-featured-article__image > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

.podcast-search-list {
    margin: 40px 0 0;
}

.podcast-search-list__main {
    min-height: 200px;
}

.podcast-search-list__circle,
.podcast-search-list__square,
.podcast-search-list__square__2 {
    display: none;
    position: absolute;
}

.podcast-search-list__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.podcast-search-list__container._hidden {
    display: none;
}

.podcast-search-list__filters {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding: 0;
    width: 100%;
}

.podcast-search-list__filters .text--accent {
    color: #333;
    padding: 20px 20px 0 0;
}

.podcast-search-list__header,
.podcast-search-list__amount,
.podcast-search-list__title,
.podcast-search-list__filter,
.podcast-search-list__filters {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.podcast-search-list__header {
    padding: 0;
}

.podcast-search-list__filter {
    margin: 0 -15px;
    width: 100%;
}

.podcast-search-list__title .h1 {
    color: #404040;
}

.podcast-search-list__item {
    margin-bottom: 64px;
}

.podcast-search-list__item.hidden {
    opacity: 0;
}

.podcast-search-list__item.show-in {
    opacity: 1;
    transition: opacity 0.3s ease;
}

.podcast-search-list__item .icon-award {
    color: #009fdf;
}

.podcast-search-list__item .icon-award,
.podcast-search-list__item .icon-locked,
.podcast-search-list__item .icon-play {
    font-size: 20px;
}

.podcast-search-list__item .cta--arrow {
    display: inline-block;
}

.podcast-search-list__item .podcast-share {
    margin-left: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.podcast-search-list__item .podcast-share .article-page__icons__container.active .article-page__icons__sub {
    opacity: 1;
    transform: translateX(-7.5em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
    z-index: 1;
}

.podcast-search-list__item .podcast-share .article-page__icons__container.active .article-page__icons {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
}

.podcast-search-list__item .podcast-share .article-page__icons__container .article-page__icons {
    align-items: flex-end;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    margin-left: 100px;
    position: absolute;
    transform: translateX(-150px);
    transition:
        transform 0.2s cubic-bezier(1, 0, 0, 1),
        opacity 0.2s;
    width: 50px;
}

.podcast-search-list__item.featured__podcast {
    margin: -20px 0px 60px;
}

.podcast-search-list__item.featured__podcast p.article__summary {
    margin-bottom: 71px;
}

.podcast-search-list__sortOrder {
    padding-top: 20px;
}

.podcast-search-list__sortOrder .form-field__dropdown {
    display: inline;
    padding: 10px 25px;
}

.podcast-search-list__sortOrder .form-field__dropdown__arrow {
    float: none;
    margin-left: 25px;
}

.podcast-search-list__sortOrder .form-field__dropdown__list {
    overflow: hidden;
    top: 24px;
}

@media all and (min-width: 1024px) {
    .podcast-search-list {
        margin: 80px 0 0;
    }

    .podcast-search-list__container {
        margin-left: 25%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .podcast-search-list__circle,
    .podcast-search-list__square,
    .podcast-search-list__square__2 {
        display: block;
    }

    .podcast-search-list__circle {
        height: 242px;
        right: 10%;
        top: 790px;
        transform: rotateZ(270deg);
        width: 242px;
    }

    .podcast-search-list__square {
        height: 270px;
        right: -4%;
        width: 270px;
    }

    .podcast-search-list__square__2 {
        height: 453px;
        left: 1300px;
        top: 1210px;
        width: 453px;
    }

    .podcast-search-list__title .h1 {
        margin-bottom: 94px;
    }

    .podcast-search-list__amount {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 25%;
        padding: 0 15px;
    }

    .podcast-search-list__header {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        width: 100%;
    }

    .podcast-search-list__filter {
        display: flex;
    }

    .podcast-search-list__filters,
    .podcast-search-list__title {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .podcast-search-list__filters {
        padding-top: 0px;
    }

    .podcast-search-list__filters > p {
        line-height: 30px;
    }

    .podcast-search-list__filters .form-field__dropdown__list {
        top: 44px;
    }

    .podcast-search-list .pagination__content {
        margin-left: 25%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding: 40px 0;
    }

    .podcast-search-list.one-col-push {
        overflow: hidden;
        position: relative;
    }

    .podcast-search-list.one-col-push .search-list__header,
    .podcast-search-list.one-col-push .search-list__container {
        margin-left: 8.33333%;
    }

    .podcast-search-list.one-col-push .pagination__content {
        margin-left: 25%;
    }

    .podcast-search-list__item.featured__podcast h2 {
        margin-bottom: 54px;
    }

    .podcast-search-list__item.featured__podcast p.article__summary {
        width: 140%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .podcast-search-list {
        margin: 60px 0 0;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcast-search-list__item.featured__podcast {
        margin: 20px 0px 60px;
    }

    .podcast-search-list__item.featured__podcast p.article__summary {
        margin-bottom: 35px;
    }
}

.insights-horizontaltextcta {
    color: #000;
    overflow: hidden;
    padding: 85px 0;
    position: relative;
}

.insights-horizontaltextcta__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
}

.insights-horizontaltextcta__content__title {
    display: block;
    font-family: "Copernicus-Roman";
    margin-top: 5px;
    width: calc((100% / 6) * 4);
}

.insights-horizontaltextcta__content.withoutmargin {
    margin-left: 0;
}

@media all and (min-width: 1024px) {
    .insights-horizontaltextcta__content {
        margin-left: 16.66667%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .insights-horizontaltextcta {
        padding: 60px 0 62px 0;
    }

    .insights-horizontaltextcta__content {
        display: block;
        text-align: -webkit-center;
    }

    .insights-horizontaltextcta__content__title {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 30px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .insights-horizontaltextcta {
        padding: 41.25px 0 36px 0;
    }

    .insights-horizontaltextcta__content {
        display: block;
        text-align: -webkit-center;
    }

    .insights-horizontaltextcta__content__title {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 30px;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .insights-horizontaltextcta__content .button--default__white {
        min-width: 340px;
    }
}

.contact-us__form {
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}

.contact-us__form__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.contact-us__form__title {
    font-family: "Copernicus-Bold";
    line-height: 33px;
    margin-bottom: 40px;
    max-width: 585px;
}

.contact-us__form__msg {
    color: #333;
    font-family: "Copernicus-Italic";
    margin-bottom: 40px;
}

.contact-us__form__circle,
.contact-us__form__circle-right {
    height: 240px;
    width: 240px;
}

.contact-us__form__square {
    height: 270px;
    width: 270px;
}

.contact-us__form .button {
    margin: 40px 0 60px 0;
}

@media all and (min-width: 1024px) {
    .contact-us__form {
        padding-top: 100px;
    }

    .contact-us__form__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .contact-us__form__circle {
        left: 7%;
        position: absolute;
        top: 0;
        display: block;
    }

    .contact-us__form__circle-right {
        position: absolute;
        right: 4%;
        top: 10%;
        display: block;
    }

    .contact-us__form__square {
        bottom: 10%;
        left: -5%;
        position: absolute;
        display: block;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .contact-us__form {
        padding-top: 60px;
    }

    .contact-us__form__circle {
        left: -7%;
        position: absolute;
        top: 0;
        display: block;
    }

    .contact-us__form__circle-right {
        position: absolute;
        right: -12%;
        top: 15%;
        display: block;
    }

    .contact-us__form__square {
        bottom: -14%;
        position: absolute;
        right: -10%;
        display: block;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .contact-us__form__square,
    .contact-us__form__circle,
    .contact-us__form__circle-right {
        display: none;
    }
}

.contact-us__message {
    margin: 100px 0;
}

.contact-us__message__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
}

.contact-us__message__title {
    margin-bottom: 30px;
    width: 100%;
}

.contact-us__message__text {
    margin-bottom: 60px;
    width: 100%;
}

@media all and (min-width: 1024px) {
    .contact-us__message__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .contact-us__message {
        margin: 40px 0;
    }

    .contact-us__message .cta {
        margin-bottom: 30px;
        width: 100%;
    }
}

.modal-interstitial {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    align-items: center;
    display: flex;
    height: 0;
    justify-content: center;
    opacity: 0;
    width: 100%;
    z-index: -1;
}

.modal-interstitial .icon-close {
    font-size: 14px;
}

.modal-interstitial .icon-close:hover {
    cursor: pointer;
}

.modal-interstitial__container {
    background-color: #fff;
    box-shadow: 1px 1px 20px #d0d0ce;
    max-width: 790px;
    padding: 60px 60px 50px;
    position: relative;
}

.modal-interstitial__controls {
    display: inline-block;
    padding-top: 40px;
    width: calc(100% - 30px);
}

.modal-interstitial .intertitial__title {
    font-family: "Copernicus-Bold";
    margin-bottom: 30px;
}

.modal-interstitial__overlay {
    background-color: rgba(247, 247, 247, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.modal-interstitial.open {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.3s;
    z-index: 10001;
}

@media all and (min-width: 1024px) {
    .modal-interstitial .icon-close {
        position: absolute;
        right: -27px;
        top: -27px;
    }

    .modal-interstitial__controls {
        padding-top: 60px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .modal-interstitial__container {
        margin: 0 115px;
        padding: 40px;
    }

    .modal-interstitial .icon-close {
        position: absolute;
        right: -27px;
        top: -27px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .modal-interstitial__container {
        height: auto;
        left: 0;
        padding: 50px 30px 40px;
        position: absolute;
        top: 0;
    }

    .modal-interstitial h2 {
        padding-right: 20px;
    }

    .modal-interstitial .icon-close {
        position: absolute;
        right: 27px;
        top: 27px;
    }
}

.nav2 {
    left: 0;
    position: fixed;
    top: 0;
    background-color: transparent;
    transition: transform 0.5s ease;
    width: 100%;
    z-index: 3;
}

.nav2.nav--transparent_white {
    background-color: rgba(247, 247, 247, 0.92);
}

.nav2.nav--white {
    background-color: #fff;
}

.nav2:not(.nav--blue) .nav-My .nav2__item__name {
    color: #3b69c3;
    font-family: "Polaris-Roman";
}

.nav2:not(.nav--blue) .nav-My .nav2__item__name .icon-caret {
    color: #3b69c3;
}

.nav2:not(.nav--blue) .nav-My .nav2__item__name:hover {
    color: #01153d;
}

.nav2:not(.nav--blue) .nav-My .nav2__item__name:hover .icon-caret {
    color: #01153d;
}

.nav2.nav--blue._notTop .nav-My .nav2__item__name {
    color: #3b69c3;
    font-family: "Polaris-Roman";
}

.nav2.nav--blue._notTop .nav-My .nav2__item__name .icon-caret {
    color: #3b69c3;
}

.nav2.nav--blue._notTop .nav-My .nav2__item__name:hover {
    color: #01153d;
}

.nav2.nav--blue._notTop .nav-My .nav2__item__name:hover .icon-caret {
    color: #01153d;
}

.nav2._notTop .nav2__container.external-page .nav__search__mobile .icon-search {
    color: #333;
    top: -10px;
}

.nav2._notTop .nav2__container.external-page .nav2__item._search .nav__search-box {
    top: 35px !important;
}

.nav2._notTop .nav2__container.external-page .nav2__item._search [type="search"] {
    border: 1px solid #009fdf;
}

.nav2__container {
    position: relative;
}

.nav2__container.external-page .nav__search__mobile._active .icon-search {
    color: #006ac6;
    top: -10px;
}

.nav2__container.external-page .nav__search__mobile .icon-search {
    color: #fff;
    top: -10px;
}

.nav2__container.external-page .nav2__item._search .nav__search-box {
    top: 47px !important;
}

.nav2__container.external-page .text--accent.text--size {
    font-size: 14px !important;
}

.nav2__container.external-page .icon-search {
    width: auto;
    height: auto;
    padding: 12px;
    color: #333;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2__container.external-page [type="search"] {
        height: 60px;
    }
}

.nav2__container.external-page [type="search"] {
    border-radius: 0px;
    display: inline-block;
    padding: 0 25px;
    margin-right: 0px;
}

.nav2__container.external-page .container {
    max-width: 1310px;
}

.nav2__container.external-page .container .nav2__items {
    line-height: unset;
}

.nav2__container.external-page .container .nav2__items__container {
    height: 109px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2__container.external-page .container .nav2__items__container {
        height: auto;
    }
}

.nav2__container.external-page .icon-Lodestone Wealth {
    width: auto;
    height: auto;
    color: #009fdf;
}

.nav2__container.external-page .icon-Lodestone Wealth-flex {
    color: #000;
}

@media all and (min-width: 1024px) {
    .nav2__container.external-page .icon-Lodestone Wealth {
        font-size: inherit;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2__container.external-page .icon-Lodestone Wealth {
        font-size: inherit;
    }
}

.nav2__container.external-page .cta.cta--login {
    font-family: "Polaris-Roman";
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 0;
}

.nav2__container.external-page .nav2__item__content.nav__login {
    margin-left: 0;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2__container.external-page .container {
        margin: 0 15px;
    }

    .nav2__container.external-page .nav2__header__mobile {
        height: 66px;
    }
}

.nav2__header__mobile {
    display: none;
}

.nav2__indicator {
    background-color: #012169;
    height: 5px;
    z-index: 2;
    bottom: 0;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
}

.nav2__items {
    height: 100px;
    margin: 0;
    padding: 10px 0;
    width: 100%;
}

.nav2__items__container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

.nav2__options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.nav2__options.japan--menu {
    width: 100%;
    justify-content: flex-start;
}

.nav2__options.japan--menu .nav2__item {
    min-width: 80px;
    padding-right: 88px;
}

.nav2__item:before {
    content: none;
}

.nav2__item span:hover {
    cursor: pointer;
}

.nav2__item._search .nav__search-box {
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 40px;
    width: 100%;
    z-index: 4;
}

.nav2__item._search .nav__search-box input {
    font-family: "Polaris-Roman";
    font-size: 14px;
    margin-top: 4px;
    padding-right: 70px;
}

.nav2__item._search .icon-search:hover {
    color: #3b69c3;
}

.nav2__item:not(._secondary):not(._open) .nav2__item__name:hover .icon-caret,
.nav2__item:not(._secondary):not(._open) .nav2__item__name._current .icon-caret {
    color: #012169;
    transition: all 0.3s linear;
}

.nav2__item:not(._secondary):not(._open) .nav2__item__name:hover:after,
.nav2__item:not(._secondary):not(._open) .nav2__item__name._current:after {
    background-color: #012169;
    height: 5px;
    transition: all 0.3s linear;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2__item:not(._secondary):not(._open) .nav2__item__name:hover:after,
    .nav2__item:not(._secondary):not(._open) .nav2__item__name._current:after {
        background-color: transparent;
    }
}

.nav2__item.nav-My {
    text-align: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2__item.nav-My {
        text-align: left;
    }
}

.nav2__item__content {
    left: 0;
    position: absolute;
    margin-top: 20px;
    max-height: 0;
    overflow: hidden;
    width: 100vw;
}

.nav2__item__content:after {
    left: -100vw;
    position: absolute;
    top: 0;
    background-color: #fff;
    content: "";
    display: block;
    height: 100%;
    width: 200vw;
    z-index: -1;
}

.nav2__item._no-desktop .nav2__item__name {
    display: none;
}

.nav2__item__logo {
    color: #009fdf;
    z-index: 5;
}

.nav2__item__logo .icon-Lodestone Wealth {
    top: -3px;
}

.nav2__item__logo a {
    color: #009fdf !important;
}

.nav2__item__name,
.nav2__item__name > a {
    color: #333;
    display: inline-block;
    font-family: "Polaris-Bold";
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}

.nav2__item__name a,
.nav2__item__name > a a {
    margin-bottom: 0;
}

.nav2__item__name:after {
    bottom: -20px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
    background-color: #009fdf;
    content: "";
    display: block;
    height: 0;
    transition: all 0.3s linear;
    width: 100%;
}

.nav2__item__link {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.nav2__item__link:before {
    content: none;
}

.nav2__item__link:nth-child(2) {
    margin-top: 10px;
}

.nav2__item__link:last-child {
    margin-bottom: 45px;
}

.nav2__item__link .text--accent {
    color: #333;
}

.nav2__item__link .text--accent:hover {
    color: #009fdf;
}

.nav2__item__link .text--accent span {
    background-color: #333;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-family: "Polaris-Bold";
    margin: 0 10px 0 0;
    padding: 5px 10px;
}

.nav2__item .icon-caret {
    color: #009fdf;
    margin-left: 10px;
    transition: transform 0.5s ease;
}

.nav2__item .icon-search {
    font-size: 21px;
    top: -7px;
    z-index: 2;
}

.nav2__item .icon-search:hover {
    cursor: pointer;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2 .container {
        margin: 0 50px;
    }

    .nav2 .japan--menu .nav2__item {
        padding-right: 60px;
    }

    .nav2__item._no-desktop .nav2__item__name {
        display: block;
    }

    .nav2__item .nav-My {
        margin-top: 80px;
    }

    .nav2__item__content.nav__login::after {
        border-bottom: none !important;
    }
}

@media all and (min-width: 0) and (max-width: 374px) {
    .nav2 {
        transition: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2 {
        width: 100vw;
        z-index: 6;
    }

    .nav2__options {
        display: block;
    }

    .nav2__header__mobile {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        align-items: center;
        background-color: transparent;
        height: 66px;
        justify-content: space-between;
        padding: 8px 0 0 15px;
        width: 100%;
    }

    .nav2__header__mobile .hamburger {
        position: relative;
    }

    .nav2__header__mobile .nav2__logo {
        font-size: 40px;
        text-align: center;
    }

    .nav2__header__mobile .nav__search__mobile {
        font-size: 23px;
        height: 26px;
        padding-right: 15px;
        position: relative;
    }

    .nav2__header__mobile .nav__search__mobile .nav__mobile__search {
        border: 0;
        height: 50px;
        padding: 0;
        transition: width 0.5s ease;
        width: 0;
        position: absolute;
        right: 0;
        top: -10px;
    }

    .nav2__header__mobile .nav__search__mobile._active .nav__mobile__search {
        color: #000;
        padding: 0 25px;
        width: calc(100vw - 30px);
    }

    .nav2__header__mobile .nav__search__mobile._active .icon-search {
        color: #000;
    }

    .nav2__items {
        left: -290px;
        position: absolute;
        top: 0;
        background-image: -webkit-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
        background-image: -o-linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
        background-image: linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f 100%);
        background-repeat: repeat-x;
        height: 100vh;
        margin: 0;
        overflow-x: hidden;
        overflow-y: scroll;
        padding: 0;
        transition: transform 0.5s ease;
        width: 290px;
    }

    .nav2__items__container {
        display: block;
        overflow: hidden;
        padding: 60px 30px 0;
        position: relative;
        width: 100%;
    }

    .nav2__item {
        margin: 0 0 35px 0;
        max-height: 33px;
        overflow-y: hidden;
        padding: 0;
        transition: max-height 0.5s ease;
        width: 100%;
    }

    .nav2__item__content {
        max-width: 100%;
        position: initial;
    }

    .nav2__item__content:after {
        width: 100vw;
    }

    .nav2__item__content.nav__login .nav2__item__link,
    .nav2__item__content.nav__My .nav2__item__link {
        margin: 20px 0;
        padding: 0;
    }

    .nav2__item__content.nav__My .text--accent {
        color: #fff;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }

    .nav2__item__content.nav__My .text--accent span {
        background-color: #fff;
        color: #012169;
        margin: -5px 0 0 10px;
    }

    .nav2__item__logo,
    .nav2__item._search {
        display: none;
    }

    .nav2__item._open {
        max-height: 1000px;
    }

    .nav2__item__name,
    .nav2__item__name > a {
        color: #fff;
        margin-bottom: 0;
        padding-bottom: 15px;
        position: relative;
    }

    .nav2__item__name:after {
        top: 26px;
        bottom: 0;
    }

    .nav2__item .icon-caret {
        color: #fff;
        display: none;
        margin-left: 10px;
    }

    .nav2__item__content {
        padding: 0;
    }

    .nav2__item__link {
        margin-top: 35px;
        padding: 0 30px;
    }

    .nav2__item__link:last-child {
        margin-bottom: 30px;
    }

    .nav2__item__link .nav--link {
        color: #fff;
        font-family: "Polaris-Roman";
        font-size: 14px;
        line-height: 24px;
    }

    .nav2__item._secondary {
        border-top: 1px solid #fff;
        display: block;
        margin: 0 -30px;
        max-height: 61px;
        padding: 22px 30px;
        position: relative;
        text-align: left;
        transition: max-height 0.5s ease;
        width: calc(100% + 60px);
    }

    .nav2__item._secondary._open {
        max-height: 1000px;
        transition: max-height 0.5s ease;
    }

    .nav2__item._secondary._open .nav2__item__content {
        display: inline;
    }

    .nav2__item._secondary .nav2__item__content {
        display: inline;
    }

    .nav2__item._secondary .nav2__item__content:before {
        content: "";
        display: block;
        height: 20px;
    }

    .nav2__item._secondary:last-child {
        border-bottom: 1px solid #fff;
    }

    .nav2__item._secondary .nav2__item__name {
        display: block;
        font-family: "Polaris-Roman";
        padding-bottom: 0;
    }

    .nav2__item._secondary .nav2__item__name:after {
        content: none;
    }

    .nav2__item._secondary .icon-caret {
        display: inline;
        float: right;
    }
}

.nav2__first-row {
    height: 50px;
}

.nav2__first-row .container {
    flex-direction: row-reverse;
    padding: 0 15px;
}

.nav2__first-row__title {
    color: #009fdf;
    font-family: "Polaris-Roman";
    font-size: 14px;
    padding-top: 15px;
    position: relative;
    transition: color 0.5s ease;
}

.nav2__first-row__title:hover {
    color: #012169;
    cursor: pointer;
}

.nav2__first-row__title._open {
    color: #012169;
}

.nav2__first-row__title._open .icon-caret {
    color: #012169;
    transform: rotate(180deg);
    transition: transform 0.5s ease;
}

.nav2__first-row .icon-caret {
    margin-left: 10px;
    padding-right: 0px;
    transition: transform 0.5s ease;
}

@media all and (min-width: 1024px) {
    .nav2__first-row .my-Lodestone Wealth {
        display: none;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2__first-row .my-Lodestone Wealth {
        margin-left: 20px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2__first-row {
        display: none;
    }
}

.nav2__item._open .nav2__item__name .icon-caret {
    transform: rotate(180deg);
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2__item._open .nav2__item__name:after {
        height: 5px;
    }
}

.nav2__item._open .nav2__item__content {
    display: block;
    max-height: 1000px;
    min-height: 60px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2__item._open .nav2__item__content {
        min-height: 130px;
    }
}

.nav2__item._open .nav2__item__content:after {
    border-bottom: 1px solid #d0d0ce;
}

.nav2__item._open .icon-search {
    color: #3b69c3;
    z-index: 4;
}

.nav2__item._open .form-field__dropdown__list {
    height: 128px;
    top: 58px;
}

@media all and (min-width: 1024px) {
    .nav2__item._open.nav-location {
        display: inline;
        left: 0;
        position: absolute;
    }

    .nav2__item._open.nav-location .nav2__item__content {
        min-height: 310px;
        padding-bottom: 40px;
        padding-top: 60px;
        z-index: 4;
    }

    .nav2__item._open.nav-My .nav2__item__name,
    .nav2__item._open.nav-My .icon-caret {
        color: #012169;
    }

    .nav2__item._open .icon-search {
        padding: 12px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2__item._open.nav-location {
        display: inline;
        left: 0;
        position: absolute;
    }

    .nav2__item._open.nav-location .nav2__item__content {
        margin-top: -70px;
        padding-bottom: 40px;
        padding-top: 60px;
        z-index: 4;
    }

    .nav2__item._open.nav-My {
        display: block;
        left: 0px;
        position: absolute;
    }

    .nav2__item._open.nav-My .nav2__item__content {
        margin-top: -45px;
        z-index: 3;
    }

    .nav2__item._open.nav-My .nav2__item__name {
        display: none;
    }

    .nav2__item._open .icon-search {
        padding: 12px;
    }
}

.nav2._submenuOpen {
    background-color: #fff;
    z-index: 5;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2._submenuOpen {
        background-color: transparent;
    }
}

.nav2._notTop {
    background-color: #fff;
    top: -50px;
    z-index: 99999;
}

@media all and (min-width: 1024px) {
    .nav2._notTop {
        height: 150px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2._notTop {
        height: 150px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2._notTop {
        top: 0;
    }
}

.nav2._notTop .nav2__items {
    padding: 15px 0;
}

@media all and (min-width: 1024px) {
    .nav2._notTop .nav2__items {
        height: 120px;
        padding-top: 50px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav2._notTop .nav2__items {
        height: 120px;
        padding-top: 50px;
    }
}

.nav2._notTop .nav2__item__logo {
    font-size: 50px;
    line-height: 1;
}

.nav2._notTop .nav2__item__link:nth-child(2) {
    margin-top: 40px;
}

.nav2._notTop .nav2__item__name {
    margin-bottom: 0;
}

.nav2._notTop .nav2__item__name:after {
    bottom: -26px;
}

.nav2._notTop .nav2__item .nav__search-box {
    top: 5px;
}

.nav2._notTop .nav2__item .cta--login {
    color: #000;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav2._notTop .nav2__item .cta--login {
        color: #fff;
    }
}

.nav2._notTop .nav2__item .icon-search {
    margin-top: 15px;
}

.nav2._scrolled {
    -ms-transform: translate(0, -165px);
    transform: translate(0, -165px);
    transform-origin: top left;
    transition: transform 0.5s ease;
}

.nav2.active {
    background-color: #fff;
}

.nav2.logged-in ._open .nav__login {
    display: none;
}

.nav2.logged-in ._open .nav__My {
    display: block;
}

.nav2._noZIndex {
    z-index: 0 !important;
}

@media all and (min-width: 1024px) {
    .nav2.animated .nav2__first-row,
    .nav2.animated .hamburger,
    .nav2.animated .nav__search__mobile {
        animation: fullOpacity 0.5s 3.5s linear forwards;
        opacity: 0;
    }

    .nav2.animated .nav2__item:first-child {
        animation: fullOpacity 0.5s 0.8s linear forwards;
        opacity: 0;
    }

    .nav2.animated .nav2__item:nth-child(n + 2) {
        animation: fullOpacity 0.5s 3.5s linear forwards;
        opacity: 0;
    }
}

.nav--blue:not(._notTop) ._current .icon-caret {
    color: #009fdf !important;
}

.nav--blue:not(._notTop) ._current:after {
    background-color: #009fdf !important;
}

.nav--blue:not(._notTop) .hamburger:before,
.nav--blue:not(._notTop) .hamburger:after {
    background-color: #fff;
}

.nav--blue:not(._notTop) .nav__search__mobile {
    color: #fff;
}

.nav--blue:not(._notTop)._submenuOpen {
    background-color: #1a3057;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav--blue:not(._notTop)._submenuOpen {
        background-color: transparent;
    }
}

.nav--blue:not(._notTop) .nav2__item:hover .nav2__item__name {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item:hover .nav2__item__name:hover .icon-caret {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item:hover .nav2__item__name:hover:after {
    background-color: #fff;
}

.nav--blue:not(._notTop) .nav2__item:hover .icon-caret {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item__name,
.nav--blue:not(._notTop) .nav2__item a,
.nav--blue:not(._notTop) .nav2__item .nav__legend,
.nav--blue:not(._notTop) .nav2__item .nav--link,
.nav--blue:not(._notTop) .nav2__item .cta--login,
.nav--blue:not(._notTop) .nav2__item .icon-search {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item._search._open .icon-search {
    color: #3b69c3;
}

.nav--blue:not(._notTop) .nav2__item .text--accent {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item .text--accent span {
    background-color: #fff;
    color: #012169;
}

.nav--blue:not(._notTop) .nav2__item:not(._secondary) .icon-caret {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item__content:after {
    background-color: #1a3057;
}

.nav--blue:not(._notTop) .nav2__item .nav2__indicator {
    background: #fff;
}

.nav--blue:not(._notTop) .nav2__item.nav-My._open .icon-caret {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item.nav-My._open .nav2__item__name {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item.nav-My._open .nav2__item__content {
    margin-top: 40px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav--blue:not(._notTop) .nav2__item.nav-My._open .nav2__item__content.nav__login {
        margin-top: -45px;
    }
}

.nav--blue:not(._notTop) .nav2__item.nav-My .nav2__item__name {
    color: #009fdf;
    font-family: "Polaris-Roman";
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav--blue:not(._notTop) .nav2__item.nav-My .nav2__item__name {
        color: #fff;
    }
}

.nav--blue:not(._notTop) .nav2__item.nav-My .nav2__item__name:hover {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item.nav-My .nav2__item__name:hover .icon-caret {
    color: #fff;
}

.nav--blue:not(._notTop) .nav2__item__logo .icon-Lodestone Wealth {
    top: 0px;
}

.nav--blue .nav2__first-row__title._open,
.nav--blue .nav2__first-row__title:hover {
    color: #fff;
}

.nav--blue .nav2__first-row__title._open .icon-caret,
.nav--blue .nav2__first-row__title:hover .icon-caret {
    color: #fff;
}

.nav--darkblue {
    background-color: #1b283b;
}

.nav--darkblue:not(._notTop) ._current .icon-caret {
    color: #009fdf !important;
}

.nav--darkblue:not(._notTop) ._current:after {
    background-color: #009fdf !important;
}

.nav--darkblue:not(._notTop) .hamburger:before,
.nav--darkblue:not(._notTop) .hamburger:after {
    background-color: #fff;
}

.nav--darkblue:not(._notTop) .nav__search__mobile {
    color: #fff;
}

.nav--darkblue:not(._notTop)._submenuOpen {
    background-color: #1a3057;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav--darkblue:not(._notTop)._submenuOpen {
        background-color: transparent;
    }
}

.nav--darkblue:not(._notTop) .nav2__item:hover .nav2__item__name {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item:hover .nav2__item__name:hover .icon-caret {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item:hover .nav2__item__name:hover:after {
    background-color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item:hover .icon-caret {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item__name,
.nav--darkblue:not(._notTop) .nav2__item .nav__legend,
.nav--darkblue:not(._notTop) .nav2__item .nav--link,
.nav--darkblue:not(._notTop) .nav2__item .cta--login,
.nav--darkblue:not(._notTop) .nav2__item .icon-search {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item._search._open .icon-search {
    color: #3b69c3;
}

.nav--darkblue:not(._notTop) .nav2__item .text--accent {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item .text--accent span {
    background-color: #fff;
    color: #012169;
}

.nav--darkblue:not(._notTop) .nav2__item:not(._secondary) .icon-caret {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item__content:after {
    background-color: #1a3057;
}

.nav--darkblue:not(._notTop) .nav2__item .nav2__indicator {
    background: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item.nav-My._open .icon-caret {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item.nav-My._open .nav2__item__name {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item.nav-My._open .nav2__item__content {
    margin-top: 40px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .nav--darkblue:not(._notTop) .nav2__item.nav-My._open .nav2__item__content.nav__login {
        margin-top: -45px;
    }
}

.nav--darkblue:not(._notTop) .nav2__item.nav-My .nav2__item__name {
    color: #009fdf;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav--darkblue:not(._notTop) .nav2__item.nav-My .nav2__item__name {
        color: #fff;
    }
}

.nav--darkblue:not(._notTop) .nav2__item.nav-My .nav2__item__name:hover {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item.nav-My .nav2__item__name:hover .icon-caret {
    color: #fff;
}

.nav--darkblue:not(._notTop) .nav2__item__logo .icon-Lodestone Wealth {
    top: 0px;
}

.nav--darkblue .nav2__first-row__title._open,
.nav--darkblue .nav2__first-row__title:hover {
    color: #fff;
}

.nav--darkblue .nav2__first-row__title._open .icon-caret,
.nav--darkblue .nav2__first-row__title:hover .icon-caret {
    color: #fff;
}

.nav__disclaimer {
    display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .nav__disclaimer {
        display: block;
        float: left;
        margin-top: 60px;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .nav__disclaimer .icon-Lodestone Wealth {
        color: #009fdf;
        font-size: 80px;
    }

    .nav__disclaimer__social__icon {
        display: inline-block;
    }

    .nav__disclaimer__social i {
        font-size: 30px;
        margin-right: 30px;
        pointer-events: none;
    }

    .nav__disclaimer__logo {
        margin-bottom: 80px;
        margin-top: 50px;
    }

    .nav__disclaimer__diamond {
        height: 215px;
        transform: rotate(90deg);
        width: 215px;
        bottom: -17%;
        left: 45%;
        position: absolute;
    }

    .nav__disclaimer a {
        color: #fff;
        font-family: "Polaris-Roman";
        font-size: 14px;
    }

    .nav__disclaimer ul {
        padding: 0 30px;
    }

    .nav__disclaimer ul li {
        margin-bottom: 30px;
    }
}

.pagination .container {
    position: relative;
}

.pagination .container:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    z-index: -1;
    bottom: 0;
    left: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.pagination__prev,
.pagination__next {
    color: #009fdf;
    font-family: "Lodestone Wealth-icons";
    font-size: 16px;
    width: 16px;
}

.pagination__prev:hover,
.pagination__next:hover {
    cursor: pointer;
}

.pagination__prev:before,
.pagination__next:before {
    content: "\f105";
}

.pagination__prev.inactive,
.pagination__next.inactive {
    color: rgba(0, 0, 0, 0);
    display: none;
}

.pagination__prev {
    transform: rotate(180deg);
    left: 7px;
    position: absolute;
    top: 40px;
}

.pagination__next {
    position: absolute;
    right: 7px;
    top: 40px;
}

.pagination__content {
    padding: 40px 0;
    position: relative;
    width: 100%;
}

.pagination__item__container {
    margin: 0 auto;
    text-align: center;
    width: 225px;
}

.pagination__item {
    color: #333;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
    margin-right: 40px;
}

.pagination__item:last-child {
    margin-right: 0;
}

.pagination__item.active {
    color: #009fdf;
    font-family: "Polaris-Bold";
}

.pagination__item.hidden {
    display: none;
}

.pagination__item:hover {
    color: #009fdf;
    cursor: pointer;
}

.pagination.hidden {
    display: none;
}

@media all and (min-width: 1024px) {
    .pagination__prev:hover,
    .pagination__next:hover {
        color: #012169;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .pagination__item__container {
        width: 110px;
    }
}

.perspective {
    padding-top: 60px;
    position: relative;
    background-image: -webkit-linear-gradient(145deg, rgba(223, 223, 223, 0.5), rgba(223, 223, 223, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(145deg, rgba(223, 223, 223, 0.5), rgba(223, 223, 223, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(145deg, rgba(223, 223, 223, 0.5), rgba(223, 223, 223, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
}

.perspective .container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
}

.perspective__image {
    background-position: right;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.perspective__image img {
    height: auto;
    max-width: 600px;
    width: 100%;
}

.perspective__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.perspective__content .article__summary {
    display: none;
}

.perspective__title {
    font-family: "Copernicus-Roman";
    position: relative;
}

.perspective__title:before {
    left: -1.2rem;
    position: absolute;
}

.perspective__author {
    font-size: 0.875rem;
    margin-bottom: 2.5rem;
}

.perspective__container {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

@media all and (min-width: 1024px) {
    .perspective {
        padding: 90px 0px 70px 0px;
    }

    .perspective__image {
        background-position: center bottom;
    }

    .perspective .article__summary {
        margin-bottom: 16px;
    }

    .perspective .container {
        flex-direction: initial;
        flex-wrap: nowrap;
    }

    .perspective__title {
        margin-bottom: 20px;
        padding-top: 14px;
        line-height: 55px;
        font-size: 36px;
    }

    .perspective__image {
        position: absolute;
    }

    .perspective__image img {
        max-width: 700px;
    }

    .perspective__content {
        width: 100%;
        margin-left: 50%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .perspective__content .article {
        width: 100%;
    }

    .perspective__content .article:first-child {
        margin-right: 30px;
    }

    .perspective__author {
        color: #000;
        margin-bottom: 55px;
    }

    .perspective__container {
        flex-wrap: nowrap;
        margin-bottom: 3rem;
    }
}

@media all and (min-width: 1400px) {
    .perspective__image {
        right: 60%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .perspective {
        padding: 80px 0 70px 0;
    }

    .perspective__image {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 50%;
    }

    .perspective__content {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 50%;
    }

    .perspective__content .article {
        padding-right: 30px;
    }

    .perspective__title {
        font-size: 30px;
        line-height: 40px;
    }

    .perspective__author {
        color: #000;
        margin-bottom: 3rem;
    }

    .perspective__container {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 950px) {
    .perspective {
        padding: 20px 0px 40px 0px;
    }

    .perspective__content {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        max-width: 100%;
        margin-left: 0px;
    }

    .perspective .container {
        flex-direction: column;
    }

    .perspective__image {
        background-position: left;
        background-size: contain;
        height: 320px;
        margin-left: 10px;
        margin-bottom: 20px;
        position: relative;
        width: 100%;
    }

    .perspective__title {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 1rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 950px) {
    .perspective__image {
        height: 520px;
    }
}

@media screen and (min-width: 1250px) {
    .perspective__content .article__summary {
        display: block;
    }

    .perspective__title {
        line-height: 55px;
    }
}

.process {
    background-image: -webkit-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: -o-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-repeat: repeat-x;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

.process__square,
.process__circle {
    height: 400px;
    position: absolute;
    width: 400px;
    z-index: 0;
}

.process__square {
    bottom: -170px;
    right: -140px;
}

.process__circle {
    left: 0;
    top: -50px;
}

.process__header {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    z-index: 1;
}

.process__left {
    width: 100%;
    z-index: 1;
}

.process__right {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    z-index: 1;
}

.process__imagecontainer {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.process__imagecontainer:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.process__imagecontainer img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.process__imagecontainer > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.process__imagecontainer img {
    height: 100%;
}

.process__imagecontainer > div,
.process__imagecontainer .video-js {
    height: 100%;
    position: absolute;
    width: 100%;
}

.process__title {
    color: #fff;
}

.process__caption {
    color: #fff;
    font-family: "Copernicus-Italic";
    margin-top: 2rem;
    text-align: center;
}

.process__slidercontrol {
    padding-bottom: 2rem;
    text-align: center;
}

.process__slidercontrol__dot {
    background-color: #685bc7;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin-left: 15px;
    width: 10px;
}

.process__slidercontrol__dot:hover {
    cursor: pointer;
}

.process__slidercontrol__dot.active {
    background-color: #fff;
    transition: background-color 0.7s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.process__slidecontent {
    display: none;
    opacity: 0.4;
}

.process__slidecontent__trigger:hover {
    cursor: pointer;
}

.process__slidecontent__title {
    font-family: "Copernicus-Bold";
    position: relative;
}

.process__slidecontent__title:before {
    border: 5px solid;
    border-radius: 50%;
    color: #fff;
    content: "";
    height: 10px;
    width: 10px;
    bottom: 0;
    left: -40px;
    position: absolute;
    right: 0;
    top: 15px;
}

.process__slidecontent__title.video:before {
    border: 0;
    content: "\E900";
    font-family: "Lodestone Wealth-icons";
    font-size: 40px;
    bottom: 0;
    left: -50px;
    position: absolute;
    right: 0;
    top: 0;
}

.process__slidecontent__related .eyebrow {
    display: none;
}

.process__slidecontent__related .text--small {
    color: #009fdf;
}

@media all and (min-width: 1024px) {
    .process__slidecontent__related .text--small1 {
        margin-bottom: 5px !important;
        color: #009fdf;
    }
}

.process__slidecontent__article .text--small .bold {
    color: #009fdf;
    font-family: "Copernicus-Bold";
}

.process__slidecontent--active {
    color: white;
    display: block;
    opacity: 1;
}

.process__slidecontent--active .process__slidecontent__title:before {
    border-color: #fff;
    color: #fff;
}

@media all and (min-width: 1024px) {
    .process {
        min-height: 850px;
        padding: 90px 0 17px;
    }

    .process__title {
        margin-bottom: 0;
        font-size: 36px;
    }

    .process__header {
        margin-bottom: 17px;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .process__header .eyebrow--accent {
        margin-bottom: 30px;
    }

    .process__left {
        position: relative;
        width: auto;
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .process__slider {
        margin-left: 50%;
        position: absolute;
        width: 100%;
    }

    .process__slidermask {
        transform: translateX(0%) !important;
    }

    .process__slide {
        display: none;
    }

    .process__slide.active {
        display: block;
    }

    .process__caption {
        margin-top: 4rem;
    }

    .process__slidercontrol {
        display: none;
    }

    .process__right {
        margin-top: -0.5rem;
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
        margin-left: 66.66667%;
    }

    .process__slidecontent {
        display: block;
        margin-left: 40px;
        margin-bottom: 20px;
        max-width: 40%;
    }

    .process__slidecontent__trigger h2 {
        display: inline;
        margin-right: 5px;
    }

    .process__slidecontent__trigger i {
        color: #009fdf;
        transition: transform 0.5s ease;
    }

    .process__slidecontent__trigger .text--small {
        color: inherit;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .process__slidecontent:nth-child(1) {
        margin-top: 6%;
    }

    .process__slidecontent__title {
        font-size: 21px;
        line-height: 25px;
        margin-bottom: 20px;
        position: relative;
    }

    .process__slidecontent__title:before {
        border: 5px solid;
        border-radius: 50%;
        color: #fff;
        content: "";
        height: 10px;
        width: 10px;
        bottom: 0;
        left: -37px;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .process__slidecontent__title.video:before {
        border: 0;
        content: "\E900";
        font-family: "Lodestone Wealth-icons";
        font-size: 40px;
        bottom: 0;
        left: -60px;
        position: absolute;
        right: 0;
        top: -3px;
    }

    .process__slidecontent__related {
        margin-bottom: 20px;
        margin-right: 14%;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease-out;
    }

    .process__slidecontent__related .eyebrow {
        color: white;
        display: block;
        letter-spacing: normal;
        margin-bottom: 15px;
        margin-left: 5%;
    }
}

@media all and (min-width: 1024px) and (min-width: 1024px) {
    .process__slidecontent__related .eyebrow1 {
        font-family: Arial !important;
        font-size: 17px !important;
        font-weight: bold !important;
        margin-top: 15px !important;
        margin-bottom: 5px !important;
        margin-left: 0px !important;
    }
}

@media all and (min-width: 1024px) {
    .process__slidecontent__related .date-author {
        margin-bottom: 30px;
    }

    .process__slidecontent__article {
        margin-left: 5%;
    }

    .process__slidecontent__article .text--small .accent {
        color: #fff;
    }
}

@media all and (min-width: 1024px) and (min-width: 1024px) {
    .process__slidecontent__article1 {
        margin-left: 0px;
    }

    .process__slidecontent__article1 .text--small .accent {
        color: #fff;
    }
}

@media all and (min-width: 1024px) {
    .process__slidecontent:not(.process__slidecontent--active) .process__slidecontent__trigger .text--small {
        display: none;
    }

    .process__slidecontent:hover {
        opacity: 1;
    }

    .process__slidecontent:hover:not(.process__slidecontent--active) {
        color: #fff;
    }

    .process__slidecontent:hover:not(.process__slidecontent--active) .process__slidecontent__title {
        color: #fff;
    }

    .process__slidecontent:hover:not(.process__slidecontent--active) .process__slidecontent__title:before {
        border-color: #fff;
    }

    .process__slidecontent--active i {
        transform: rotate(180deg);
    }

    .process__slidecontent--active .process__slidecontent__title:before {
        border-color: #fff;
    }

    .process__slidecontent--active .process__slidecontent__title.video:before {
        color: #fff;
    }

    .process__slidecontent--active .process__slidecontent__related {
        max-height: 500px;
        transition: max-height 0.5s ease-in;
    }

    .process__slidecontent--active .process__slidecontent__related .text--small {
        color: #fff;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .process {
        padding: 100px 0 80px;
    }

    .process__square,
    .process__circle {
        height: 230px;
        width: 230px;
    }

    .process__square {
        bottom: -80px;
        right: -40px;
    }

    .process__circle {
        left: -40px;
        top: -30px;
    }

    .process__header {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .process__left {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .process__slider {
        width: 100%;
    }

    .process__slider .process__slidermask {
        height: inherit;
        width: inherit;
    }

    .process__slider .process__slidermask.animate {
        transition: transform 0.6s ease;
    }

    .process__slider .process__slide:nth-child(1) {
        left: 0;
    }

    .process__slider .process__slide:nth-child(2) {
        left: calc(94% - 45px);
    }

    .process__slider .process__slide:nth-child(3) {
        left: calc(188% - 90px);
    }

    .process__slide {
        display: inline-block;
        padding: 0 6%;
        position: absolute;
        width: 100%;
    }

    .process__imagecontainer {
        margin: 0 15px;
    }

    .process__right {
        min-height: 300px;
        position: relative;
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .process__slidecontent__title:before {
        left: -35px;
        top: 3px;
    }

    .process__slidecontent__title.video:before {
        font-size: 35px;
        left: -45px;
    }

    .process__slidecontent__related {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: initial;
        margin: 0 -15px;
    }

    .process__slidecontent__related .text--small {
        color: #fff;
    }

    .process__slidecontent__article {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .process__slidecontent__article1 {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .process__square,
    .process__circle {
        height: 200px;
        width: 200px;
    }

    .process__square {
        bottom: -50px;
        right: -40px;
    }

    .process__circle {
        left: -40px;
        top: -30px;
    }

    .process__left {
        overflow: hidden;
        position: relative;
        width: 100%;
    }

    .process__slider {
        width: 100%;
    }

    .process__slider .process__slidermask {
        height: inherit;
        width: inherit;
    }

    .process__slider .process__slidermask.animate {
        transition: transform 0.6s ease;
    }

    .process__slider .process__slide {
        width: calc(100% - 30px);
    }

    .process__slider .process__slide:nth-child(1) {
        left: 0;
    }

    .process__slider .process__slide:nth-child(2) {
        left: calc(100% - 45px);
    }

    .process__slider .process__slide:nth-child(3) {
        left: calc(200% - 90px);
    }

    .process__slide {
        display: inline-block;
        margin: 0 15px;
        padding: 0 15px;
        position: absolute;
        width: 100%;
    }

    .process__right {
        min-height: 300px;
        overflow: hidden;
        position: relative;
    }

    .process__slidecontent__related .text--small {
        color: #fff;
    }

    .process__slidecontent__related .text--small .cta--ourapproach--arrow:after {
        padding-left: 2%;
    }

    .process__slidecontent__article .text--small {
        margin: 0;
    }

    .process__slidecontent__article .date-author {
        margin-bottom: 30px;
    }

    .process__slidecontent__title:before {
        content: "";
    }

    .process__slidecontent__title.video:before {
        content: "";
    }
}

.process__slidecontent.slide-in {
    animation-delay: 0.8s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: show-in;
    animation-timing-function: ease;
    display: block;
    opacity: 0;
    position: absolute;
    transition: all 0.2s ease;
    width: calc(100% - 30px);
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .process__slidecontent.slide-in {
        width: calc(100% - 28px);
    }
}

.process__slidecontent.slide-out {
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: show-out;
    animation-timing-function: ease;
}

.related__insight {
    width: 100%;
}

.related__insight__title {
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 5px;
}

.related__items {
    margin: 0;
    padding: 0;
    width: 100%;
}

.related__items li {
    margin-bottom: 30px;
}

.related__items li:before {
    content: "";
    margin: 0;
    padding: 0;
}

.related__items__item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.related__items__item h5 {
    font-family: "Copernicus-Bold";
    margin: 0;
}

.related__items__item i {
    font-size: 25px;
    margin-right: -3px;
    margin-top: 5px;
    padding-left: 21px;
}

.related__items__item .icon-download {
    margin-right: -1px;
}

.related__items__byline span {
    color: #4c4c4c;
    font-family: "Copernicus-Italic";
    font-size: 14px;
    line-height: 27px;
}

.secondary-hero {
    padding: 30px 0 60px 0;
}

.secondary-hero .container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    flex-wrap: nowrap;
}

.secondary-hero__article {
    flex: 2 2 auto;
    flex-basis: 2;
    flex-grow: 1;
    max-width: 33.33333%;
    padding: 0 15px;
}

.secondary-hero__article .eyebrow {
    margin-bottom: 20px;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    flex: 4 4 auto;
    flex-basis: 4;
    flex-grow: 1;
    max-width: 66.66667%;
    padding: 0 15px;
    flex-wrap: nowrap;
    padding: 0;
    position: relative;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group:before {
    background-color: #f2fafd;
    content: "";
    height: calc(100% + 60px);
    width: calc(100% - 50px);
    z-index: 0;
    bottom: auto;
    left: 35px;
    position: absolute;
    right: auto;
    top: -30px;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__article,
.secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__image {
    z-index: 1;
    flex: 2 2 auto;
    flex-basis: 2;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group .article {
    padding-right: 20px;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__image {
    width: 100%;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__image img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    top: 0;
    width: 100%;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group .aspect-ratio {
    max-height: 448px;
    overflow: hidden;
    position: relative;
}

.secondary-hero.secondary-hero--2-articles .secondary-hero__group .aspect-ratio:after {
    content: "";
    height: 100%;
    opacity: 0.5;
    width: 100%;
    z-index: 2;
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
}

.secondary-hero.secondary-hero--1-video .secondary-hero__video {
    flex: 4 4 auto;
    flex-basis: 4;
    flex-grow: 1;
    max-width: 66.66667%;
    padding: 0 15px;
    z-index: 2;
}

.secondary-hero.secondary-hero--1-video .secondary-hero__article {
    z-index: 2;
}

.secondary-hero.secondary-hero--1-video .video-js {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
}

.secondary-hero.secondary-hero--1-video .video-js.bc-player-default_default {
    height: 0;
    width: 100%;
}

.secondary-hero.secondary-hero--1-video .container {
    position: relative;
}

.secondary-hero.secondary-hero--1-video .container:before {
    background-color: #009fdf;
    content: "";
    display: block;
    height: calc(100% + 60px);
    opacity: 0.05;
    width: calc(100% - 50px);
    z-index: 0;
    bottom: auto;
    left: 45px;
    position: absolute;
    right: auto;
    top: -30px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .secondary-hero__article {
        margin: 35px 0;
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 33.33333%;
    }

    .secondary-hero__article .eyebrow {
        margin-bottom: 15px;
    }

    .secondary-hero .container {
        flex-wrap: wrap;
    }

    .secondary-hero.secondary-hero--2-articles .container {
        display: block;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group,
    .secondary-hero.secondary-hero--2-articles .secondary-hero__article {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 33.33333%;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group {
        flex-direction: column-reverse;
        margin-bottom: 90px;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group:before {
        height: calc(100% - 10px);
        left: -15px;
        width: 100%;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__article,
    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__image {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .aspect-ratio {
        padding-top: 75%;
        width: 100%;
        width: calc(100% + 30px);
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .aspect-ratio img {
        position: absolute;
    }

    .secondary-hero.secondary-hero--1-video .container {
        flex-direction: column-reverse;
    }

    .secondary-hero.secondary-hero--1-video .container:before {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 33.33333%;
        left: -15px;
        max-width: calc(66.666% + 15px);
    }

    .secondary-hero.secondary-hero--1-video .secondary-hero__article {
        margin-bottom: 0;
        width: 66.6667%;
    }

    .secondary-hero.secondary-hero--1-video .secondary-hero__video {
        max-width: 100%;
        padding-right: 30px;
        width: 100%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .secondary-hero__article {
        flex-basis: initial;
        margin: 20px 0;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        flex-basis: initial;
    }

    .secondary-hero__article .article__summary {
        display: none;
    }

    .secondary-hero .container {
        flex-wrap: wrap;
    }

    .secondary-hero.secondary-hero--2-articles .container {
        display: block;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group,
    .secondary-hero.secondary-hero--2-articles .secondary-hero__article {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group {
        flex-direction: column-reverse;
        margin-bottom: 90px;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group:before {
        height: calc(100% + 50px);
        left: -15px;
        width: calc(100% - 30px);
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__article,
    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .secondary-hero__image {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 0;
        margin-left: 0;
        padding: 0;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .aspect-ratio {
        padding-top: 75%;
        width: 100%;
        width: 100%;
    }

    .secondary-hero.secondary-hero--2-articles .secondary-hero__group .aspect-ratio img {
        position: absolute;
    }

    .secondary-hero.secondary-hero--1-video .container {
        flex-direction: column-reverse;
    }

    .secondary-hero.secondary-hero--1-video .container:before {
        left: -15px;
        max-width: none;
        width: calc(100% - 30px);
    }

    .secondary-hero.secondary-hero--1-video .secondary-hero__article {
        margin-bottom: 0;
        padding-right: 45px;
    }

    .secondary-hero.secondary-hero--1-video .secondary-hero__video {
        max-width: none;
        width: 100%;
    }
}

.strategies {
    overflow: hidden;
    padding-bottom: 80px;
    position: relative;
}

.strategies__cube,
.strategies__pyramid,
.strategies__circle,
.strategies__building {
    z-index: 0;
}

.strategies__cube__container {
    height: 400px;
    width: 400px;
    bottom: auto;
    left: auto;
    position: absolute;
    right: 50px;
    top: -100px;
}

.strategies__cube {
    width: 400px;
}

.strategies__building {
    bottom: auto;
    left: -100px;
    position: absolute;
    right: auto;
    top: -150px;
}

.strategies__building img {
    width: 335px;
}

.strategies__pyramid__container {
    bottom: auto;
    left: -115px;
    position: absolute;
    right: auto;
    top: -57px;
    height: 580px;
    width: 580px;
}

.strategies__pyramid {
    transform: rotate(90deg);
    width: 580px;
}

.strategies__circle__container {
    bottom: -300px;
    left: -100px;
    position: absolute;
    right: auto;
    top: auto;
    height: 400px;
    width: 400px;
}

.strategies__circle {
    width: 400px;
}

.strategies__svg__container {
    position: relative;
    z-index: 1;
}

.strategies__container {
    z-index: 1;
}

.strategies .eyebrow,
.strategies__headline {
    margin-bottom: 60px;
}

@media all and (min-width: 1024px) {
    .strategies__cube__container {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 102.6px;
        top: 0px;
    }

    .strategies__cube {
        width: 640px;
    }

    .strategies__container {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 16.66667%;
        margin-left: 0px;
    }

    .strategies__container__headline {
        margin-bottom: 85px;
    }

    .strategies__container .hero-title {
        font-size: 31px;
        line-height: 51px;
        margin-bottom: 85px;
    }

    .strategies__description {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 27px;
    }

    .strategies__content {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        padding: 67px 0px;
    }

    .strategies .button--default {
        margin-right: 85px;
        margin-bottom: 25px;
        width: 35%;
        min-width: 35%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .strategies__cube__container {
        display: none;
    }

    .strategies__circle__container {
        bottom: -200px;
        left: inherit;
        position: absolute;
        right: -200px;
        top: auto;
    }

    .strategies__building {
        bottom: auto;
        left: -100px;
        position: absolute;
        right: auto;
        top: -150px;
    }

    .strategies__building img {
        width: 250px;
    }

    .strategies__pyramid__container {
        bottom: auto;
        left: -110px;
        position: absolute;
        right: auto;
        top: -80px;
        height: 432px;
        width: 432px;
    }

    .strategies__pyramid {
        width: 432px;
    }

    .strategies__container {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 0px;
        max-width: 100%;
    }

    .strategies__container__headline {
        margin-bottom: 85px;
    }

    .strategies__container .hero-title {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 85px;
    }

    .strategies__description {
        margin-bottom: 0px;
        font-size: 14px;
        line-height: 27px;
    }

    .strategies__content {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        padding: 67px 0px;
        max-width: 100%;
    }

    .strategies .button--default {
        min-width: 220px;
        width: 220px;
        margin-right: 40px;
        margin-bottom: 25px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .strategies__cube__container {
        bottom: auto;
        left: auto;
        position: absolute;
        right: -100px;
        top: -100px;
        display: none;
    }

    .strategies__circle,
    .strategies__pyramid,
    .strategies__building,
    .strategies__svg__container,
    .strategies__pyramid__container,
    .strategies__circle__container {
        display: none;
    }

    .strategies__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .strategies__container .hero-title {
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 40px;
    }

    .strategies__container__description {
        margin-bottom: 57px;
    }

    .strategies__content {
        padding-bottom: 57px;
        padding-top: 46px;
    }

    .strategies__content .eyebrow--accent {
        margin-bottom: 46px;
    }

    .strategies__content .headline {
        margin-bottom: 40px;
    }

    .strategies .button--default {
        width: 100%;
        margin-bottom: 42px;
    }
}

.page-body {
    position: relative;
}

.hidden-component {
    display: none;
}

.left-nav {
    opacity: 1;
    pointer-events: none;
    width: 100%;
    z-index: 99;
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 85px;
}

.left-nav .searchbar-listener {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
}

.left-nav .searchbar-listener._active {
    display: block;
}

.left-nav .searchbar-listener .icon-search-2 {
    pointer-events: all;
}

.left-nav .searchbar-listener .icon-search-2:hover {
    cursor: pointer;
}

.left-nav__subscription {
    margin-top: 100px;
    max-width: 120px;
}

.left-nav__subscription__subscribe {
    line-height: 24px;
    padding: 11px 25px 11px;
    width: 100%;
    text-align: center;
}

.left-nav__subscription a {
    pointer-events: all;
}

.left-nav__subscription__title {
    color: #333;
    line-height: 27px;
    margin-bottom: 20px;
}

.left-nav__subscription__title._blueTheme {
    color: #fff;
}

.left-nav._visible {
    opacity: 1;
    bottom: auto;
    left: 0;
    position: fixed;
    right: auto;
    top: 85px;
}

.left-nav__select {
    display: none;
}

.left-nav__current {
    display: none;
}

.left-nav__list {
    padding: 0;
    width: 120px;
}

.left-nav__container {
    padding-left: 15px;
    position: relative;
    pointer-events: auto;
}

.left-nav__item {
    margin-bottom: 30px;
    pointer-events: all;
    position: relative;
    transition: all 0.5s ease;
}

.left-nav__item:hover {
    cursor: pointer;
}

.left-nav__item._active:before {
    background: linear-gradient(to right, #009fdf 90%, #012169);
    opacity: 1;
    width: 60px;
}

.left-nav__item._active a {
    font-family: "Polaris-Bold";
    transition: all 0.5s ease;
}

.left-nav__item a {
    color: #333;
    font-size: 14px;
}

.left-nav__item a:hover {
    color: #333;
}

.left-nav__item:before {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    opacity: 0;
    transition: all 0.5s ease;
    width: 0;
    bottom: auto;
    left: -45px;
    position: absolute;
    right: auto;
    top: calc(50% - 2px);
}

.left-nav__item._blueTheme._active:before {
    background: #fff;
}

.left-nav__item._blueTheme a {
    color: #fff;
}

@media all and (min-width: 1024px) {
    .left-nav._bottom {
        position: absolute;
        top: auto;
    }

    .left-nav .searchbar-listener._active {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .left-nav {
        background: #fff;
        border-bottom: 1px solid #d0d0ce;
        opacity: 1;
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }

    .left-nav .searchbar-listener._active {
        display: none;
    }

    .left-nav._visible {
        border-bottom: 1px solid transparent;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
        bottom: auto;
        left: 0;
        position: fixed;
        right: auto;
        top: 0;
    }

    .left-nav._visible .left-nav__list {
        max-height: 75px;
        overflow: hidden;
    }

    .left-nav._visible .left-nav__list._open {
        max-height: 100vh;
    }

    .left-nav._visible .left-nav__list._open .left-nav__current:after {
        transform: rotate(-90deg);
    }

    .left-nav._visible .left-nav__item {
        width: 100%;
    }

    .left-nav._visible .left-nav__current {
        display: inline-block;
    }

    .left-nav._visible .left-nav__current:before {
        display: none;
    }

    .left-nav._visible .left-nav__current:after {
        top: -1px;
    }

    .left-nav._visible .searchbar-listener._active {
        display: block;
    }

    .left-nav._visible .searchbar-listener._active .icon-search-2:before {
        content: "Filter & Search";
        font-family: "Polaris-Roman";
        font-size: 14px;
        line-height: 24px;
        padding-right: 20px;
    }

    .left-nav .container {
        margin: 0 115px;
    }

    .left-nav__container {
        padding: 0;
    }

    .left-nav__current {
        color: #333;
        font-family: "Polaris-Bold";
        font-size: 14px;
        line-height: 24px;
        margin: 15px 40px 15px 0;
        pointer-events: all;
        position: relative;
    }

    .left-nav__current:after {
        color: #009fdf;
        content: "\F105";
        display: inline-block;
        font-family: "Lodestone Wealth-icons";
        transform: rotate(90deg);
        transition: transform 0.5s ease;
        bottom: auto;
        left: auto;
        position: absolute;
        right: -25px;
        top: 3px;
    }

    .left-nav__list {
        margin: 0;
        padding: 15px 0;
        transition: max-height 0.5s ease;
        width: 100%;
    }

    .left-nav__item {
        display: inline-block;
        margin: 15px 40px 15px 0;
    }

    .left-nav__item:before {
        display: none;
    }

    .left-nav:not(._visible) .left-nav__list {
        float: left;
    }

    .left-nav:not(._visible) .left-nav__item {
        float: left;
    }

    .left-nav__subscription {
        display: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .left-nav._visible .left-nav__list {
        max-height: 60px;
        padding: 10px 0;
    }

    .left-nav._visible .left-nav__list._open {
        max-height: 78px;
    }

    .left-nav._visible .left-nav__list._open .left-nav__current:after {
        transform: rotate(90deg);
    }

    .left-nav._visible .left-nav__current {
        margin-top: 10px;
    }

    .left-nav._visible .left-nav__select {
        display: block;
    }

    .left-nav._visible .searchbar-listener._active .icon-search-2:before {
        content: "";
    }

    .left-nav .searchbar-listener {
        top: 20px;
    }

    .left-nav .container {
        margin: 0 30px;
    }

    .left-nav__select {
        display: none;
        height: 100%;
        opacity: 0;
        bottom: auto;
        left: 0;
        position: absolute;
        right: auto;
        top: 0;
    }

    .left-nav__subscription {
        display: none;
    }
}

body._navShown .left-nav {
    padding-top: 58px;
}

@media screen and (max-width: 1023px) {
    body._navShown .left-nav {
        padding-top: 0;
    }

    body._navShown .left-nav._visible {
        padding-top: 58px;
    }
}

@media screen and (max-width: 1023px) {
    .subscribemobile {
        display: block;
    }
}

.careers__features {
    color: #333;
    overflow: hidden;
    padding: 40px 0 40px 0;
    position: relative;
}

.careers__features--gray {
    background-color: #f7f7f7;
}

.careers__features__separator {
    position: relative;
    width: 100%;
}

.careers__features__separator:after {
    border-bottom: 1px solid #012169;
    content: "";
    width: calc(100% - 30px);
    bottom: -40px;
    position: absolute;
}

.careers__features__container,
.careers__features__image-container,
.careers__features__separator {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.careers__features__container.withoutmargin,
.careers__features__image-container.withoutmargin,
.careers__features__separator.withoutmargin {
    margin-left: 0;
}

.careers__features .eyebrow {
    margin-bottom: 60px;
}

.careers__features__callOut {
    margin-bottom: 25px;
}

.careers__features__image {
    margin-top: 0px;
    width: 100%;
}

.careers__features .richtext {
    color: #000;
    margin-top: 15px;
}

.careers__features .button {
    margin-top: 30px;
}

.careers__features__polygon {
    display: none;
    height: 714px;
    width: 619px;
}

.careers__features__square {
    display: none;
    height: 270px;
    width: 270px;
}

.careers__features__video {
    flex: 12 12 auto;
    flex-basis: 12;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.careers__features__video img {
    height: auto;
    width: 100%;
}

.careers__features__video > video,
.careers__features__video > div {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
}

.careers__features__video > div.bc-player-default_default.vjs-fullscreen {
    position: relative;
}

.careers__features__video .bc-player-default_default {
    height: 0;
    width: 100%;
}

.careers__features__video.video {
    margin-bottom: 1rem;
}

@media all and (min-width: 1024px) {
    .careers__features {
        padding: 50px 0 30px 0;
    }

    .careers__features__container {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .careers__features__image-container {
        margin-left: 16.66667%;
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .careers__features__separator {
        margin-left: 16.66667%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .careers__features__polygon {
        position: absolute;
        right: -15%;
        top: 8%;
        display: block;
    }

    .careers__features__square {
        position: absolute;
        right: -10%;
        top: 8%;
        display: block;
    }

    .careers__features__callOut {
        font-size: 31px;
        line-height: 51px;
        margin-bottom: 5px;
        width: 55vw;
    }

    .careers__features__image {
        margin-top: 60px;
    }

    .careers__features__separator:after {
        bottom: -60px;
        position: absolute;
    }

    .careers__features__video {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .careers__features__polygon {
        position: absolute;
        right: -29%;
        top: 9%;
    }
}

.careers__interview {
    background-color: #f7f7f7;
    color: #333;
    padding: 60px 0 40px 0;
}

.careers__interview__container,
.careers__interview__container-interview,
.careers__interview__container-button,
.careers__interview__separator {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.careers__interview__separator {
    margin-top: -60px;
    position: relative;
    width: 100%;
}

.careers__interview__separator:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 0;
}

.careers__interview__container-interview {
    margin-top: 20px;
    width: 100%;
}

@media screen and (min-width: 1024px) {
    .careers__interview__container-interview .careers__interview__employee-quote {
        max-width: 649px;
    }
}

.careers__interview__introtext {
    margin: 40px 0 0 0;
}

.careers__interview__image {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: top;
    background-size: cover;
}

.careers__interview__image:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.careers__interview__image img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.careers__interview__image > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 1024px) {
    .careers__interview__image.careers__interview__image__top__side {
        max-height: 400px;
        width: 649px;
        margin-bottom: 30px;
    }
}

.careers__interview__video {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: top;
    background-size: cover;
}

.careers__interview__video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.careers__interview__video img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.careers__interview__video > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (min-width: 1024px) {
    .careers__interview__video {
        width: 649px;
        height: 365px;
        margin-bottom: 30px;
        max-height: none !important;
    }

    .careers__interview__video .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button {
        height: 60px !important;
        width: 60px !important;
    }

    .careers__interview__video .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button:before {
        margin: 28px auto;
    }
}

.careers__interview__video > div {
    height: 100% !important;
    width: 100% !important;
    position: absolute !important;
}

@media screen and (min-width: 1024px) {
    .careers__interview__video__mini {
        height: 157px !important;
        margin-right: 30px !important;
    }

    .careers__interview__video__mini .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button {
        height: 40px !important;
        width: 40px !important;
    }

    .careers__interview__video__mini .bc-player-playleftbottom-custom.bc-player-default_default .vjs-big-play-button:before {
        font-size: 25px !important;
        margin: 18px auto !important;
        width: 17px;
    }

    .careers__interview__video__mini .bc-player-playleftbottom-custom.bc-player-default_default .vjs-fullscreen-control {
        margin-left: -10px;
    }

    .careers__interview__video__mini .bc-player-default_default .vjs-fullscreen-control {
        margin-left: -10px;
    }

    .careers__interview__video__mini .bc-player-default_default .vjs-big-play-button {
        width: 70px !important;
        height: 70px !important;
    }

    .careers__interview__video__mini .bc-player-default_default .vjs-big-play-button:before {
        line-height: 0px;
    }
}

.careers__interview__name {
    font-family: "Copernicus-Bold";
    margin-bottom: 0.5rem;
    margin-top: 30px;
}

.careers__interview__employee-title {
    font-family: "Copernicus-Italic";
    margin-top: 10px;
}

.careers__interview__employee-certification {
    font-family: "Copernicus-Roman";
    margin: 0;
}

.careers__interview__employee-quote {
    margin: 30px 0;
    text-indent: 8px;
}

.careers__interview__employee-quote:before {
    content: "\201C";
    margin-left: -16px;
    position: absolute;
}

.careers__interview__employee-quote:after {
    content: "\201D";
}

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

@media all and (min-width: 1024px) {
    .careers__interview__container {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .careers__interview__container-interview,
    .careers__interview__container-button {
        margin-left: 16.66667%;
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

    .careers__interview__separator {
        margin-left: 16.66667%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .careers__interview__name {
        margin-top: 0;
    }

    .careers__interview__image {
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-right: 30px;
        max-height: 350px;
        min-width: 277px;
    }

    .careers__interview__image:before {
        content: "";
        display: block;
        padding-top: 122.22222%;
        width: 100%;
    }

    .careers__interview__image img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .careers__interview__image > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .careers__interview__video {
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-right: 30px;
        max-height: 350px;
        min-width: 277px;
    }

    .careers__interview__video:before {
        content: "";
        display: block;
        padding-top: 122.22222%;
        width: 100%;
    }

    .careers__interview__video img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .careers__interview__video > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .careers__interview__employee-title {
        margin: 0 0 20px 0;
    }

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

    .careers__interview .button {
        margin-left: 307px;
    }
}

.careers__departments-dd {
    color: #333;
    padding-bottom: 40px;
    position: relative;
}

.careers__departments-dd__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    padding-top: 60px;
    position: relative;
}

.careers__departments-dd__container:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    position: absolute;
    top: 0;
}

.careers__departments-dd__text {
    margin: 25px 0;
}

.careers__departments-dd__circle {
    display: none;
    height: 240px;
    width: 240px;
}

.careers__departments-dd__department {
    display: none;
    margin-top: 60px;
}

.careers__departments-dd__department__title {
    font-family: "Copernicus-Bold";
}

.careers__departments-dd .form-field__dropdown {
    width: 100%;
}

@media all and (min-width: 1024px) {
    .careers__departments-dd__container {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-top: 60px;
    }

    .careers__departments-dd__circle {
        position: absolute;
        right: 4%;
        top: 0;
        display: block;
    }
}

.careers__departments-dd .active-department {
    display: block;
}

.careers__calendar {
    background-color: #f7f7f7;
    color: #333;
    padding-bottom: 80px;
    position: relative;
}

.careers__calendar__container,
.careers__calendar__2up,
.careers__calendar__list,
.careers__calendar__separator {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.careers__calendar__separator {
    position: relative;
    width: 100%;
}

.careers__calendar__separator:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 0;
}

.careers__calendar__container {
    padding-top: 60px;
    width: 100%;
}

.careers__calendar__list {
    display: flex;
    flex-flow: wrap;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}

.careers__calendar__list:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    bottom: 0;
    left: 15px;
    position: absolute;
}

.careers__calendar__month {
    align-content: flex-start;
    display: grid;
    padding-left: 5px;
    width: 100%;
}

.careers__calendar__month p {
    display: inline;
    font-family: "Polaris-Bold";
}

.careers__calendar__month__name {
    font-family: "Copernicus-Bold";
    margin-bottom: 30px;
}

.careers__calendar__month__event {
    display: flex;
    margin-bottom: 15px;
}

.careers__calendar__month__event .text--tiny {
    line-height: 27px;
}

.careers__calendar__month .cta {
    font-family: "Copernicus-Roman";
    margin-left: 13px;
}

.careers__calendar__circle {
    display: none;
    height: 240px;
    width: 240px;
}

.careers__calendar__title {
    font-family: "Copernicus-Bold";
    margin-bottom: 30px;
}

.careers__calendar__2up {
    padding-top: 60px;
    position: relative;
}

.careers__calendar__2up:not(:first-child) {
    margin-top: 60px;
}

.careers__calendar__2up:not(:first-child):after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
    left: 15px;
    position: absolute;
    top: 0;
}

.careers__calendar__2up__title {
    font-family: "Copernicus-Bold";
    margin-bottom: 30px;
}

.careers__calendar__2up__text {
    color: #000;
    margin-bottom: 60px;
}

.careers__calendar__2up__container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.careers__calendar .form-field__dropdown {
    width: 100%;
}

@media all and (min-width: 1024px) {
    .careers__calendar {
        padding-bottom: 80px;
    }

    .careers__calendar__container,
    .careers__calendar__2up,
    .careers__calendar__separator {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .careers__calendar__container,
    .careers__calendar__2up {
        padding-top: 60px;
    }

    .careers__calendar__list {
        margin-left: 16.66667%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        padding-bottom: 30px;
    }

    .careers__calendar__circle {
        position: absolute;
        right: 0;
        top: 30%;
        display: block;
    }

    .careers__calendar__month {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
        padding: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .careers__calendar__month {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding: 0;
        width: 50%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .careers__calendar__2up {
        padding-top: 40px;
    }

    .careers__calendar__list {
        padding-bottom: 20px;
    }
}

.careers__calendar.completed .careers__calendar__month__event,
.careers__calendar.completed .careers__calendar__month--disable {
    display: none;
}

.careers__calendar.completed .active-element {
    display: flex;
}

.careers__quote {
    color: #333;
    padding: 40px 0;
}

.careers__quote--gray {
    background-color: #f7f7f7;
}

.careers__quote__full-bleed {
    flex: 8 8 auto;
    flex-basis: 8;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
}

.careers__quote__wrapper {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
}

.careers__quote__text {
    color: #333;
    margin-bottom: 30px;
}

.careers__quote__text:before {
    content: "\201C";
    margin-left: -1rem;
    position: absolute;
}

.careers__quote__text:after {
    content: "\201D";
}

.careers__quote__author {
    font-family: "Copernicus-Italic";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 30px;
}

.careers__quote__author i .cta {
    font-family: "Copernicus-Roman";
    margin-right: -3px;
}

.careers__quote__author--img {
    background: #d0d0dc;
    border-radius: 50%;
    height: 60px;
    width: 60px;
}

.careers__quote__author--imgcontainer {
    margin-bottom: 30px;
}

@media all and (min-width: 1024px) {
    .careers__quote__wrapper {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .careers__quote__full-bleed {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 12.5%;
    }

    .careers__quote__author--imgcontainer {
        bottom: auto;
        left: calc(-30px - 8.4%);
        position: absolute;
        right: auto;
        top: 0;
    }

    .careers__quote__author--img {
        height: 100px;
        width: 100px;
    }

    .careers__quote__text,
    .careers__quote__author {
        margin-left: 45px;
    }

    .careers__quote__text {
        font-size: 31px;
        line-height: 51px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .careers__quote__author--imgcontainer {
        display: inline-block;
    }

    .careers__quote__author {
        display: inline-block;
        margin-left: 20px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .careers__quote__wrapper {
        padding-left: 30px;
    }

    .careers__quote__text {
        font-size: 21px;
        line-height: 31px;
    }
}

.carousel {
    background-color: #f7f7f7;
    color: #333;
    overflow: hidden;
    padding: 40px 0;
}

.carousel--blue {
    background: linear-gradient(135deg, #1b3d60 0%, #1a3057 51.95%, #1f232f 100%);
    color: #fff;
}

.carousel--blue .carousel__dot {
    background-color: rgba(255, 255, 255, 0.3);
}

.carousel--blue .carousel__description {
    color: #fff;
}

.carousel__container,
.carousel__body-text {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.carousel__container p,
.carousel__body-text p {
    margin-bottom: 0;
}

.carousel__container .button,
.carousel__body-text .button {
    margin-top: 30px;
}

.carousel__container {
    position: relative;
    width: 100%;
}

.carousel__description {
    color: #000;
    font-family: "Polaris-Roman";
    margin-top: 30px;
}

.carousel__description b {
    font-family: "Polaris-Bold";
}

.carousel__title {
    font-family: "Polaris-Bold";
    margin: 0 0 50px 0;
}

.carousel__headline {
    margin-bottom: 50px;
}

.carousel__slidercontrol__dot {
    margin: 20px 0 45px 0;
}

.carousel__dot {
    background-color: #d0d0ce;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 7px;
    margin-right: 30px;
    width: 7px;
}

.carousel__slider {
    position: relative;
}

.carousel__slider__container {
    display: flex;
}

.carousel__slider__container.animate {
    transition: transform 0.6s ease;
}

.carousel__item {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 100%;
}

.carousel .icon-arrow2 {
    color: #009fdf;
    font-size: 57px;
    transition: opacity 0.6s ease;
}

.carousel__arrow-left {
    left: -50px;
    position: absolute;
    top: 230px;
    cursor: pointer;
    display: none;
    transform: scaleX(-1);
}

.carousel__arrow-right {
    position: absolute;
    right: -50px;
    top: 230px;
    cursor: pointer;
    display: none;
}

.carousel__image-container {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.carousel__image-container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.carousel__image-container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.carousel__image-container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.carousel__image {
    width: 100%;
}

.carousel .text--small p {
    font-size: 14px;
    line-height: 27px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .carousel .text--small p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media all and (min-width: 1024px) {
    .carousel .text--small p {
        font-size: 14px;
        line-height: 27px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .carousel__arrow-left {
        left: -30px;
        position: absolute;
        top: 40%;
    }

    .carousel__arrow-right {
        position: absolute;
        right: -30px;
        top: 40%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1100px) {
    .carousel__arrow-left {
        left: -20px;
    }
}

@media all and (min-width: 1024px) {
    .carousel {
        padding: 70px 0;
    }

    .carousel__container {
        margin-left: 16.66667%;
        flex: 9 9 auto;
        flex-basis: 9;
        flex-grow: 1;
        max-width: 75%;
        padding: 0 15px;
        width: 100%;
    }

    .carousel__body-text {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        max-width: 75%;
    }

    .carousel .button {
        margin-top: 30px;
    }

    .carousel__arrow-left,
    .carousel__arrow-right {
        display: inline-block;
    }

    .carousel__slider {
        overflow: hidden;
    }

    .carousel__slidercontrol__dot {
        margin: 20px 0 63px 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .carousel {
        padding: 60px 0;
    }
}

.carousel__dot--current {
    background-color: #006ac6;
}

.carousel--blue .carousel__dot--current {
    background-color: #fff;
}

.carousel .hidden {
    opacity: 0;
    z-index: -1;
}

.sg__color {
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    width: calc((100% - (20px * 3)) / 4);
}

.sg__color .color__canvas {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
}

.sg__color .color__canvas.white {
    background-color: #fff;
    border: 1px solid #aaa;
}

.sg__color .color__canvas.black {
    background-color: #000;
    border: 1px solid #000;
}

.sg__color .color__canvas.cyan {
    background-color: #009fdf;
    border: 1px solid #009fdf;
}

.sg__color .color__canvas.blue {
    background-color: #012169;
    border: 1px solid #012169;
}

.sg__color .color__canvas.purple {
    background-color: #685bc7;
    border: 1px solid #685bc7;
}

.sg__color .color__canvas.royal-blue {
    background-color: #006ac6;
    border: 1px solid #006ac6;
}

.sg__color .color__canvas.green {
    background-color: #00ab84;
    border: 1px solid #00ab84;
}

.sg__color .color__canvas.citron {
    background-color: #c4d600;
    border: 1px solid #c4d600;
}

.sg__color .color__canvas.digital-black {
    background-color: #333;
    border: 1px solid #333;
}

.sg__color .color__canvas.dark-gray {
    background-color: #888b8d;
    border: 1px solid #888b8d;
}

.sg__color .color__canvas.light-gray {
    background-color: #d0d0dc;
    border: 1px solid #d0d0dc;
}

.sg__color .color__canvas.bkg-gray {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.blue-gradient {
    background-image: -webkit-linear-gradient(to right top, #009fdf, #012169 100%);
    background-image: -o-linear-gradient(to right top, #009fdf, #012169 100%);
    background-image: linear-gradient(to right top, #009fdf, #012169 100%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.dark-blue-gradient {
    background-image: -webkit-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: -o-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-repeat: repeat-x;
    background-color: #000;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-one-gradient {
    background-image: -webkit-linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-image: -o-linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-image: linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-two-gradient {
    background-image: -webkit-linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-image: -o-linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-image: linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-three-gradient {
    background-image: -webkit-linear-gradient(to right top, #84bd00, #00ab84 70%);
    background-image: -o-linear-gradient(to right top, #84bd00, #00ab84 70%);
    background-image: linear-gradient(to right top, #84bd00, #00ab84 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-four-gradient {
    background-image: -webkit-linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-image: -o-linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-image: linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-five-gradient {
    background-image: -webkit-linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-image: -o-linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-image: linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-six-gradient {
    background-image: -webkit-linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-image: -o-linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-image: linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color:nth-child(4n + 1) {
    margin-right: 0;
}

.careers__reboot .article__title {
    font-size: 34px;
    line-height: 1.3;
}

.careers__reboot h3.article__title {
    font-family: "Copernicus-Roman";
    font-weight: normal;
}

.careers__reboot .article__summary,
.careers__reboot section p {
    font-size: 16px;
    line-height: 1.75;
}

.careers__reboot .article__summary.text--small,
.careers__reboot section p.text--small {
    font-size: 14px;
}

.careers__reboot .eyebrow {
    font-size: 14px;
    font-family: "Polaris-Bold";
    font-weight: bold;
    text-transform: none;
}

.careers__reboot .button--default {
    margin-right: 35px;
    padding-right: 80px;
    max-width: 420px;
    font-family: "Polaris-Bold";
}

.careers__reboot .button--default:before {
    right: 24px;
    text-decoration: none !important;
}

.careers__reboot .blue-module {
    color: #fff;
}

.careers__reboot .blue-module .eyebrow {
    color: inherit;
}

.careers__reboot .left-nav__subscription {
    margin-top: 50px;
}

.careers__reboot .left-nav__subscription__subscribe {
    background-color: #012169;
}

.careers__reboot .careers__features .eyebrow {
    margin: 25px 0px 20px 0px;
}

.careers__reboot .careers__features .careers__features__callOut {
    margin-top: 30px;
}

@media all and (min-width: 1024px) {
    .careers__reboot .careers__features__container,
    .careers__reboot .careers__features .article-page-body__wrapper {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
    }
}

.careers__reboot .careers__interview__separator {
    margin-top: 13px;
}

.careers__reboot .careers__interview__separator:after {
    border-top: 0 none;
}

.careers__reboot .careers__interview__introtext {
    margin-top: 32px;
    margin-bottom: 28px;
}

@media all and (min-width: 1024px) {
    .careers__reboot .careers__interview__video {
        width: 649px !important;
        height: 365px !important;
    }

    .careers__reboot .article-page-body__wrapper {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .careers__reboot .form-field {
        width: 100%;
    }
}

.students__new.global-header {
    background: #1b3d60;
    background: -moz-linear-gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background: -webkit-linear- gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background: linear-gradient(to right, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-position: center center;
    background-repeat: repeat-y;
}

.students__new.global-header svg.global-header__polygon {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .careers__new .careers__features:first-of-type {
        background: #fff;
        z-index: 3;
    }
}

.careers__new.global-header {
    height: 360px;
    overflow: visible;
    background-image: url(../fonts/hero-chevron.svg), linear-gradient(135deg, #1b3d60, #1a3057 51.95%, #1f232f);
    background-position:
        right bottom,
        center;
    background-size:
        10.5% auto,
        auto;
    background-repeat: no-repeat;
}

@media (max-width: 767px) {
    .careers__new.global-header + .nav2:not(._notTop),
    .careers__new.global-header .container {
        z-index: 5;
    }
}

@media (min-width: 1400px) {
    .careers__new.global-header {
        background-size:
            148px auto,
            auto;
    }
}

.careers__new .global-header__container {
    align-self: center;
    color: #fff;
    padding-top: 74px;
    width: 100%;
}

@media (min-width: 767px) {
    .careers__new .global-header__container {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .careers__new .global-header__container {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .careers__new .global-header__container {
        margin-top: 30px;
    }
}

.careers__new .global-header__container h1 {
    font-size: 16px;
    line-height: 1.5;
}

.careers__new .global-header__container .display-1 {
    font-size: 40px;
    line-height: 1.2;
    padding: 30px 40px 30px 0;
}

.careers__new .global-header__container .display-1 strong {
    font-weight: bold;
    color: #009fdf;
}

.careers__new .global-header__container .form-field__dropdown {
    max-width: 380px;
    border-color: #009fdf;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    line-height: 20px;
    max-height: 52px;
}

.careers__new .global-header__container .form-field__dropdown:hover {
    border-color: white;
}

.careers__new .global-header__container .form-field__dropdown__arrow {
    margin-right: -8px;
    color: #009fdf;
}

.careers__new .global-header__container .form-field__dropdown__default {
    font-family: "Polaris-Bold";
    display: inline-block;
    width: calc(100% - 5px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}

.careers__new .global-header__container .form-field__dropdown__default:hover {
    color: #009fdf;
}

.careers__new .global-header__container .careers_hero {
    max-width: 100%;
}

.careers__new .global-header__container .careers_hero .button {
    margin-top: 40px;
    padding-right: 40px;
}

.careers__new .global-header__container .careers_hero .hero__title a {
    color: #009fdf;
}

.careers__new .global-header__container .careers_hero .hero__title span {
    display: block;
}

.careers__new .global-header__container .careers_hero h1 {
    line-height: 1.25;
    font-size: 55px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .careers__new .global-header__container .careers_hero h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .careers__new .global-header__container .careers_hero h1 {
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .careers__new .global-header__container .careers_hero h1 {
        font-size: 30px;
        padding: 0px;
    }

    .careers__new .global-header__container .careers_hero .button {
        min-width: 275px;
    }
}

@media screen and (max-width: 350px) {
    .careers__new .global-header__container .careers_hero h1 {
        font-size: 25px;
    }
}

@media all and (min-width: 1024px) {
    .careers__new .global-header__container .careers_hero.hero__content__animated .hero__title span {
        animation: translateToBegin 0.4s 1.4s linear forwards;
        color: #fff;
        opacity: 0;
        transform: translateY(50%);
        zoom: 1;
    }

    .careers__new .global-header__container .careers_hero.hero__content__animated .hero__title span:nth-child(2) {
        animation-delay: 1.7s, 3.7s;
    }

    .careers__new .global-header__container .careers_hero.hero__content__animated .hero__title span:nth-child(3) {
        animation-delay: 2s, 3.69s;
    }

    .careers__new .global-header__container .careers_hero.hero__content__animated .hero__title span:nth-child(4) {
        animation-delay: 2.3s, 3.66s;
    }

    .careers__new .global-header__container .careers_hero.hero__content__animated .button {
        animation: translateToBegin 0.4s 2.7s linear forwards;
        opacity: 0;
        transform: translateY(50%);
    }
}

.careers__new .global-header__container .active .form-field__dropdown__list {
    display: block;
}

.careers__new .global-header__container .form-field__dropdown__list {
    display: none;
}

.careers__new .global-header__container .form-field__dropdown__list li span {
    color: #009fdf;
}

.careers__new .hero-animation-image {
    display: none;
    position: absolute;
    left: -50px;
    z-index: 2;
    bottom: -5.5vw;
    width: 40.64286vw;
    height: 48vw;
}

.careers__new .hero-animation-image svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    animation-name: Lodestone Wealth_fadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-delay: 15s;
}

.careers__new .hero-animation-image svg:first-child {
    opacity: 1;
    animation-name: Lodestone Wealth_fadeOut;
}

@media (min-width: 768px) {
    .careers__new.global-header {
        height: calc(42.5vw + 226px);
    }

    .careers__new .global-header__container {
        padding-left: calc(39.2vw - 70px);
        flex: 0 0 auto;
    }

    .careers__new .global-header__container h1 {
        font-size: 22px;
    }

    .careers__new .global-header__container .display-1 {
        font-size: calc(3.25vw + 14px);
    }

    .careers__new .hero-animation-image {
        display: block;
    }
}

@media (min-width: 1024px) {
    .careers__new.global-header {
        margin-bottom: 30px;
    }

    .careers__new .global-header__container {
        padding-left: 39.2vw;
    }
}

@media (min-width: 1400px) {
    .careers__new.global-header {
        height: 826px;
    }

    .careers__new .global-header__container {
        padding-left: 550px;
    }

    .careers__new .global-header__container .display-1 {
        font-size: 60px;
    }

    .careers__new .hero-animation-image {
        width: 569px;
        height: 672px;
        bottom: -77px;
    }
}

@media screen and (min-width: 1400px) and (-ms-high-contrast: active), (min-width: 1400px) and (-ms-high-contrast: none) {
    .careers__new .hero-animation-image svg:last-child {
        height: 772px;
    }
}

@media (max-width: 1023px) {
    .careers__new .hero-animation-image {
        left: -100px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .careers__new .hero-animation-image {
        left: -40px;
    }
}

@media (min-width: 1550px) {
    .careers__new .hero-animation-image {
        left: -100px;
    }
}

.careers__new .word-swap {
    visibility: hidden;
    position: relative;
}

.careers__new .word-swap span {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: visible;
    animation-name: Lodestone Wealth_fadeIn;
    animation-duration: 1s;
    animation-iteration-count: 2;
    animation-direction: alternate;
    animation-fill-mode: both;
    padding-bottom: 6px;
}

.careers__new .word-swap :nth-child(1) {
    animation-delay: 2s;
}

.careers__new .word-swap :nth-child(2) {
    animation-delay: 4s;
}

.careers__new .word-swap :nth-child(3) {
    animation-delay: 6s;
}

.careers__new .word-swap :nth-child(4) {
    animation-delay: 8s;
}

.careers__new .word-swap :nth-child(5) {
    animation-delay: 10s;
}

.careers__new .word-swap :nth-child(6) {
    animation-delay: 12s;
}

.careers__new .word-swap :nth-child(7) {
    animation-delay: 14s;
}

.careers__new .word-swap :nth-child(8) {
    animation-delay: 16s;
}

.careers__new .word-swap :nth-child(9) {
    animation-delay: 18s;
}

.careers__new .word-swap :nth-child(10) {
    animation-delay: 20s;
}

.careers__new .word-swap :first-child {
    opacity: 1;
    animation-name: Lodestone Wealth_fadeOut;
    animation-iteration-count: 1;
    animation-delay: 3s;
}

.careers__new .word-swap :last-child {
    animation-iteration-count: 1;
}

@keyframes Lodestone Wealth_fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes Lodestone Wealth_fadeOut {
    to {
        opacity: 0;
    }
}

.careers__new .hero-animation-image.noanimation svg,
.careers__new .hero-animation-image.noanimation img {
    animation-name: none;
}

.careers__new .hero-animation-image.noanimation svg:first-child,
.careers__new .hero-animation-image.noanimation img:first-child {
    animation-name: none;
}

.careers__reboot .Lodestone Wealth-testimonial .Lodestone Wealth-testimonial__container {
    width: 100%;
    padding: 0 15px;
    display: flex;
    flex-flow: wrap;
}

.careers__reboot .Lodestone Wealth-testimonial__quotation {
    padding: 40px 0 40px 0;
}

.careers__reboot .Lodestone Wealth-testimonial__portrait {
    padding-bottom: 40px;
}

@media (min-width: 768px) {
    .careers__reboot .Lodestone Wealth-testimonial .Lodestone Wealth-testimonial__container {
        margin-left: 15%;
        width: 85%;
    }
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-testimonial .Lodestone Wealth-testimonial__container {
        margin-left: 0;
        width: 100%;
        flex-flow: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .careers__reboot .Lodestone Wealth-testimonial__quotation {
        padding-right: 20px;
    }

    .careers__reboot .Lodestone Wealth-testimonial__portrait {
        flex: 0 0 50%;
        padding: 0 0 0 20px;
    }
}

@media (min-width: 1024px) {
    .careers__reboot .Lodestone Wealth-testimonial .Lodestone Wealth-testimonial__container {
        margin-left: 16.66%;
        width: 83.34%;
    }
}

.careers__reboot .Lodestone Wealth-testimonial__portrait img {
    width: 100%;
}

.careers__reboot .Lodestone Wealth-testimonial {
    color: #fff;
    background-color: #1b3d60;
    background-image:
        url(../fonts/quote-module-stripes.svg),
        -moz-linear-gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-image:
        url(../fonts/quote-module-stripes.svg),
        -webkit-linear- gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-image: url(../fonts/quote-module-stripes.svg), linear-gradient(to right, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    filter: "progid:DXImageTransform. Microsoft.gradient( startColorstr=’#1b3d60’, endColorstr=’#1c2d4b’,GradientType=1 )";
    background-position:
        left bottom,
        center center;
    background-repeat: no-repeat, repeat-y;
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .careers__reboot .Lodestone Wealth-testimonial {
        background-size:
            25% auto,
            auto;
    }
}

@media (min-width: 900px) and (max-width: 1023px) {
    .careers__reboot .Lodestone Wealth-testimonial {
        background-size:
            20% auto,
            auto;
    }
}

.careers__reboot .Lodestone Wealth-testimonial__quotation blockquote {
    font-size: 28px;
    line-height: 1.6;
    margin: 0 0 1em;
}

@media screen and (max-width: 767px) {
    .careers__reboot .Lodestone Wealth-testimonial__quotation blockquote {
        font-size: 18px;
    }
}

.careers__reboot .Lodestone Wealth-testimonial__quotation blockquote:before {
    content: open-quote;
    margin-left: -0.58em;
}

.careers__reboot .Lodestone Wealth-testimonial__quotation blockquote:after {
    content: close-quote;
}

.careers__reboot .Lodestone Wealth-testimonial__quotation cite {
    font-style: normal;
    font-size: 18px;
    line-height: 1.6;
}

.careers__reboot .Lodestone Wealth-duo-component.blue-module,
.campaign__page .Lodestone Wealth-duo-component.blue-module {
    background: #1b3d60;
    background: -moz-linear-gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background: -webkit-linear- gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background: linear-gradient(to right, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-position: center center;
    background-repeat: repeat-y;
    color: #fff;
}

.careers__reboot .Lodestone Wealth-duo-component.gray-module,
.campaign__page .Lodestone Wealth-duo-component.gray-module {
    background-color: #f3f3f3;
}

.careers__reboot .Lodestone Wealth-duo-component.white-module,
.campaign__page .Lodestone Wealth-duo-component.white-module {
    background-color: #fff;
}

.careers__reboot .Lodestone Wealth-duo-component__container,
.campaign__page .Lodestone Wealth-duo-component__container {
    padding: 0 15px;
    width: 100%;
}

.careers__reboot .Lodestone Wealth-duo-holder .image-container,
.campaign__page .Lodestone Wealth-duo-holder .image-container {
    display: none;
}

.careers__reboot .Lodestone Wealth-duo-holder .image-container .bc-player-default_default,
.campaign__page .Lodestone Wealth-duo-holder .image-container .bc-player-default_default {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
}

@media (max-width: 899px) {
    .careers__reboot .Lodestone Wealth-duo-article__main-image,
    .campaign__page .Lodestone Wealth-duo-article__main-image {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .careers__reboot .image-container .bc-player-default_default,
    .campaign__page .image-container .bc-player-default_default {
        padding-top: 56.25%;
        width: 100%;
        height: 0;
    }
}

@media (min-width: 768px) {
    .careers__reboot .Lodestone Wealth-duo-component__container,
    .campaign__page .Lodestone Wealth-duo-component__container {
        padding: 0;
    }
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-duo-component__container,
    .campaign__page .Lodestone Wealth-duo-component__container {
        margin-top: 0;
        margin-bottom: 0;
        display: flex;
        flex-flow: nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .careers__reboot .Lodestone Wealth-duo-component__container .Lodestone Wealth-duo-holder .Lodestone Wealth-duo-article,
    .campaign__page .Lodestone Wealth-duo-component__container .Lodestone Wealth-duo-holder .Lodestone Wealth-duo-article {
        margin: 80px 0 76px;
    }

    .careers__reboot .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-component__container,
    .campaign__page .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-component__container {
        flex-direction: row-reverse;
    }

    .careers__reboot .Lodestone Wealth-duo-holder,
    .campaign__page .Lodestone Wealth-duo-holder {
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 20px;
    }

    .careers__reboot .Lodestone Wealth-duo-holder,
    .campaign__page .Lodestone Wealth-duo-holder {
        margin-left: -20px;
        margin-right: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-holder:last-child,
    .campaign__page .Lodestone Wealth-duo-holder:last-child {
        margin-left: 0;
        margin-right: -20px;
    }

    .careers__reboot .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder,
    .campaign__page .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder {
        margin-left: 0;
        margin-right: -20px;
    }

    .careers__reboot .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder:last-child,
    .campaign__page .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder:last-child {
        margin-left: -20px;
        margin-right: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-article__main-image,
    .campaign__page .Lodestone Wealth-duo-article__main-image {
        display: none;
    }

    .careers__reboot .Lodestone Wealth-duo-holder .image-container,
    .campaign__page .Lodestone Wealth-duo-holder .image-container {
        display: block;
    }

    .careers__reboot .Lodestone Wealth-duo-holder .image-container + .article__secondary-text,
    .careers__reboot .Lodestone Wealth-duo-holder .image-container + .article__link,
    .campaign__page .Lodestone Wealth-duo-holder .image-container + .article__secondary-text,
    .campaign__page .Lodestone Wealth-duo-holder .image-container + .article__link {
        margin-top: 34px;
    }
}

@media (min-width: 1024px) {
    .careers__reboot .Lodestone Wealth-duo-component__container,
    .campaign__page .Lodestone Wealth-duo-component__container {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 16.66%;
        width: 83.34%;
    }

    .careers__reboot .withoutmargin,
    .campaign__page .withoutmargin {
        margin-left: 0;
    }
}

.careers__reboot .Lodestone Wealth-duo-article,
.campaign__page .Lodestone Wealth-duo-article {
    margin-bottom: 40px;
}

.careers__reboot .Lodestone Wealth-duo-article .article__title,
.campaign__page .Lodestone Wealth-duo-article .article__title {
    margin: 16px 0 22px;
}

.careers__reboot .Lodestone Wealth-duo-article .article__link,
.campaign__page .Lodestone Wealth-duo-article .article__link {
    display: inline-block;
}

.careers__reboot .Lodestone Wealth-duo-article .article__link.button--default,
.campaign__page .Lodestone Wealth-duo-article .article__link.button--default {
    margin-top: 15px;
}

.careers__reboot .Lodestone Wealth-duo-article .article__secondary-text,
.campaign__page .Lodestone Wealth-duo-article .article__secondary-text {
    font-family: "Polaris-Roman";
}

.careers__reboot .Lodestone Wealth-duo-article .article__secondary-text strong,
.campaign__page .Lodestone Wealth-duo-article .article__secondary-text strong {
    font-family: "Polaris-Bold";
}

.careers__reboot .Lodestone Wealth-duo-fullimage,
.campaign__page .Lodestone Wealth-duo-fullimage {
    margin-top: 0;
    margin-bottom: 0;
}

.careers__reboot .Lodestone Wealth-duo-component.image-overlap .Lodestone Wealth-duo-holder .image-container,
.campaign__page .Lodestone Wealth-duo-component.image-overlap .Lodestone Wealth-duo-holder .image-container {
    position: relative;
    z-index: 2;
    margin-top: -8.24%;
    margin-bottom: -8.24%;
}

.careers__reboot .Lodestone Wealth-duo-component.image-overlap,
.campaign__page .Lodestone Wealth-duo-component.image-overlap {
    margin-top: 100px;
}

.careers__reboot .Lodestone Wealth-duo-component.image-overlap + section,
.campaign__page .Lodestone Wealth-duo-component.image-overlap + section {
    margin-top: 120px;
}

.careers__reboot .Lodestone Wealth-duo-component.image-overlap + section.careers__features,
.campaign__page .Lodestone Wealth-duo-component.image-overlap + section.careers__features {
    margin-top: 70px;
}

.careers__reboot .careers__features + .Lodestone Wealth-duo-component.image-overlap,
.campaign__page .careers__features + .Lodestone Wealth-duo-component.image-overlap {
    margin-top: 64px;
}

.careers__reboot .Lodestone Wealth-departments.blue-module {
    background: #1e3e5b;
    color: #fff;
}

.careers__reboot .Lodestone Wealth-departments .article__title {
    margin: 10px 0 22px;
}

.careers__reboot .Lodestone Wealth-departments__container {
    margin: 76px 0 74px;
    padding: 0 15px;
    width: 100%;
}

.careers__reboot .Lodestone Wealth-departments__grid {
    display: flex;
    flex-flow: wrap;
    margin: 32px -20px 40px;
    padding: 0;
}

.careers__reboot .Lodestone Wealth-departments__grid > li {
    flex: 0 0 180px;
    background-size: cover;
    width: 180px;
    margin: 20px;
}

.careers__reboot .Lodestone Wealth-departments__grid > li:before {
    content: none !important;
}

.careers__reboot .Lodestone Wealth-departments__grid a {
    display: block;
    height: 141px;
    color: #e7eff1;
    font-family: Polaris-Roman;
    font-size: 18px;
    line-height: 1.333;
    padding: 37px 20px 0px;
    position: relative;
}

.careers__reboot .Lodestone Wealth-departments__grid a span {
    opacity: 0;
    position: absolute;
    left: 20px;
    bottom: 17px;
    color: inherit;
}

.careers__reboot .Lodestone Wealth-departments__grid a:hover span {
    opacity: 1;
    font-size: 14px;
    transition-property: opacity, color;
}

@media (min-width: 1024px) {
    .careers__reboot .Lodestone Wealth-departments__container {
        margin-left: 16.66%;
        width: 83.34%;
    }
}

.careers__reboot .Lodestone Wealth-columnar__container {
    margin: 70px 0 54px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 1024px) {
    .careers__reboot .Lodestone Wealth-columnar__container {
        margin-left: 16.66%;
        width: 83.34%;
    }
}

.careers__reboot .Lodestone Wealth-columnar-header {
    max-width: 660px;
    margin-bottom: 10px;
}

.careers__reboot .Lodestone Wealth-columnar-columns {
    margin: 0 -20px;
    display: flex;
    flex-flow: wrap;
}

.careers__reboot .Lodestone Wealth-columnar-col {
    margin: 40px 0 0;
    padding: 0 20px;
    flex: 0 0 100%;
}

@media (min-width: 576px) {
    .careers__reboot .Lodestone Wealth-columnar-col {
        flex: 1 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-columnar-header {
        width: 660px;
        padding-right: 40px;
    }

    .careers__reboot .Lodestone Wealth-columnar-columns {
        flex-flow: nowrap;
    }

    .careers__reboot .Lodestone Wealth-columnar-col {
        flex: 0 0 220px;
        max-width: 25%;
    }
}

.careers__reboot .Lodestone Wealth-columnar-col img {
    max-width: 180px;
}

.careers__reboot .Lodestone Wealth-columnar-col h3 {
    margin: 36px 0 14px;
}

.careers__reboot .timeline {
    padding-top: 36px;
    padding-bottom: 36px;
}

@media (min-width: 768px) {
    .careers__reboot .timeline {
        padding-top: 76px;
        padding-bottom: 76px;
    }
}

.careers__reboot .timeline__header .timeline__subheader {
    max-width: 48rem;
}

.careers__reboot .timeline__footer {
    margin-top: 64px;
}

.careers__reboot .timeline__footer .timeline__header {
    margin-bottom: 0;
}

.careers__reboot .timeline__footer .timeline__subheader {
    margin-bottom: 0;
}

.careers__reboot .timeline__footer .timeline__headline {
    margin-bottom: 0;
}

.careers__reboot .timeline__slide-type-icon,
.careers__reboot .timeline__line-icon-container {
    display: none;
}

.careers__reboot .timeline__slide-title {
    color: #3b3b3b;
    font-size: 26px;
}

.careers__reboot .timeline__slide-subtitle {
    color: #333;
    font-family: "Copernicus-Bold";
    font-size: 18px;
}

.careers__reboot .timeline__year {
    top: 124px;
    color: #fff;
}

.careers__reboot .timeline__legends {
    padding-top: 128px;
}

.careers__reboot .timeline__legend-text {
    display: none;
}

.careers__reboot .Lodestone Wealth-departments__container {
    margin: 76px 0 74px;
    padding: 0 15px;
    max-width: 100%;
}

.careers__reboot .Lodestone Wealth-departments__list {
    margin: 12px 0 20px;
    padding: 0;
}

.careers__reboot .Lodestone Wealth-departments__list > li {
    padding: 32px 0 20px;
    border-top: 1px solid #d0d0ce;
    background-repeat: no-repeat;
    background-position: 0 20px;
    background-size: 0;
}

.careers__reboot .Lodestone Wealth-departments__list > li:first-child {
    border-top: none;
}

.careers__reboot .Lodestone Wealth-departments__list > li:before {
    content: none !important;
}

.careers__reboot .Lodestone Wealth-departments__list .Lodestone Wealth-departments__copy .Lodestone Wealth-departments__shrinkwrap {
    max-height: 7em;
    overflow: hidden;
    transition: max-height 0.7s cubic-bezier(1, 0, 0, 1);
}

.careers__reboot .Lodestone Wealth-departments__list .Lodestone Wealth-departments__copy .cta--plus {
    display: inline-block;
    margin-top: 8px;
}

.careers__reboot .Lodestone Wealth-departments__list .Lodestone Wealth-departments__copy.showall .Lodestone Wealth-departments__shrinkwrap {
    max-height: 10000px;
}

.careers__reboot .Lodestone Wealth-departments__list .Lodestone Wealth-departments__copy.showall .cta--plus:after {
    content: "-";
}

.careers__reboot .Lodestone Wealth-departments__list .Lodestone Wealth-departments__openpositions {
    margin-top: 28px;
}

.careers__reboot .Lodestone Wealth-departments__list .Lodestone Wealth-departments--anchor {
    display: inline-block;
    width: 100%;
}

.careers__reboot .Lodestone Wealth-departments__list .cta--plus:after {
    content: "+";
    padding-left: 0.5em;
}

.careers__reboot h2,
.careers__reboot .Lodestone Wealth-departments__title {
    font-family: "Copernicus-Roman";
    font-size: 32px;
    line-height: 44px;
}

.careers__reboot .Lodestone Wealth-departments__title {
    padding: 20px 0 20px 80px;
    background-repeat: no-repeat;
    background-position: 0 42%;
    background-size: 60px auto;
}

@media (max-width: 420px) {
    .careers__reboot .Lodestone Wealth-departments__title {
        font-size: 24px;
        line-height: 32px;
        padding: 20px 0 20px 50px;
        background-repeat: no-repeat;
        background-position: 0 42%;
        background-size: 40px auto;
    }
}

@media (min-width: 768px) {
    .careers__reboot .Lodestone Wealth-departments__list {
        margin: 32px 0 40px;
        padding: 0;
    }

    .careers__reboot .Lodestone Wealth-departments__list > li {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: calc(37.66% + 40px);
        min-height: calc(40vw - 92px);
        background-position: 0 80px;
        background-size: 37.66% auto;
    }

    .careers__reboot .Lodestone Wealth-departments__title,
    .careers__reboot .Lodestone Wealth-departments__copy,
    .careers__reboot .Lodestone Wealth-departments__openpositions {
        max-width: 440px;
    }

    .careers__reboot .Lodestone Wealth-departments__title {
        padding: 0;
        background-size: 0;
    }
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-departments__list {
        margin: 32px 0 40px;
        padding: 0;
    }

    .careers__reboot .Lodestone Wealth-departments__list > li {
        padding-left: 340px;
        min-height: 470px;
        background-size: 290px auto;
    }
}

@media (min-width: 1024px) {
    .careers__reboot .Lodestone Wealth-departments__container {
        margin-left: 16.66%;
        width: 83.34%;
    }
}

.careers__reboot .Lodestone Wealth-departments__openpositions .form-field__dropdown__list li {
    display: flex;
    align-items: stretch;
    height: auto;
    min-height: 60px;
}

.careers__reboot .Lodestone Wealth-departments__openpositions .form-field__dropdown__list li:hover {
    background-color: #f2fafd;
}

.careers__reboot .Lodestone Wealth-departments__openpositions .form-field__dropdown__list a {
    flex: 0 0 100%;
    width: 100%;
    color: inherit;
    display: flex;
    align-items: center;
    padding: 8px 0;
}

.careers__reboot .Lodestone Wealth-departments__openpositions .form-field__dropdown__list a:hover {
    color: #000;
}

.careers__reboot .Lodestone Wealth-departments__openpositions .form-field__dropdown__list span {
    font-family: "Polaris-Bold";
    color: inherit;
    padding: 0 25px;
    line-height: 1.5;
}

.careers__reboot .Lodestone Wealth-departments__openpositions .form-field__dropdown__list span:hover {
    background-color: transparent;
}

.careers__reboot .Lodestone Wealth-duo-collection {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-duo-collection {
        padding-top: 120px;
        padding-bottom: 54px;
    }
}

.careers__reboot .Lodestone Wealth-duo-collection.gray-module {
    background-color: #f3f3f3;
}

.careers__reboot .Lodestone Wealth-duo-collection.blue-module {
    background-color: #1b3d60;
    background-image: -moz-linear-gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-image: -webkit-linear- gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-image: linear-gradient(to right, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    filter: "progid:DXImageTransform. Microsoft.gradient( startColorstr=’#1b3d60’, endColorstr=’#1c2d4b’,GradientType=1 )";
    background-position: center center;
    background-repeat: repeat-y;
}

.careers__reboot .Lodestone Wealth-duo-collection.gray-module,
.careers__reboot .Lodestone Wealth-duo-collection.blue-module {
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-duo-collection.gray-module,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module {
        padding-bottom: 100px;
    }
}

.careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component__container,
.careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component__container {
    color: #000;
    background: #fff;
}

.careers__reboot .Lodestone Wealth-duo-collection.gray-module article,
.careers__reboot .Lodestone Wealth-duo-collection.blue-module article {
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component .Lodestone Wealth-duo-holder,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component .Lodestone Wealth-duo-holder {
        padding-right: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component .Lodestone Wealth-duo-holder:last-child,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component .Lodestone Wealth-duo-holder:last-child {
        padding-left: 0;
        padding-right: 20px;
    }

    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component article,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component article {
        padding-right: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder {
        padding-left: 0;
        padding-right: 20px;
    }

    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder:last-child,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component.right-left .Lodestone Wealth-duo-holder:last-child {
        padding-left: 20px;
        padding-right: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-component.right-left article,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-component.right-left article {
        padding-left: 0;
        padding-right: 40px;
    }
}

.careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component {
    margin-top: 0;
    margin-bottom: 20px;
}

.careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component article {
    padding-top: 18px;
}

.careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component + .Lodestone Wealth-duo-component {
    margin-top: 40px;
}

.careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component.with-rule {
    margin-top: 30px;
}

.careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component.with-rule .Lodestone Wealth-duo-component__container {
    border-top: 1px solid #d0d0ce;
    padding-top: 40px;
}

.careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-article {
    margin: 0;
}

@media (min-width: 900px) {
    .careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component__container {
        align-items: flex-start;
    }

    .careers__reboot .Lodestone Wealth-duo-collection.gray-module .Lodestone Wealth-duo-holder:last-child,
    .careers__reboot .Lodestone Wealth-duo-collection.blue-module .Lodestone Wealth-duo-holder:last-child {
        align-self: center;
    }

    .careers__reboot .Lodestone Wealth-duo-collection:not([class$="-module"]) .Lodestone Wealth-duo-component article {
        padding-top: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-collection:not([class$="-module"]) .Lodestone Wealth-duo-component article:first-child h3:first-child {
        margin-top: 0;
    }

    .careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component + .Lodestone Wealth-duo-component {
        margin-top: 120px;
    }

    .careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component.with-rule {
        margin-top: 60px;
    }

    .careers__reboot .Lodestone Wealth-duo-collection .Lodestone Wealth-duo-component.with-rule .Lodestone Wealth-duo-component__container {
        padding-top: 120px;
    }
}

.careers__reboot .carousel {
    padding-top: 74px;
    padding-bottom: 70px;
}

.careers__reboot .carousel--blue {
    color: #fff;
    background-color: #1b3d60;
    background-image: -moz-linear-gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-image: -webkit-linear- gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-image: linear-gradient(to right, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    filter: "progid:DXImageTransform. Microsoft.gradient( startColorstr=’#1b3d60’, endColorstr=’#1c2d4b’,GradientType=1 )";
    background-position: center center;
    background-repeat: repeat-y;
}

.careers__reboot .carousel__title {
    margin-bottom: 26px;
}

.careers__reboot .carousel__slidercontrol__dot {
    margin: 25px 0 32px;
}

.careers__reboot .careers__backbutton {
    padding-left: 15px;
    margin-top: 16px;
}

@media (min-width: 1024px) {
    .careers__reboot .careers__backbutton {
        position: absolute;
        z-index: 4;
        top: 65px;
        pointer-events: none;
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
}

.careers__reboot .cta--back {
    position: relative;
    pointer-events: all;
    color: #333;
}

.careers__reboot .cta--back:before {
    content: "\F105";
    color: #009fdf;
    font-family: Lodestone Wealth-icons;
    transform: rotate(180deg);
    float: left;
    margin-left: -28px;
    transition: margin-left 0.5s ease;
}

.careers__reboot .cta--back:hover:before {
    margin-left: -36px;
}

@media (max-width: 767px) {
    .careers__reboot .cta--back:before {
        margin-left: -16px;
    }

    .careers__reboot .cta--back:hover:before {
        margin-left: -24px;
    }
}

.students__new .global-header {
    background: #1b3d60;
    background: -moz-linear-gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background: -webkit-linear- gradient(left, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background: linear-gradient(to right, #1b3d60 0%, #1a3057 50%, #1c2d4b 100%);
    background-position: center center;
    background-repeat: repeat-y;
}

.strategies-equity {
    background-color: #f7f7f7;
    color: #333;
}

.strategies-equity--white {
    background-color: #fff;
}

.strategies-equity__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    flex-wrap: wrap;
    margin: 80px 0 65px 0;
}

.strategies-equity__text .text--small {
    margin-bottom: 60px;
}

.strategies-equity__text h1 {
    margin-bottom: 40px;
}

.strategies-equity__image {
    margin-bottom: 55px;
}

.strategies-equity__links {
    padding-top: 80px;
    position: relative;
    width: 100%;
}

.strategies-equity__links:before {
    border-top: 1px solid #d0d0ce;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
}

.strategies-equity__links .link-container {
    margin-top: 30px;
}

.strategies-equity__links .link-container ul li,
.strategies-equity__links .link-container a,
.strategies-equity__links .link-container h4 {
    font-family: "Copernicus-Bold";
    font-size: inherit;
}

.strategies-equity__links .link-container ul {
    margin-bottom: 50px;
    margin-top: 0;
}

.strategies-equity__links .link-container li {
    margin-bottom: 6px;
    padding-left: 20px;
}

.strategies-equity__links .description-container h4,
.strategies-equity__links .description-container h4 span {
    font-family: "Copernicus-Bold";
}

.strategies-equity__links .description-container h4 {
    margin-bottom: 0;
}

.strategies-equity__links .description-container .text--small {
    margin-bottom: 50px;
    margin-top: 30px;
}

.strategies-equity__links .description-container .link-list {
    margin-bottom: 30px;
}

@media all and (min-width: 1024px) {
    .strategies-equity__content {
        margin-left: 16.66667%;
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 75px;
        margin-top: 75px;
        width: 100%;
    }

    .strategies-equity__main {
        align-items: flex-start;
        display: flex;
        flex-flow: nowrap;
    }

    .strategies-equity__text {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        margin-right: 75px;
        padding: 0;
    }

    .strategies-equity__text.new-three-col-text-strategies {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-right: 75px;
        padding: 0;
    }

    .strategies-equity__text.new-three-col-text-strategies h3 {
        font-family: "Copernicus-Bold";
        font-size: 21px;
        line-height: 31px;
    }

    .strategies-equity__text.new-three-col-text-strategies p {
        font-size: 14px;
        line-height: 27px;
    }

    .strategies-equity__image {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        margin-bottom: 60px;
        padding: 0;
    }

    .strategies-equity__image.new-image-strategies {
        margin-bottom: 0px;
        position: relative;
    }

    .strategies-equity__img-container-strategy {
        position: absolute;
        top: -75px;
    }

    .strategies-equity__links .link-container {
        overflow: hidden;
    }

    .strategies-equity__links .link-container ul li {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        font-size: 17px;
        line-height: 33px;
        padding-left: 20px;
    }

    .strategies-equity .description-container .text--small {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        padding: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .strategies-equity__content {
        margin: 115px 0;
    }

    .strategies-equity__image {
        margin-bottom: 65px;
    }

    .strategies-equity__links .link-container {
        overflow: hidden;
    }
}

.strategies-page .richtext {
    margin-bottom: 22px;
}

.strategies-page .richtext p {
    font-size: 14px;
    line-height: 27px;
}

.strategies-page .headline {
    margin-bottom: 30px;
}

@media all and (min-width: 1024px) {
    .strategies-page h4 {
        flex: 7 7 auto;
        flex-basis: 7;
        flex-grow: 1;
        max-width: 58.33333%;
        padding: 0 15px;
        padding-left: 0;
    }
}

.ourfirm-bio {
    color: #333;
}

.ourfirm-bio__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-top: 100px;
    padding-top: 30px;
}

.ourfirm-bio__name {
    margin-bottom: 10px;
}

.ourfirm-bio__role {
    font-family: "Copernicus-Italic";
    margin: 0;
    margin-bottom: 30px;
}

.ourfirm-bio__studies,
.ourfirm-bio__experience {
    font-family: "Copernicus-Roman";
    margin: 0;
}

.ourfirm-bio__experience:nth-child(even) {
    margin-bottom: 25px;
}

.ourfirm-bio__circle--left {
    height: 245px;
    width: 240px;
}

.ourfirm-bio__image {
    padding-top: 40px;
}

.ourfirm-bio__image .image-container {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: bottom;
    background-size: contain;
}

.ourfirm-bio__image .image-container:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%;
}

.ourfirm-bio__image .image-container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.ourfirm-bio__image .image-container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (min-width: 1024px) {
    .ourfirm-bio {
        overflow: hidden;
        position: relative;
    }

    .ourfirm-bio__content {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 200px;
        padding-top: 0;
    }

    .ourfirm-bio__name {
        margin-bottom: 30px;
    }

    .ourfirm-bio__content {
        margin-left: 16.66667%;
    }

    .ourfirm-bio__image {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        width: 50%;
    }

    .ourfirm-bio__info {
        margin-top: 80px;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-left: 0;
    }

    .ourfirm-bio__circle {
        display: none;
    }

    .ourfirm-bio__circle--left {
        left: 0%;
        position: absolute;
        top: 43%;
        transform: translate(-38px, 85.45px) rotate(-13.94deg);
    }

    .ourfirm-bio__diamond {
        position: absolute;
        right: -5%;
        top: 56%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .ourfirm-bio {
        overflow: hidden;
        position: relative;
    }

    .ourfirm-bio .container {
        margin-right: 0;
    }

    .ourfirm-bio__image {
        margin-top: 60px;
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-left: 0;
    }

    .ourfirm-bio__image .image-container {
        width: calc(100% + 15px);
    }

    .ourfirm-bio__content {
        align-items: flex-start;
        display: flex;
        flex-flow: nowrap;
        margin-top: 200px;
        padding-top: 0;
    }

    .ourfirm-bio__info {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding: 60px 15px 0 15px;
    }

    .ourfirm-bio__circle {
        width: 30%;
        left: -20%;
        position: absolute;
        top: 75%;
    }

    .ourfirm-bio__diamond {
        position: absolute;
        right: -24%;
        top: 60%;
    }

    .ourfirm-bio__circle--left {
        display: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .ourfirm-bio__circle,
    .ourfirm-bio__circle--left,
    .ourfirm-bio__diamond {
        display: none;
    }
}

.ourfirm-bio-detail {
    background-color: #f7f7f7;
    padding: 80px 0;
}

.ourfirm-bio-detail__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.ourfirm-bio-detail__circle--right,
.ourfirm-bio-detail__circle--left {
    height: 245px;
    width: 240px;
}

@media all and (min-width: 1024px) {
    .ourfirm-bio-detail {
        overflow: hidden;
        position: relative;
    }

    .ourfirm-bio-detail__content {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .ourfirm-bio-detail__circle--right {
        position: absolute;
        right: 13.4%;
        top: 692px;
        transform: translate(-38px, 85.45px) rotate(-13.94deg);
    }

    .ourfirm-bio-detail__circle--left {
        position: absolute;
        right: 85.4%;
        top: 3247px;
        transform: translate(-38px, 85.45px) rotate(-90.94deg);
    }

    .ourfirm-bio-detail__diamond {
        left: 93%;
        position: absolute;
        top: 2006px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .ourfirm-bio-detail {
        padding: 70px 0;
    }

    .ourfirm-bio-detail__circle--right,
    .ourfirm-bio-detail__circle--left,
    .ourfirm-bio-detail__diamond {
        display: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .ourfirm-bio-detail {
        padding: 55px 0;
    }

    .ourfirm-bio-detail__circle--right,
    .ourfirm-bio-detail__circle--left,
    .ourfirm-bio-detail__diamond {
        display: none;
    }
}

.ourfirm-our-offices__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.ourfirm-our-offices__image {
    margin-bottom: 40px;
}

.ourfirm-our-offices__image .image-container img {
    height: auto;
    width: 100%;
}

.ourfirm-our-offices__title h5 {
    font-family: "Polaris-Bold";
    margin-bottom: 40px;
}

.ourfirm-our-offices .office-location__region {
    list-style-type: none;
    margin-bottom: 60px;
    margin-top: 0;
    padding-left: 0;
    padding-top: 60px;
    position: relative;
    width: 100%;
}

.ourfirm-our-offices .office-location__region:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: 100%;
    bottom: -60px;
    left: 0;
    position: absolute;
}

.ourfirm-our-offices .office-location__region:last-child:after {
    display: none;
}

.ourfirm-our-offices .office-location__region li:before {
    display: none;
}

.ourfirm-our-offices .office-location__location {
    margin-bottom: 40px;
}

.ourfirm-our-offices .office-location__location .location-title {
    font-family: "Copernicus-Bold";
}

.ourfirm-our-offices .office-location__location .location-address,
.ourfirm-our-offices .office-location__location .location-phone {
    font-family: "Copernicus-Roman";
    margin: 0;
}

.ourfirm-our-offices .office-location__location .location-directions {
    margin: 20px 0;
}

.ourfirm-our-offices .office-location__location .location-directions a {
    font-family: "Copernicus-Italic";
}

.ourfirm-our-offices .horizontal-rule {
    background: #d0d0ce;
    height: 1px;
    margin: 20px 0;
    width: 60px;
}

@media all and (min-width: 1024px) {
    .ourfirm-our-offices__title {
        margin-left: 16.66667%;
        margin-bottom: 100px;
        margin-top: 100px;
    }

    .ourfirm-our-offices__image {
        margin-left: 16.66667%;
    }

    .ourfirm-our-offices__locations {
        margin-left: 16.66667%;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        max-width: 60%;
    }

    .ourfirm-our-offices .office-location__region {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }

    .ourfirm-our-offices .office-location__region li {
        display: inline;
        padding-right: 20px;
        float: left;
        margin-bottom: 60px;
        overflow: hidden;
        width: 50%;
    }

    .ourfirm-our-offices .office-location__region h1 {
        margin-bottom: 60px;
        width: 100%;
    }

    .ourfirm-our-offices .office-location__region:after {
        bottom: 0;
        left: 0;
        position: absolute;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .ourfirm-our-offices__title {
        margin-top: 60px;
    }

    .ourfirm-our-offices .office-location__region {
        align-items: flex-start;
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

    .ourfirm-our-offices .office-location__region li {
        display: inline;
        padding-right: 20px;
        float: left;
        margin-bottom: 60px;
        overflow: hidden;
        width: 50%;
    }

    .ourfirm-our-offices .office-location__region h1 {
        width: 100%;
    }

    .ourfirm-our-offices .office-location__region:after {
        bottom: 0;
        left: 0;
        position: absolute;
    }
}

.ourfirm-leadership {
    color: #333;
}

.ourfirm-leadership__content,
.ourfirm-leadership__image {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.ourfirm-leadership__title {
    font-family: "Polaris-Bold";
    line-height: 24px;
    margin-bottom: 0;
}

.ourfirm-leadership__leaders,
.ourfirm-leadership__leaders__senior_advisors {
    margin: 30px 0;
    padding: 0;
}

.ourfirm-leadership__leaders li:before,
.ourfirm-leadership__leaders__senior_advisors li:before {
    display: none;
}

.ourfirm-leadership__button._hidden {
    display: none;
}

.ourfirm-leadership__button._block {
    display: block;
}

.ourfirm-leadership .separator {
    border-top: 1px solid #d0d0ce;
    width: 100%;
}

.ourfirm-leadership__image {
    margin-bottom: 30px;
    padding: 0;
}

.ourfirm-leadership__name a {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    line-height: 31px;
    margin-bottom: 10px;
}

.ourfirm-leadership__position {
    font-family: "Copernicus-Italic";
    margin: 0 0 20px 0;
}

.ourfirm-leadership .image-container {
    overflow: hidden;
    position: relative;
    padding: 0;
    background-position: top;
    background-size: cover;
    width: 100%;
}

.ourfirm-leadership .image-container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.ourfirm-leadership .image-container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.ourfirm-leadership .image-container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media all and (min-width: 1024px) {
    .ourfirm-leadership__content {
        margin-left: 16.66667%;
        overflow: hidden;
        position: relative;
    }

    .ourfirm-leadership__content .ourfirm-leadership__leaders__senior_advisors {
        margin-bottom: 35px;
    }

    .ourfirm-leadership__content ul {
        margin-bottom: 0;
    }

    .ourfirm-leadership__section {
        margin-bottom: 40px;
    }

    .ourfirm-leadership__button {
        margin-left: 30%;
        margin-bottom: 80px;
        margin-top: 30px;
        width: 50%;
    }

    .ourfirm-leadership .separator.separator__senior_advisors {
        margin-bottom: 82px;
        margin-top: -5px;
    }

    .ourfirm-leadership .separator {
        margin-bottom: 70px;
        margin-top: 36px;
    }

    .ourfirm-leadership__title {
        margin-bottom: 50px;
        margin-top: 100px;
    }

    .ourfirm-leadership__leaders {
        align-items: flex-start;
        display: flex;
        flex-flow: wrap;
        margin: 0;
        margin-bottom: 100px;
        position: relative;
    }

    .ourfirm-leadership__leaders li:nth-child(n + 10) {
        display: none;
    }

    .ourfirm-leadership__leaders li:nth-child(n + 10)._block {
        display: block;
    }

    .ourfirm-leadership__leaders__senior_advisors {
        align-items: flex-start;
        display: flex;
        flex-flow: wrap;
        margin: 0;
        position: relative;
    }

    .ourfirm-leadership__leaders__senior_advisors li {
        display: none;
    }

    .ourfirm-leadership__leaders__senior_advisors li._block {
        display: block;
    }

    .ourfirm-leadership__leader,
    .ourfirm-leadership__leader__senior_advisors,
    .ourfirm-leadership__founder {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 30%;
        padding: 0 15px;
        margin-bottom: 50px;
        margin-top: 0;
        padding: 0;
        padding-right: 30px;
        width: calc(100% / 3);
    }

    .ourfirm-leadership__founder {
        margin: 0;
    }

    .ourfirm-leadership__circle--right {
        bottom: 180px;
        position: absolute;
        right: -60px;
        transform: translate(-38px, 85.45px) rotate(-95deg);
    }

    .ourfirm-leadership__diamond {
        position: absolute;
        right: -70px;
        top: -85px;
    }

    .ourfirm-leadership .image-container {
        overflow: hidden;
        position: relative;
        padding: 0;
        width: 100%;
    }

    .ourfirm-leadership .image-container:before {
        content: "";
        display: block;
        padding-top: 128.57143%;
        width: 100%;
    }

    .ourfirm-leadership .image-container img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .ourfirm-leadership .image-container > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .ourfirm-leadership__circle--right,
    .ourfirm-leadership__diamond {
        display: none;
    }

    .ourfirm-leadership h2 {
        font-size: 31px;
        line-height: 51px;
    }

    .ourfirm-leadership__leaders {
        align-items: flex-start;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin: 0;
    }

    .ourfirm-leadership__leaders li:nth-child(n + 5) {
        display: none;
    }

    .ourfirm-leadership__leaders li:nth-child(n + 5)._block {
        display: block;
    }

    .ourfirm-leadership__leaders__senior_advisors {
        align-items: flex-start;
        display: flex;
        flex-flow: wrap;
        justify-content: space-between;
        margin: 0;
    }

    .ourfirm-leadership__leaders__senior_advisors li {
        display: none;
    }

    .ourfirm-leadership__leaders__senior_advisors li._block {
        display: block;
    }

    .ourfirm-leadership .separator.separator__senior_advisors {
        margin: -30px 0 30px 0;
    }

    .ourfirm-leadership .separator {
        margin: 30px 0;
    }

    .ourfirm-leadership__leader,
    .ourfirm-leadership__leader__senior_advisors,
    .ourfirm-leadership__founder {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-bottom: 60px;
        width: 100%;
    }

    .ourfirm-leadership__leader:nth-child(even),
    .ourfirm-leadership__leader__senior_advisors:nth-child(even),
    .ourfirm-leadership__founder:nth-child(even) {
        padding-right: 0;
    }

    .ourfirm-leadership__leader:nth-child(odd),
    .ourfirm-leadership__leader__senior_advisors:nth-child(odd),
    .ourfirm-leadership__founder:nth-child(odd) {
        padding-left: 0;
    }

    .ourfirm-leadership__founder:last-child {
        margin-bottom: 0;
    }

    .ourfirm-leadership__button {
        margin: auto;
        margin-bottom: 60px;
        margin-top: 30px;
        width: 50%;
    }

    .ourfirm-leadership__title {
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .ourfirm-leadership .image-container {
        overflow: hidden;
        position: relative;
        padding: 0;
        width: 100%;
    }

    .ourfirm-leadership .image-container:before {
        content: "";
        display: block;
        padding-top: 128.57143%;
        width: 100%;
    }

    .ourfirm-leadership .image-container img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .ourfirm-leadership .image-container > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .ourfirm-leadership__circle--right,
    .ourfirm-leadership__diamond {
        display: none;
    }

    .ourfirm-leadership__title {
        margin: 40px 0;
    }

    .ourfirm-leadership__leaders li:nth-child(n + 5) {
        display: none;
    }

    .ourfirm-leadership__leaders li:nth-child(n + 5)._block {
        display: block;
    }

    .ourfirm-leadership__leaders__senior_advisors li {
        display: none;
    }

    .ourfirm-leadership__leaders__senior_advisors li._block {
        display: block;
    }

    .ourfirm-leadership__button {
        margin-bottom: 40px;
    }

    .ourfirm-leadership .separator {
        margin: 30px 0;
    }

    .ourfirm-leadership__leader,
    .ourfirm-leadership__leader__senior_advisors,
    .ourfirm-leadership__founder {
        margin-bottom: 20px;
    }

    .ourfirm-leadership a.cta--arrow {
        display: none;
    }
}

.ourfirm-stats {
    background-color: #f7f7f7;
    color: #333;
}

.ourfirm-stats--white {
    background-color: #fff;
}

.ourfirm-stats__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.ourfirm-stats .animate {
    transition: transform 0.6s ease;
}

.ourfirm-stats__separator {
    background: linear-gradient(to right, #009fdf 60%, #012169);
    height: 1px;
    width: 380px;
}

.ourfirm-stats .stats-container--three,
.ourfirm-stats .stats-container--two {
    margin: 0;
    padding: 0;
    width: 100%;
}

.ourfirm-stats .stats-container--three .stats-item p,
.ourfirm-stats .stats-container--two .stats-item p {
    font-family: "Copernicus-Italic";
}

.ourfirm-stats .stats-container--three .stats-item:before,
.ourfirm-stats .stats-container--two .stats-item:before {
    display: none;
}

.ourfirm-stats .stats-container .slider-mask {
    height: inherit;
    width: inherit;
}

.ourfirm-stats .slidercontrol {
    text-align: center;
    width: 100%;
}

.ourfirm-stats .slidercontrol__dot {
    background-color: #d0d0dc;
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    margin-left: 15px;
    width: 6px;
}

.ourfirm-stats .slidercontrol__dot:hover {
    cursor: pointer;
}

.ourfirm-stats .slidercontrol__dot.active {
    background-color: #012169;
}

.ourfirm-stats__as-of-date {
    margin-top: 36px;
    right: 7%;
    text-align: right;
}

@media all and (min-width: 1024px) {
    .ourfirm-stats {
        overflow: hidden;
    }

    .ourfirm-stats__content {
        margin-left: 16.66667%;
        margin-bottom: 65px;
        min-height: 500px;
        padding: 0;
        position: relative;
        width: 100%;
    }

    .ourfirm-stats__separator {
        bottom: auto;
        left: -7%;
        position: absolute;
        right: auto;
        top: 0;
    }

    .ourfirm-stats__separator.right {
        bottom: auto;
        left: auto;
        position: absolute;
        right: 7%;
        top: auto;
    }

    .ourfirm-stats .stats-container {
        display: flex;
        flex-wrap: wrap;
    }

    .ourfirm-stats .stats-container--three,
    .ourfirm-stats .stats-container--two {
        position: relative;
    }

    .ourfirm-stats .stats-container--three .stats-item,
    .ourfirm-stats .stats-container--two .stats-item {
        margin-top: 70px;
    }

    .ourfirm-stats .stats-container--two {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 60%;
        padding: 0 15px;
    }

    .ourfirm-stats .stats-container--two .stats-item {
        display: inline-block;
        float: left;
        padding: 0 30px 0 0;
        width: 50%;
    }

    .ourfirm-stats .stats-container--two .stats-item:nth-last-child(-n + 2) {
        margin-bottom: 70px;
    }

    .ourfirm-stats .stats-container--three .stats-item {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 30%;
        padding: 0 15px;
        display: inline-block;
        float: left;
        width: calc(100% / 3);
    }

    .ourfirm-stats .stats-container--three .stats-item:nth-last-child(-n + 3) {
        margin-bottom: 70px;
    }

    .ourfirm-stats .slidercontrol {
        display: none;
    }

    .ourfirm-stats__as-of-date {
        position: absolute;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .ourfirm-stats {
        overflow: hidden;
    }

    .ourfirm-stats__content {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 80px;
        margin-top: 80px;
        position: relative;
    }

    .ourfirm-stats__separator {
        left: -7%;
        position: absolute;
        top: 0;
    }

    .ourfirm-stats__separator.right {
        position: unset;
    }

    .ourfirm-stats__as-of-date {
        float: right;
        width: 100%;
    }

    .ourfirm-stats .slidercontrol {
        display: none;
    }

    .ourfirm-stats .stats-container--three,
    .ourfirm-stats .stats-container--two {
        display: flex;
        flex-wrap: wrap;
    }

    .ourfirm-stats .stats-container--three .stats-item,
    .ourfirm-stats .stats-container--two .stats-item {
        display: inline-block;
        float: left;
        margin-top: 70px;
        padding-right: 30px;
        width: 50%;
    }

    .ourfirm-stats .stats-container--three .stats-item:last-child,
    .ourfirm-stats .stats-container--two .stats-item:last-child {
        margin-bottom: 70px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .ourfirm-stats {
        background-color: #fff;
        overflow: hidden;
    }

    .ourfirm-stats .container {
        margin: 0;
    }

    .ourfirm-stats__separator {
        display: none;
    }

    .ourfirm-stats__content {
        margin-bottom: 20px;
        padding: 0;
    }

    .ourfirm-stats ul.stats-container {
        text-align: center;
    }

    .ourfirm-stats ul.stats-container--three li.stats-item,
    .ourfirm-stats ul.stats-container--two li.stats-item {
        position: relative;
        display: inline-block;
        float: left;
        margin-bottom: 20px;
        opacity: 0.3;
        padding: 0 2.5vw;
        width: calc(100vw - 100px);
    }

    .ourfirm-stats ul.stats-container--three li.stats-item:first-child,
    .ourfirm-stats ul.stats-container--two li.stats-item:first-child {
        margin-left: 50px;
    }

    .ourfirm-stats ul.stats-container--three li.stats-item h1,
    .ourfirm-stats ul.stats-container--two li.stats-item h1 {
        margin-bottom: 20px;
    }

    .ourfirm-stats ul.stats-container--three li.stats-item p,
    .ourfirm-stats ul.stats-container--two li.stats-item p {
        margin: 0;
    }

    .ourfirm-stats ul.stats-container--three li.stats-item.active,
    .ourfirm-stats ul.stats-container--two li.stats-item.active {
        opacity: 1;
    }

    .ourfirm-stats__as-of-date {
        margin: 60px 30px 0;
    }
}

.ourfirm-page__disclaimer {
    padding: 50px 0 0;
}

.ourfirm-page__disclaimer .richtextOurFirm-isfullwidth {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    font-size: 12px;
    line-height: 21px;
    max-width: 100%;
    padding: 0 0px;
}

.ourfirm-page__disclaimer .richtextOurFirm-isfullwidth p,
.ourfirm-page__disclaimer .richtextOurFirm-isfullwidth li {
    font-size: 12px;
    line-height: 21px;
}

.ourfirm-page__disclaimer .richtextOurFirm-isfullwidth p:before,
.ourfirm-page__disclaimer .richtextOurFirm-isfullwidth li:before {
    top: 7px;
}

.ourfirm-page__disclaimer .richtextOurFirm-isfullwidth img {
    height: auto !important;
    max-width: 100%;
}

@media all and (min-width: 1024px) {
    .ourfirm-page__disclaimer .richtextOurFirm-isfullwidth {
        flex: 8 8 auto;
        flex-basis: 8;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        max-width: 100%;
        padding: 0px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .ourfirm-page__disclaimer .richtextOurFirm-isfullwidth {
        margin: 0 15px;
        padding: 0 15px;
    }
}

.people {
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
}

.people__overflow {
    height: 100%;
    overflow: hidden;
    transform: skewX(3deg);
    width: calc(((96vw / 12) * 5) + 7vw);
    z-index: 4;
    bottom: auto;
    left: -40px;
    position: absolute;
    right: auto;
    top: 0;
}

.people__diamond {
    display: none;
    z-index: 2;
}

.people__wrapper {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    width: 100%;
}

.people__image {
    background-position: center top;
    background-size: cover;
    display: block;
    height: 100%;
    width: 50vw;
    z-index: 0;
}

.people .eyebrow {
    font-family: "Polaris-Bold";
    font-size: 14px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.people__title {
    hyphens: none;
}

.people__title,
.people .eyebrow {
    position: relative;
    z-index: 2;
}

.people__content {
    background-color: #f7f7f7;
    flex: 7 7 auto;
    flex-basis: 7;
    flex-grow: 1;
    max-width: 58.33333%;
    padding: 0 15px;
    margin-left: 41.66667%;
    padding: 150px 15px 30px;
    position: relative;
    z-index: 1;
}

.people__name {
    font-family: "Copernicus-BoldItalic";
}

.people__position {
    font-family: "Copernicus-Italic";
}

.people__inner {
    position: relative;
    z-index: 2;
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 85.71429%;
    padding: 0 15px;
    margin-left: 14.28571%;
}

.people__numbers {
    display: none;
}

.people__stats {
    height: 500px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.people__stats svg {
    height: 1338px;
    width: 1040px;
    bottom: 0px;
    left: -225px;
    position: absolute;
    right: auto;
    top: auto;
}

.people__links {
    margin-bottom: 20px;
}

.people__links a {
    margin-right: 100px;
}

.people__links a:first-child {
    margin-bottom: 30px;
}

.people__as-of-date {
    float: right;
    margin-top: 10px;
    text-align: right;
}

.people__as-of-date__item {
    color: #000;
    display: block;
    opacity: 0.4;
}

@media screen and (max-width: 1023px) {
    .people {
        background-color: #f7f7f7;
        padding: 140px 0 0;
    }

    .people .carousel__wrapper {
        display: none;
        transform: none;
    }

    .people__overflow {
        display: none;
    }

    .people__numbers {
        display: none;
    }

    .people__content {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 0;
    }

    .people__title {
        margin-bottom: 60px;
    }

    .people__inner {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 0;
        padding: 0;
    }

    .people .carousel__nav {
        margin-bottom: 20px;
    }

    .people__stats {
        height: 430px;
    }

    .people__stats svg {
        left: -290px;
        width: 980px;
    }

    .people .eyebrow,
    .people__title,
    .people__links,
    .people .carousel__nav {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 33.33333%;
    }

    .people__image {
        background-size: cover;
        width: calc(100vw - ((100vw - 230px) / 3) - 130px);
    }

    .people__responsive {
        height: 350px;
        margin-left: calc(33.3333% + 15px);
        overflow: hidden;
        position: relative;
        width: calc(100vw - ((100vw - 230px) / 3) - 130px);
    }

    .people__as-of-date {
        margin: 33px 0;
    }
}

@media screen and (max-width: 767px) {
    .people {
        overflow-x: hidden;
        overflow-y: visible;
        padding: 90px 0 0;
    }

    .people__diamond {
        display: block;
    }

    .people__diamond--top {
        bottom: auto;
        left: auto;
        position: absolute;
        right: -140px;
        top: -80px;
    }

    .people__diamond--bottom {
        bottom: 260px;
        left: -210px;
        position: absolute;
        right: auto;
        top: auto;
        z-index: 1;
    }

    .people .eyebrow {
        margin-bottom: 60px;
    }

    .people .eyebrow,
    .people__title,
    .people__links,
    .people .carousel__nav {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 0;
        padding: 0;
    }

    .people__stats {
        display: none;
    }

    .people__title {
        margin-bottom: 50px;
    }

    .people__numbers {
        display: block;
        margin-bottom: 20px;
    }

    .people__number {
        display: block;
        float: left;
        font-size: 32px;
        padding-right: 15px;
        width: 40%;
    }

    .people__number-data {
        margin-bottom: 30px;
        zoom: 1;
    }

    .people__number-data:before,
    .people__number-data:after {
        content: "";
        display: table;
        line-height: 0;
    }

    .people__number-data:after {
        clear: both;
    }

    .people__number-data:last-child {
        margin-bottom: 0;
    }

    .people__content:before {
        display: none;
    }

    .people__data {
        float: left;
        font-size: 18px;
        line-height: 24px;
        width: 60%;
    }

    .people__links {
        margin-bottom: 75px;
    }

    .people__links a {
        width: 100%;
    }

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

    .people .carousel__nav-wrap {
        float: right;
    }

    .people__responsive {
        margin: 0 -30px;
        position: relative;
        width: 100vw;
        z-index: 2;
    }

    .people__image {
        width: 100vw;
    }

    .people__as-of-date {
        margin: 30px 0;
    }
}

@media screen and (max-width: 1360px) and (min-width: 1024px) {
    .people__stats {
        height: 380px;
    }

    .people__stats svg {
        height: 290%;
        left: -45%;
        width: 195%;
    }
}

.carousel__wrapper {
    display: block;
    height: 100%;
    margin: 0;
    padding: 0;
    transform: skewX(-3deg);
    z-index: 0;
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
}

.carousel__wrapper.carousel__wrapper--responsive {
    display: none;
}

.carousel__nav {
    padding: 20px 0;
    zoom: 1;
}

.carousel__nav:before,
.carousel__nav:after {
    content: "";
    display: table;
    line-height: 0;
}

.carousel__nav:after {
    clear: both;
}

.carousel__text {
    align-items: flex-end;
    display: flex;
    float: left;
    font-family: "Copernicus-Italic";
    font-size: 14px;
    height: 90px;
    margin-bottom: 20px;
    width: 100%;
}

.carousel__text p {
    font-family: inherit;
    font-size: inherit;
    line-height: 27px;
    margin-bottom: 0;
    width: 100%;
}

.carousel__el {
    float: left;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.carousel__el:before {
    display: none;
}

.carousel__anchor {
    background-color: #d0d0dc;
    border-radius: 50%;
    display: inline-block;
    float: left;
    height: 7px;
    margin: 5px 15px;
    width: 7px;
}

.carousel__anchor._active {
    background-color: #006ac6;
}

.carousel__previous,
.carousel__next {
    display: inline-block;
    float: left;
    padding-left: 10px;
}

.carousel__previous:after,
.carousel__next:after {
    content: "\f105";
    display: block;
    font-family: "Lodestone Wealth-icons";
}

.carousel__previous._unactive,
.carousel__next._unactive {
    pointer-events: none;
}

.carousel__previous._unactive:after,
.carousel__next._unactive:after {
    color: #d0d0dc;
}

.carousel__previous {
    padding-bottom: 2px;
    transform: rotate(180deg);
}

@media screen and (max-width: 1023px) {
    .carousel__wrapper.carousel__wrapper--responsive {
        bottom: auto;
        left: 0;
        position: absolute;
        right: auto;
        top: 0;
        display: block;
        height: 350px;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .carousel__wrapper.carousel__wrapper--responsive {
        bottom: auto;
        left: 0;
        position: absolute;
        right: auto;
        top: 0;
    }
}

.timeline {
    background-color: #1a3057;
    overflow: hidden;
    padding: 40px 0;
    position: relative;
}

.timeline[v-cloak] {
    display: none;
}

.timeline__header {
    flex-direction: column;
    visibility: hidden;
}

.timeline__eyebrow {
    flex: 10 10 auto;
    flex-basis: 10;
    flex-grow: 1;
    max-width: 83.33333%;
    padding: 0 15px;
    color: #fff;
    margin-bottom: 15px;
}

.timeline__subheader {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
}

.timeline__headline {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    color: #fff;
    margin-bottom: 20px;
}

.timeline__cta-container {
    flex: 11 11 auto;
    flex-basis: 11;
    flex-grow: 1;
    max-width: 91.66667%;
    padding: 0 15px;
    margin-bottom: 40px;
}

.timeline__carousel-container {
    background-color: #1a3057;
}

.timeline__carousel {
    position: relative;
}

.timeline__carousel-prev-container,
.timeline__carousel-next-container {
    display: block;
    height: 45px;
    position: absolute;
    top: 50%;
    width: 24px;
    z-index: 1;
}

.timeline__carousel-prev-container.disabled,
.timeline__carousel-next-container.disabled {
    visibility: hidden;
}

.timeline__carousel-prev-container {
    transform: translateY(-50%) scale(-1, 1);
}

.timeline__carousel-next-container {
    transform: translateY(-50%);
}

.timeline__carousel-prev,
.timeline__carousel-next {
    color: #009fdf;
    display: none;
    font-size: 45px;
    height: 45px;
    pointer-events: none;
}

.timeline__carousel-slide-container {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: all 0.4s;
    width: 100%;
    will-change: transform;
}

.timeline__carousel-slide {
    overflow: hidden;
    position: relative;
    padding: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0px 15px 35px 0 #1f232f;
    margin: 0 30px;
}

.timeline__carousel-slide:before {
    content: "";
    display: block;
    padding-top: 104.7619%;
    width: 100%;
}

.timeline__carousel-slide img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.timeline__carousel-slide > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.timeline__slide-article {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    background-color: #f7f7f7;
    padding: 30px;
}

.timeline__slide-content {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-flow: column;
    justify-content: initial;
    max-width: 1310px;
    display: block;
    opacity: 0.3;
}

.timeline__slide-content--hidden {
    display: none;
}

.timeline__slide-header {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    align-items: center;
    margin-bottom: 10px;
}

.timeline__slide-type-icon {
    font-size: 29px;
    margin-right: 20px;
}

.timeline .icon-award {
    color: #00ab84;
}

.timeline .icon-award::before {
    color: #00ab84;
    font-size: 33px;
}

.timeline .icon-lightbulb {
    color: #685bc7;
    font-size: 34px;
}

.timeline .icon-flag {
    color: #009fdf;
}

.timeline__slide-headline {
    color: #888b8d;
    margin-bottom: 0;
}

.timeline__slide-toggle-icon {
    pointer-events: none;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.timeline__slide-toggle-icon .icon-toggle::before {
    color: #d0d0ce;
    font-size: 21px;
}

.timeline__slide-date {
    margin-bottom: 5px;
}

.timeline__slide-year {
    color: #333;
    font-family: "Copernicus-Roman";
    font-size: 21px;
    line-height: 31px;
}

.timeline__slide-text {
    color: #333;
    margin-bottom: 10px;
}

.timeline__slide-caption {
    color: #888b8d;
    font-family: "Copernicus-Italic";
    margin-bottom: 0;
}

.timeline__slide-caption.text--small {
    line-height: 25px;
}

.timeline__slide-media {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

.timeline__slide-media--visible {
    display: block;
}

.timeline__slide-photo {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f7f7f7;
    background-position: center center;
    background-size: cover;
}

.timeline__slide-photo.fit {
    background-size: contain;
}

.timeline__slide-photo.left {
    background-position-x: left;
}

.timeline__slide-photo.right {
    background-position-x: right;
}

.timeline__slide-footer {
    margin-top: 10px;
}

.timeline__slide-curtain-one,
.timeline__slide-curtain-two {
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.timeline__slide-curtain-one {
    background: #f7f7f7;
    height: 100%;
    z-index: 2;
}

.timeline__slide-curtain-two {
    background: #f7f7f7;
    filter: blur(30px);
    height: 150%;
    transform: translateY(-15%) translateX(-10%);
    z-index: 1;
}

.timeline__slide-transition-mask-container {
    overflow: hidden;
    position: relative;
    padding: 0;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #f7f7f7;
    margin: 0 0 0 115px;
    max-width: 1280px;
    visibility: hidden;
    width: 100%;
}

.timeline__slide-transition-mask-container:before {
    content: "";
    display: block;
    padding-top: 149.20635%;
    width: 100%;
}

.timeline__slide-transition-mask-container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.timeline__slide-transition-mask-container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.timeline__slide-transition-mask {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    background-color: #f7f7f7;
    height: 100%;
    width: 100%;
}

.timeline__nav {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    max-width: 1310px;
    padding: 10px 15px 0;
    width: 100%;
}

.timeline__nav-prev-container,
.timeline__nav-next-container {
    height: 40px;
}

.timeline__nav-prev-container.disabled,
.timeline__nav-next-container.disabled {
    visibility: hidden;
}

.timeline__nav-prev {
    transform: scaleX(-1);
}

.timeline__nav-prev,
.timeline__nav-next {
    color: #009fdf;
    font-size: 40px;
    height: 40px;
}

.timeline__nav-date {
    color: #888b8d;
    margin-bottom: 0;
}

.timeline__lines-container {
    position: relative;
    user-select: none;
}

.timeline__lines-container .timeline__vertical-line {
    bottom: 0;
    left: 50%;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    height: 91%;
    opacity: 0;
    transition: opacity 1s 1s;
    width: 1px;
}

.timeline__lines-container .timeline__vertical-line--pointer {
    cursor: pointer;
}

.timeline__legends {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-flow: column;
    justify-content: initial;
    max-width: 1310px;
    padding: 75px 0 0;
    position: relative;
    visibility: hidden;
}

.timeline__legends::before {
    bottom: 0;
    left: -15px;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #1a3057;
    content: "";
    height: 100%;
    transform: translateX(-100vw);
    width: 100vw;
    z-index: 1;
}

.timeline__legend {
    align-items: center;
    display: flex;
    flex: 0 1 auto;
    justify-content: initial;
    max-width: 1310px;
    margin-bottom: 10px;
}

.timeline__line-icon-container {
    background-color: #1a3057;
    height: 38px;
    margin-right: 15px;
    text-align: center;
    width: 53px;
    z-index: 2;
}

.timeline__line-icon.icon-flag {
    font-size: 28px;
    padding-left: 2px;
    top: 4px;
}

.timeline__line-icon.icon-lightbulb {
    font-size: 34px;
}

.timeline__line-icon.icon-award {
    top: 4px;
}

.timeline__line-icon.icon-award:before {
    font-size: 26px;
}

.timeline__legend-text {
    color: #d0d0ce;
    line-height: 27px;
    margin-bottom: 0;
}

.timeline__legend-text--hidden {
    visibility: hidden;
}

.timeline__chart {
    cursor: move;
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
    height: 100%;
    position: absolute;
    visibility: hidden;
    width: 100%;
    will-change: transform;
    z-index: 1;
}

.timeline__chart::before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    cursor: default;
    height: 100%;
    pointer-events: none;
    transform: translateX(-100%);
    width: 150px;
}

.timeline__chart:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.timeline__year {
    background-color: #1a3057;
    color: #888b8d;
    font-family: "Polaris-Bold";
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    top: 30px;
    transform: translateX(-50%);
}

.timeline__milestone,
.timeline__innovation,
.timeline__award {
    background-clip: padding-box;
    border: 3px solid #1a3057;
    border-radius: 50%;
    display: block;
    height: 21px;
    position: absolute;
    transform: translateX(-50%);
    width: 21px;
    z-index: 1;
}

.timeline__milestone {
    background-color: #009fdf;
    top: 81px;
}

.timeline__innovation {
    background-color: #685bc7;
    top: 131px;
}

.timeline__award {
    background-color: #00ab84;
    top: 181px;
}

.timeline__event--active {
    animation: 0.5s cubic-bezier(0.19, 1, 0.22, 1) timeline-event-bubble;
    background-color: #fff;
    border: 3px solid #1a3057;
    height: 35px;
    transform: translateX(-50%) translateY(-8px);
    width: 35px;
}

.timeline__milestones-line,
.timeline__innovations-line,
.timeline__awards-line {
    height: 2px;
    margin-left: 1px;
    position: absolute;
}

.timeline__milestones-line {
    background-color: #009fdf;
    top: 90px;
}

.timeline__innovations-line {
    background-color: #685bc7;
    top: 140px;
}

.timeline__awards-line {
    background-color: #00ab84;
    top: 190px;
}

.timeline__tooltip {
    color: #fff;
    display: none;
    padding: 8px 45px 7px 15px;
    position: absolute;
    z-index: 1;
}

.timeline__tooltip::before {
    left: 0;
    position: absolute;
    top: 100%;
    border-style: solid;
    border-width: 30px 15px 0 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 0;
}

.timeline__tooltip--active {
    transform: translateX(0);
}

.timeline__tooltip--milestone {
    align-items: center;
    background-color: #009fdf;
    display: flex;
    top: 15px;
}

.timeline__tooltip--milestone::before {
    border-color: #009fdf transparent transparent transparent;
}

.timeline__tooltip--innovation {
    align-items: center;
    background-color: #685bc7;
    display: flex;
    top: 65px;
}

.timeline__tooltip--innovation::before {
    border-color: #685bc7 transparent transparent transparent;
}

.timeline__tooltip--award {
    align-items: center;
    background-color: #00ab84;
    display: flex;
    top: 115px;
}

.timeline__tooltip--award::before {
    border-color: #00ab84 transparent transparent transparent;
}

.timeline__tooltip-separator {
    margin: 0 5px;
}

.timeline__tooltip-text {
    font-family: "Polaris-Bold";
    line-height: 1em;
    white-space: nowrap;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .timeline {
        padding: 60px 0 40px;
    }

    .timeline__eyebrow {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .timeline__headline {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        font-size: 21px;
        line-height: 31px;
        margin-bottom: 36px;
    }

    .timeline__cta-container {
        margin-bottom: 50px;
    }

    .timeline__carousel {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        overflow: visible;
    }

    .timeline__carousel-prev,
    .timeline__carousel-next {
        display: block;
    }

    .timeline__carousel-prev-container {
        left: -45px;
    }

    .timeline__carousel-next-container {
        right: -45px;
    }

    .timeline__carousel-slide-container {
        margin-top: 0;
        padding: 0 15px;
    }

    .timeline__carousel-slide {
        margin: 0;
    }

    .timeline__carousel-slide:before {
        padding-top: 375px;
    }

    .timeline__slide-article {
        padding: 35px;
    }

    .timeline__slide-header {
        margin-bottom: 14px;
    }

    .timeline__slide-content {
        width: 90%;
    }

    .timeline__slide-toggle-icon {
        display: none;
    }

    .timeline__slide-caption {
        display: none;
    }

    .timeline__slide-date {
        margin-bottom: 10px;
    }

    .timeline__nav {
        display: none;
    }

    .timeline__chart::before {
        width: 40px;
    }
}

@media all and (min-width: 1024px) {
    .timeline {
        padding: 60px 0;
    }

    .timeline__slide-year {
        font-size: 31px;
        line-height: 51px;
    }

    .timeline__eyebrow {
        margin-left: 8.33333%;
        margin-bottom: 15px;
    }

    .timeline__subheader {
        margin-left: 8.33333%;
        margin-bottom: 10px;
    }

    .timeline__carousel {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .timeline__carousel-slide-container {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .timeline__carousel-prev-container {
        left: -3%;
        z-index: 2;
    }

    .timeline__carousel-next-container {
        right: -3%;
    }

    .timeline__carousel-prev,
    .timeline__carousel-next {
        display: block;
    }

    .timeline__carousel-slide {
        overflow: hidden;
        position: relative;
        padding: 0;
        height: 375px;
        margin: 0;
    }

    .timeline__carousel-slide:before {
        content: "";
        display: block;
        padding-top: 40.83333%;
        width: 100%;
    }

    .timeline__carousel-slide img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .timeline__carousel-slide > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .timeline__carousel-slide-container_1_1 {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .timeline__carousel-slide-container_1_1 .timeline__slide-content {
        padding: 26px 35px 35px;
        width: 85%;
    }

    .timeline__slide-article {
        flex-direction: row;
        padding: 0;
    }

    .timeline__slide-content {
        padding: 26px 31px 60px 36px;
        width: 50%;
    }

    .timeline__slide-media {
        display: block;
        overflow: hidden;
        position: relative;
        width: 50%;
    }

    .timeline__slide-photo {
        height: 100%;
    }

    .timeline__slide-transition-mask-container {
        overflow: hidden;
        position: relative;
        padding: 0;
        position: absolute;
        width: calc(100% - 120px);
    }

    .timeline__slide-transition-mask-container:before {
        content: "";
        display: block;
        padding-top: 40.83333%;
        width: 100%;
    }

    .timeline__slide-transition-mask-container img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .timeline__slide-transition-mask-container > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .timeline__slide-date {
        font-size: 31px;
        line-height: 51px;
    }

    .timeline__lines {
        margin-left: 8.33333%;
    }

    .timeline__nav {
        display: none;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .timeline__carousel-slide-container_1_1 .timeline__slide-content {
        padding-top: 30px;
        width: 100%;
    }
}

@media all and (min-width: 1400px) {
    .timeline__carousel-prev-container {
        left: -3%;
    }

    .timeline__carousel-next-container {
        right: -3%;
    }

    .timeline__carousel-slide-container {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .timeline__carousel-slide-container_1_1 {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .timeline__carousel-slide {
        margin: 0 auto;
    }

    .timeline__slide-transition-mask-container {
        margin: 0 15px;
        width: 100%;
    }

    .timeline__lines .container::before {
        height: calc(100% + 20px);
        top: -50px;
    }
}

@media all and (min-width: 0) and (max-width: 374px) {
    .timeline__slide-headline {
        font-size: 12px;
    }

    .timeline__carousel-slide,
    .timeline__slide-content {
        height: 385px;
        padding: 30px 15px;
    }

    .timeline__slide-article {
        padding: 0;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .timeline__carousel {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .timeline__carousel-slide,
    .timeline__slide-content {
        height: 385px;
        opacity: 1;
        padding: 25px;
    }

    .timeline__carousel-container {
        margin: 0;
        margin-bottom: 15px;
    }

    .timeline__slide-article {
        padding: 0;
    }

    .timeline__slide-caption {
        display: none;
    }

    .timeline__slide-headline {
        color: #333;
        font-family: "Polaris-Roman";
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 21px;
        text-transform: uppercase;
    }

    .timeline__slide-toggle-icon {
        display: none;
    }

    .timeline__slide-header,
    .timeline__slide-date {
        margin-bottom: 10px;
    }

    .timeline__slide-text {
        margin-bottom: 12px;
    }

    .timeline__nav-date {
        font-family: "Polaris-Bold";
        font-size: 14px;
        line-height: 24px;
        margin-top: 16px;
    }

    .timeline__lines {
        display: none;
    }
}

@keyframes timeline-legends-slide-up {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    70% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes timeline-text-show {
    100% {
        opacity: 1;
        pointer-events: all;
    }
}

@keyframes timeline-text-slide-up {
    0% {
        opacity: 0;
        transform: translateY(66%);
    }
    70% {
        opacity: 0;
        transform: translateY(66%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes timeline-slide-left {
    0% {
        transform: translateX(100%);
    }
    60% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes timeline-text-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-10%);
    }
    40% {
        opacity: 0;
        transform: translateY(-10%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes timeline-event-bubble {
    0% {
        height: 16px;
        width: 16px;
    }
    70% {
        height: 35px;
        width: 35px;
    }
    80% {
        height: 34px;
        width: 34px;
    }
    100% {
        height: 32px;
        width: 32px;
    }
}

@keyframes timeline-curtain-one {
    0% {
        width: 100%;
    }
    100% {
        width: 0;
    }
}

@keyframes timeline-curtain-two {
    0% {
        filter: blur(5px);
        width: 100%;
    }
    20% {
        filter: blur(5px);
        width: 100%;
    }
    100% {
        filter: blur(0);
        width: 0;
    }
}

@keyframes timeline-mask-transition-medium {
    0% {
        max-width: 120%;
        visibility: visible;
        width: 120%;
    }
    80% {
        width: calc(100% - 230px);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: calc(100% - 230px);
    }
}

@keyframes timeline-mask-transition-large {
    0% {
        max-width: 120%;
        visibility: visible;
        width: 120%;
    }
    80% {
        width: calc(100% - 120px);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: calc(100% - 120px);
    }
}

@keyframes timeline-mask-transition-large-left-nav {
    0% {
        max-width: 120%;
        visibility: visible;
        width: 120%;
    }
    80% {
        width: calc(92% - 20px);
    }
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        width: calc(92% - 20px);
    }
}

@keyframes timeline-mask-transition-extra-large {
    0% {
        max-width: 120%;
        visibility: visible;
        width: 120%;
    }
    80% {
        width: 100%;
    }
    99% {
        opacity: 1;
    }
    100% {
        max-width: 1280px;
        opacity: 0;
        width: 100%;
    }
}

@keyframes timeline-mask-transition-extra-large-left-nav {
    0% {
        max-width: 120%;
        visibility: visible;
        width: 120%;
    }
    80% {
        width: 100%;
    }
    99% {
        opacity: 1;
    }
    100% {
        max-width: 1061px;
        opacity: 0;
        width: 100%;
    }
}

@keyframes timeline-card-transition {
    0% {
        filter: blur(30px);
    }
    60% {
        filter: blur(0);
    }
}

@keyframes reveal-mask {
    100% {
        transform: translateX(-100%);
    }
}

.timeline--visible .timeline__header,
.timeline--visible .timeline__legends,
.timeline--visible .timeline__chart {
    visibility: visible;
}

.timeline--visible .timeline__eyebrow {
    animation: 1s cubic-bezier(0.19, 1, 0.22, 1) timeline-text-slide-up;
}

.timeline--visible .timeline__headline {
    animation: 1s timeline-text-slide-down forwards;
}

.timeline--visible .button--default {
    animation: 1s cubic-bezier(0.19, 1, 0.22, 1) timeline-text-slide-up;
}

.timeline--visible .timeline__lines-container .timeline__vertical-line {
    opacity: 1;
}

.timeline--visible .timeline__legends {
    animation: 1s linear timeline-legends-slide-up;
}

.timeline--visible .timeline__chart-content {
    animation: 2s cubic-bezier(0.19, 1, 0.22, 1) timeline-slide-left;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-curtain-one {
    animation: 1s cubic-bezier(1, 0, 0, 1) 0.9s timeline-curtain-one;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-curtain-two {
    animation: 1s cubic-bezier(1, 0, 0, 1) 0.9s timeline-curtain-two;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-curtain--fast {
    animation-delay: 0.4s;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-toggle-icon {
    pointer-events: all;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-content {
    animation: 0.5s timeline-text-show forwards;
    animation-delay: 0.5s;
    visibility: visible;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-content--toggled {
    animation-delay: 0s;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-media--visible .timeline__slide-curtain-one {
    animation-delay: 0s;
}

.timeline--visible .current.timeline__carousel-slide .timeline__slide-media--visible .timeline__slide-curtain-two {
    animation-delay: 0s;
}

.timeline--visible .current .timeline__slide-photo:after {
    animation: 0.5s 0.2s cubic-bezier(1, 0, 0, 1) reveal-mask forwards;
    background-color: #f7f7f7;
    content: "";
    height: 100%;
    position: absolute;
    transform: translateX(0);
    width: 100%;
}

@media all and (min-width: 1024px) {
    .timeline--visible .current .timeline__slide-photo:after {
        animation-delay: 0.87s;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .timeline--visible .current.timeline__slide-transition-mask-container {
        animation: 1s cubic-bezier(1, 0, 0, 1) timeline-mask-transition-medium;
    }
}

@media all and (min-width: 1024px) {
    .timeline--visible .current.timeline__slide-transition-mask-container {
        animation: 1s cubic-bezier(1, 0, 0, 1) timeline-mask-transition-large;
    }
}

@media all and (min-width: 1400px) {
    .timeline--visible .current.timeline__slide-transition-mask-container {
        animation: 1s cubic-bezier(1, 0, 0, 1) timeline-mask-transition-extra-large;
    }
}

.timeline--visible .current.timeline__slide-transition-mask-container .timeline__slide-transition-mask {
    animation: 1s cubic-bezier(1, 0, 0, 1) timeline-card-transition;
}

@media all and (min-width: 1024px) {
    .timeline--left-nav .timeline__eyebrow,
    .timeline--left-nav .timeline__subheader {
        margin-left: 16.66667%;
    }

    .timeline--left-nav .timeline__eyebrow,
    .timeline--left-nav .timeline__headline {
        padding-left: 15px;
    }

    .timeline--left-nav .timeline__carousel-container {
        position: relative;
    }

    .timeline--left-nav .timeline__carousel-container:before {
        background-color: #1a3057;
        content: "";
        height: 520px;
        overflow: hidden;
        position: absolute;
        right: 82.2%;
        top: -60px;
        width: 100%;
        z-index: 2;
    }

    .timeline--left-nav .timeline__carousel {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-left: calc(8.33333% + 18px);
    }

    .timeline--left-nav .timeline__carousel-slide-container {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        z-index: 0;
    }

    .timeline--left-nav .timeline__carousel-slide-container_1_1 {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        z-index: 0;
    }

    .timeline--left-nav .timeline__carousel-slide {
        overflow: hidden;
        position: relative;
        padding: 0;
    }

    .timeline--left-nav .timeline__carousel-slide:before {
        content: "";
        display: block;
        padding-top: 49.25%;
        width: 100%;
    }

    .timeline--left-nav .timeline__carousel-slide img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .timeline--left-nav .timeline__carousel-slide > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .timeline--left-nav .timeline__slide-content {
        padding: 30px 40px;
    }

    .timeline--left-nav .timeline__vertical-line {
        left: calc(50% + 18px);
    }

    .timeline--left-nav .timeline__lines {
        margin-left: 16.66667%;
        padding-left: 18px;
    }

    .timeline--left-nav .timeline__legends {
        margin-left: -15px;
    }

    .timeline--left-nav .timeline__carousel-prev-container {
        left: 4%;
    }

    .timeline--left-nav .timeline__carousel-next-container {
        right: -11%;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container {
        overflow: hidden;
        position: relative;
        padding: 0;
        margin-left: calc(4% + 10px);
        margin-right: calc(4% + 10px);
        max-width: 1031px;
        position: absolute;
        width: calc(92% - 20px);
    }

    .timeline--left-nav .timeline__slide-transition-mask-container:before {
        content: "";
        display: block;
        padding-top: 49.25%;
        width: 100%;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }
}

@media all and (min-width: 1400px) {
    .timeline--left-nav .timeline__carousel-slide-container {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
    }

    .timeline--left-nav .timeline__carousel-slide-container_1_1 {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .timeline--left-nav .timeline__carousel-slide {
        overflow: hidden;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .timeline--left-nav .timeline__carousel-slide:before {
        content: "";
        display: block;
        padding-top: 40.83333%;
        width: 100%;
    }

    .timeline--left-nav .timeline__carousel-slide img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .timeline--left-nav .timeline__carousel-slide > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .timeline--left-nav .timeline__carousel-prev-container {
        left: 0;
        z-index: 2;
    }

    .timeline--left-nav .timeline__carousel-prev-container {
        left: 4%;
    }

    .timeline--left-nav .timeline__carousel-next-container {
        right: -11%;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container {
        overflow: hidden;
        position: relative;
        padding: 0;
        position: absolute;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container:before {
        content: "";
        display: block;
        padding-top: 40.83333%;
        width: 100%;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container img {
        width: 100%;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container > div {
        height: 100%;
        width: 100%;
        z-index: 1;
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .timeline--left-nav .timeline__slide-transition-mask-container.current {
        margin-left: calc(4% + 5px);
        max-width: 1061px;
    }
}

@media all and (min-width: 1024px) {
    .timeline--left-nav.timeline--visible .current.timeline__slide-transition-mask-container {
        animation: 1s cubic-bezier(1, 0, 0, 1) timeline-mask-transition-large-left-nav;
    }
}

@media all and (min-width: 1400px) {
    .timeline--left-nav.timeline--visible .current.timeline__slide-transition-mask-container {
        animation: 1s cubic-bezier(1, 0, 0, 1) timeline-mask-transition-extra-large-left-nav;
    }
}

.edition-mode .timeline__header {
    visibility: visible;
}

.login-form {
    padding: 40px 0;
}

.login-form__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.login-form__msg {
    margin-bottom: 60px;
}

.login-form .form-field {
    width: 100%;
}

.login-form input[type="checkbox"] + label {
    float: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.login-form input[type="checkbox"] + label:hover {
    cursor: pointer;
}

.login-form input[type="checkbox"] + label:before {
    border: 1px solid #d0d0ce;
    margin-left: -30px;
}

.login-form__fieldset {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.login-form .button-login {
    margin: 0 0 20px 0;
    max-width: none;
}

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

.login-form .button-reset {
    margin: 0;
    max-width: none;
}

.login-form__forgot-cta {
    float: right;
    margin-bottom: 40px;
}

@media all and (min-width: 1024px) {
    .login-form {
        padding: 100px 0;
    }

    .login-form__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .login-form .button-reset {
        max-width: 275px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .login-form {
        padding: 60px 0;
    }

    .login-form .button-reset {
        max-width: 269px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .login-form__msg {
        margin-bottom: 40px;
    }
}

.my-reading-list {
    color: #333;
    padding-top: 40px;
}

.my-reading-list__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.my-reading-list__item {
    margin-bottom: 80px;
    position: relative;
}

.my-reading-list__item__remove {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
    font-size: 25px;
}

.my-reading-list__item__title,
.my-reading-list__item__date {
    margin-bottom: 20px;
}

@media all and (min-width: 1024px) {
    .my-reading-list {
        padding-top: 100px;
    }

    .my-reading-list__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .my-reading-list__item__title {
        font-size: 31px;
        line-height: 51px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .my-reading-list {
        padding-top: 60px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .my-reading-list__item {
        margin-bottom: 60px;
    }
}

.registration-form {
    padding: 40px 0;
}

.registration-form__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.registration-form__msg {
    margin-bottom: 60px;
}

.registration-form .form-field {
    width: 100%;
}

.registration-form input[type="checkbox"] + label {
    float: none;
    margin: 0 0 0 30px;
    padding: 0;
}

.registration-form input[type="checkbox"] + label:hover {
    cursor: pointer;
}

.registration-form input[type="checkbox"] + label:before {
    border: 1px solid #d0d0ce;
    margin-left: -30px;
}

.registration-form__fieldset {
    border: 0;
    display: inline-block;
    margin: 0;
    padding: 0 0 60px 0;
    position: relative;
}

.registration-form .button-submit {
    margin: 0 0 40px 0;
    max-width: none;
}

.registration-form__separator {
    padding-bottom: 60px;
    position: relative;
    width: 100%;
}

.registration-form__separator:after {
    border-top: 1px solid #d0d0ce;
    content: "";
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.registration-form__section-title {
    font-family: "Copernicus-Bold";
    margin-bottom: 40px;
}

.registration-form__center {
    display: inline;
}

.registration-form__email {
    margin: 0 0 40px 0;
}

.registration-form__confirm {
    position: relative;
}

@media all and (min-width: 1024px) {
    .registration-form {
        padding: 100px 0;
    }

    .registration-form__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .registration-form__2columns {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin-bottom: 20px;
    }

    .registration-form__2columns .form-field:nth-child(3) {
        margin-left: 30px;
    }

    .registration-form__2columns .active .form-field__placeholder {
        left: 40%;
    }

    .registration-form__2columns .active .form-field__input {
        padding-right: 60px;
    }

    .registration-form__2columns .button-submit {
        max-width: 269px;
    }

    .registration-form__2columns .cta {
        float: right;
        line-height: 60px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .registration-form__2columns .active .form-field__placeholder {
        left: 20%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .registration-form {
        padding: 60px 0;
    }

    .registration-form__2columns {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin-bottom: 20px;
    }

    .registration-form__2columns .form-field:nth-child(3) {
        margin-left: 30px;
    }

    .registration-form__2columns .active .form-field__placeholder {
        left: 30%;
    }

    .registration-form .button-submit {
        max-width: 269px;
    }

    .registration-form .cta {
        float: right;
        line-height: 60px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .registration-form__msg {
        margin-bottom: 40px;
    }

    .registration-form__fieldset {
        padding: 0 0 40px 0;
    }

    .registration-form__separator {
        padding-bottom: 40px;
    }

    .registration-form__2columns {
        margin-bottom: 0;
    }

    .registration-form__center {
        display: inherit;
        text-align: center;
    }
}

.first-places {
    overflow: hidden;
    padding: 40px 0 0;
}

.first-places__title {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.first-places__title .h1 {
    color: #404040;
}

.first-places__author {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
    width: 100%;
}

.first-places__spiral {
    display: none;
}

.first-places__item {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    position: relative;
}

.first-places__item__title,
.first-places__item__video,
.first-places__item__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.first-places__item__title {
    margin-bottom: 14px;
}

.first-places__item__content {
    margin-bottom: 90px;
}

.first-places__item__content .small-line {
    display: none;
}

.first-places__item__video {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}

.first-places__item__video__container {
    overflow: hidden;
    position: relative;
    padding: 0;
}

.first-places__item__video__container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.first-places__item__video__container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.first-places__item__video__container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.first-places__item__video .video-js {
    height: 100%;
    width: 100%;
}

.first-places__item .button {
    margin-top: 5px;
}

@media all and (min-width: 1024px) {
    .first-places {
        padding: 100px 0 0;
    }

    .first-places__title {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        margin-left: 50%;
        margin-bottom: 23px;
    }

    .first-places__author {
        display: none;
    }

    .first-places__item {
        margin-bottom: 190px;
    }

    .first-places__item .first-places__spiral {
        display: block;
        height: 974px;
        transform: rotate(30deg);
        width: 70%;
        left: -30%;
        position: absolute;
        top: -150px;
    }

    .first-places__item__title {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        margin-left: 50%;
    }

    .first-places__item__video {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-top: 10px;
        width: 50%;
    }

    .first-places__item__video__container {
        overflow: visible;
    }

    .first-places__item__video__container:after {
        left: -10px;
        position: absolute;
        top: -10px;
        background-color: #f2fafd;
        content: "";
        height: 100%;
        width: 100%;
        z-index: 0;
    }

    .first-places__item__content {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 41.66667%;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .first-places__item__content .small-line {
        display: block;
    }

    .first-places__item:nth-child(odd) {
        flex-direction: row-reverse;
    }

    .first-places__item:nth-child(odd) .first-places__spiral {
        left: 48%;
    }

    .first-places__item:nth-child(odd) .first-places__item__title {
        margin-left: 0;
        margin-right: 50%;
    }

    .first-places__item:last-child {
        margin-bottom: 144px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .first-places {
        padding: 60px 0 0;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .first-places {
        padding: 54px 0 0;
    }

    .first-places__title h2 {
        margin-bottom: 55px;
    }

    .first-places__item h2 {
        margin-bottom: 30px;
    }
}

.two-row-mentions {
    background-color: #f7f7f7;
}

.two-row-mentions__title {
    flex: 12 12 auto;
    flex-basis: 12;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.two-row-mentions__title .h1 {
    color: #404040;
}

.two-row-mentions__wrapper {
    position: relative;
}

.two-row-mentions__wrapper:after {
    bottom: 0;
    left: 15px;
    position: absolute;
    border-bottom: 1px solid #d0d0ce;
    content: "";
    width: calc(100% - 30px);
}

.two-row-mentions__item {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 45px;
}

.two-row-mentions .icon-play {
    color: #888b8d;
    font-size: 20px;
}

@media all and (min-width: 1024px) {
    .two-row-mentions__wrapper {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        margin-left: 8.33333%;
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        padding: 0;
    }

    .two-row-mentions__title {
        margin-bottom: 38px;
    }

    .two-row-mentions__item {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-bottom: 100px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .two-row-mentions {
        padding: 77px 0 0;
    }

    .two-row-mentions__item {
        margin-bottom: 75px;
    }
}

.two-row-video {
    background-color: #f7f7f7;
}

.two-row-video__wrapper {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    width: 100%;
}

.two-row-video__title,
.two-row-video__content,
.two-row-video__video {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.two-row-video__title {
    order: 1;
}

.two-row-video__content {
    margin-bottom: 30px;
    order: 3;
}

.two-row-video__video {
    margin-bottom: 30px;
    order: 2;
}

.two-row-video__video {
    position: relative;
}

.two-row-video__video__container {
    overflow: hidden;
    position: relative;
    padding: 0;
    overflow: visible;
}

.two-row-video__video__container:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%;
}

.two-row-video__video__container img {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
}

.two-row-video__video__container > div {
    height: 100%;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.two-row-video__video .video-js {
    height: 100%;
    width: 100%;
}

@media all and (min-width: 1024px) {
    .two-row-video__wrapper {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        margin-left: 8.33333%;
        flex: 11 11 auto;
        flex-basis: 11;
        flex-grow: 1;
        max-width: 91.66667%;
        padding: 0 15px;
        padding: 0;
    }

    .two-row-video__content {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 45.45455%;
        padding: 0 15px;
        order: 2;
    }

    .two-row-video__video {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 54.54545%;
        padding: 0 15px;
        order: 3;
    }
}

.global-footer {
    background-color: #202020;
    font-family: "Polaris-Roman";
    overflow: hidden;
    position: relative;
}

.global-footer .footer-categories {
    list-style-type: none;
    margin: 0;
}

.global-footer .footer-categories li:before {
    display: none;
}

.global-footer__circle {
    height: 200px;
    width: 200px;
}

.global-footer__diamond {
    transform: rotate(180deg);
    z-index: 1;
}

.global-footer .footer-category h5 {
    margin: 0;
}

.global-footer .footer-category__name {
    color: #fff;
    font-family: "Polaris-Bold";
    line-height: 24px;
}

.global-footer .footer-category__items {
    margin-top: 30px;
    padding: 0;
}

.global-footer .footer-category__items li {
    margin-bottom: 20px;
}

.global-footer .footer-category__items li a {
    font-family: "Polaris-Roman";
    line-height: 24px;
}

.global-footer .footer-category__items li a.external-page {
    letter-spacing: 0em !important;
    font-size: 14px !important;
}

.global-footer .footer-social__name {
    color: #fff;
    font-family: "Polaris-Bold";
    margin: 0;
}

.global-footer .footer-social__items {
    display: flex;
    flex-flow: column;
    margin-top: 7px;
    padding: 0;
}

.global-footer .footer-social__items li {
    margin-top: 20px;
    padding: 0;
}

.global-footer .footer-social__items li a {
    line-height: 24px;
}

.global-footer .footer-social__items li a.external-page {
    letter-spacing: 0em !important;
    font-size: 14px !important;
}

.global-footer .footer-social__icon {
    display: inline-block;
}

.global-footer .footer-social i {
    color: #333;
    font-size: 30px;
    margin-right: 10px;
    pointer-events: none;
}

.global-footer .footer-social i:hover {
    color: #d0d0ce;
}

.global-footer__logo {
    font-size: 80px;
}

.global-footer__logo a:hover {
    color: #009fdf;
}

.global-footer__disclaimer {
    background-color: #000;
    display: flex;
    min-height: 45px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.global-footer__disclaimer .disclaimer {
    color: #888b8d;
    margin: 12px 0;
}

@media all and (min-width: 1024px) {
    .global-footer__content {
        display: flex;
        flex-wrap: wrap;
        margin-top: 100px;
        width: 100%;
    }

    .global-footer .container {
        width: 100%;
    }

    .global-footer__circle {
        position: absolute;
        right: -5%;
        top: -5%;
    }

    .global-footer__diamond {
        bottom: -8%;
        left: -4%;
        position: absolute;
    }

    .global-footer .footer-categories {
        flex: 11 11 auto;
        flex-basis: 11;
        flex-grow: 1;
        max-width: 91.66667%;
        padding: 0 15px;
        display: flex;
        justify-content: space-between;
    }

    .global-footer .footer-category {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    .global-footer .footer-category:first-child {
        padding-left: 0;
    }

    .global-footer .footer-social {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 16.66667%;
        padding: 0 15px;
    }

    .global-footer .footer-social__name.external-page {
        font-size: 14px !important;
    }

    .global-footer__logo {
        margin: 60px 0;
        margin-left: calc((96% - 80px) / 2);
    }

    .global-footer .disclaimer--social {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 16.66667%;
        padding: 0 15px;
    }

    .global-footer .disclaimer--terms {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 16.66667%;
        padding: 0 15px;
    }

    .global-footer .disclaimer--copyright {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
        text-align: center;
    }

    .global-footer .disclaimer--copyright.external-page {
        flex: 4 4 auto !important;
        font-size: 12px !important;
        white-space: normal !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .global-footer__content {
        display: flex;
        flex-flow: column;
        margin-top: 100px;
        width: 100%;
    }

    .global-footer__content.external-page {
        margin-top: 100px !important;
    }

    .global-footer .container.external-page {
        margin: 0 100px !important;
    }

    .global-footer .footer-category__items li.external-page {
        margin-bottom: 20px !important;
    }

    .global-footer__circle {
        position: absolute;
        right: -9%;
        top: -2%;
    }

    .global-footer__diamond {
        height: 200px;
        width: 200px;
        bottom: 0;
        left: -3%;
        position: absolute;
    }

    .global-footer .footer-categories {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        display: flex;
        flex-wrap: wrap;
        padding-left: 0;
    }

    .global-footer .footer-category {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        display: inline-block;
        float: left;
        margin-bottom: 20px;
        width: 50%;
    }

    .global-footer .footer-category.external-page {
        width: 50% !important;
        margin-bottom: 20px !important;
    }

    .global-footer .footer-social {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .global-footer .footer-social.external-page {
        width: 50% !important;
        margin-bottom: 20px !important;
    }

    .global-footer .disclaimer--social {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
    }

    .global-footer .disclaimer--terms {
        flex: 2 2 auto;
        flex-basis: 2;
        flex-grow: 1;
        max-width: 33.33333%;
        padding: 0 15px;
    }

    .global-footer .disclaimer--copyright {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
    }

    .global-footer .disclaimer--copyright.external-page {
        flex: 4 4 auto !important;
        font-size: 12px !important;
        white-space: normal !important;
    }

    .global-footer__logo {
        margin: 60px 0;
        margin-left: calc((100% - 80px) / 2);
    }

    .global-footer__logo.external-page {
        font-size: 80px !important;
        margin: 60px 0 !important;
        margin-left: calc((100% - 80px) / 2) !important;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .global-footer__content {
        display: none;
    }

    .global-footer__content.external-page {
        display: none !important;
    }

    .global-footer__circle {
        position: absolute;
        right: -20%;
        top: -2%;
    }

    .global-footer__diamond {
        height: 150px;
        width: 150px;
        bottom: 0;
        left: -3%;
        position: absolute;
    }

    .global-footer__logo {
        margin: 160px 0;
        margin-left: calc((100% - 80px) / 2);
    }

    .global-footer__logo.external-page {
        margin: 160px 0 !important;
        margin-left: calc((100% - 80px) / 2) !important;
    }

    .global-footer__disclaimer {
        padding: 0;
        flex-direction: column;
    }

    .global-footer__disclaimer a.disclaimer:first-child {
        margin: 12px 0px 0px 0px;
    }

    .global-footer__disclaimer a.disclaimer:last-of-type {
        margin: 0px 0px 12px 0px;
    }

    .global-footer__disclaimer span.disclaimer {
        margin: 12px 0px;
    }

    .global-footer__disclaimer .disclaimer {
        margin: 0;
    }

    .global-footer__disclaimer .disclaimer--social,
    .global-footer__disclaimer .disclaimer--terms {
        display: none;
    }

    .global-footer__disclaimer .disclaimer--copyright {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }
}

.focus-list__item {
    margin-left: 16.66667%;
    flex: 7 7 auto;
    flex-basis: 7;
    flex-grow: 1;
    max-width: 58.33333%;
    padding: 0 15px;
    margin-bottom: 68px;
    min-width: 58.33333%;
}

.focus-list__item .text--small {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 85.71429%;
    padding: 0 0;
}

.focus-list__item .spacer {
    margin-bottom: 20px;
}

.focus-list__item:first-child {
    margin-top: 100px;
}

.focus-list__item:last-child {
    margin-bottom: 165px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .focus-list__item {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-left: 0;
    }

    .focus-list__item .text--small {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 80%;
        padding: 0 0;
    }

    .focus-list__item:last-child {
        margin-bottom: 265px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .focus-list__item {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 0;
    }

    .focus-list__item .text--small {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 0;
    }
}

.course-page {
    position: relative;
}

.course-page__svg {
    height: 332px;
    width: 332px;
    bottom: -34px;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .course-page__svg {
        display: none;
    }
}

.error-page.japan-error-page .error-page-content__triangle-left {
    display: none;
}

.error-page.japan-error-page .error-page-content__triangle-right {
    bottom: -19%;
    position: absolute;
    right: -1%;
}

@media all and (min-width: 1024px) {
    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -52%;
        position: absolute;
        right: -1%;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -38%;
        position: absolute;
        right: -1%;
    }
}

@media only screen and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 348px !important;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -34% !important;
    }
}

@media only screen and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 298px !important;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -38% !important;
    }
}

@media only screen and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 570px !important;
        margin-top: 162px;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -34% !important;
    }
}

@media only screen and (device-width: 1366px) and (device-height: 1024px) and (orientation: landscape) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 396px !important;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -46% !important;
    }
}

@media only screen and (min-device-width: 767px) and (max-device-width: 1023px) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 238px;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -42%;
        position: absolute;
        right: -14%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .error-page.japan-error-page .error-page-content__triangle-left {
        display: none;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -28%;
        position: absolute;
        right: -1%;
    }
}

@media only screen and (max-device-width: 767px) and (orientation: portrait) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 298px;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -26%;
        position: absolute;
        right: -18%;
    }
}

@media only screen and (max-device-width: 767px) and (orientation: landscape) {
    .error-page.japan-error-page .error-page-content__container {
        margin-bottom: 298px;
    }

    .error-page.japan-error-page .error-page-content__triangle-right {
        bottom: -26%;
        position: absolute;
        right: -10%;
    }
}

.error-page .error-page-content {
    height: calc(100%);
    margin-top: 60px;
    overflow: hidden;
    position: relative;
}

.error-page .error-page-content__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 280px;
    margin-top: 120px;
}

.error-page .error-page-content__title {
    font-family: "Copernicus-Bold";
}

.error-page .error-page-content__triangle-left {
    height: 300px;
    transform: scaleY(-1) rotate(270deg);
    width: 130px;
    left: -35%;
    position: absolute;
    top: -14%;
}

.error-page .error-page-content__triangle-right {
    height: 370px;
    transform: scaleY(-1) rotate(450deg);
    width: 160px;
    bottom: -24%;
    position: absolute;
    right: -18%;
}

@media all and (min-width: 1024px) {
    .error-page .error-page-content {
        margin-top: 210px;
    }

    .error-page .error-page-content__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .error-page .error-page-content__title {
        margin-bottom: 20px;
    }

    .error-page .error-page-content__description {
        margin-bottom: 30px;
        margin-right: 100px;
    }

    .error-page .error-page-content__triangle-left {
        height: 650px;
        width: 400px;
    }

    .error-page .error-page-content__triangle-right {
        height: 720px;
        width: 400px;
    }

    .error-page .error-page-content__triangle-left {
        left: -20%;
        position: absolute;
        top: -35%;
    }

    .error-page .error-page-content__triangle-right {
        bottom: -30%;
        position: absolute;
        right: -1%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .error-page .error-page-content__triangle-left {
        height: 600px;
        width: 350px;
        left: -25%;
        position: absolute;
        top: -31%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .error-page .error-page-content {
        margin-top: 210px;
    }

    .error-page .error-page-content__container {
        flex: 4 4 auto;
        flex-basis: 4;
        flex-grow: 1;
        max-width: 66.66667%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .error-page .error-page-content__description {
        margin-bottom: 46px;
    }

    .error-page .error-page-content__title {
        margin-bottom: 30px;
    }

    .error-page .error-page-content__triangle-left,
    .error-page .error-page-content__triangle-right {
        height: 590px;
        width: 250px;
    }

    .error-page .error-page-content__triangle-left {
        left: -25%;
        position: absolute;
        top: -22%;
    }

    .error-page .error-page-content__triangle-right {
        bottom: -27%;
        position: absolute;
        right: -13%;
    }
}

.sub .subscription-tabs {
    margin-top: -48px;
    z-index: 2;
}

.sub__wrapper {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
    margin-left: 25%;
}

.sub__title {
    display: inline-block;
    font-family: "Copernicus-Bold";
    font-size: 17px;
    line-height: 33px;
    margin-bottom: 44px;
}

.sub__section {
    margin-bottom: 57px;
}

.sub__section._disabled {
    opacity: 0.3;
    pointer-events: none;
}

.sub__section li:before {
    display: none;
}

.sub__invalid {
    color: #333;
    font-family: "Polaris-Roman";
    font-size: 12px;
    bottom: -25px;
    left: 0;
    position: absolute;
    right: auto;
    top: auto;
}

.sub__toggle {
    zoom: 1;
    margin: 0;
    padding: 0;
}

.sub__toggle:before,
.sub__toggle:after {
    content: "";
    display: table;
    line-height: 0;
}

.sub__toggle:after {
    clear: both;
}

.sub__toggle li {
    align-items: center;
    border: 1px solid #d0d0ce;
    display: flex;
    float: left;
    height: 60px;
    justify-content: center;
    transition: all 0.5s ease;
    width: 147px;
}

.sub__toggle li span {
    transition: all 0.5s ease;
}

.sub__toggle li:hover {
    border: 1px solid #009fdf;
    cursor: pointer;
}

.sub__toggle li:hover span {
    color: #009fdf;
}

.sub__toggle li:last-child {
    border-left: 0;
}

.sub__toggle li._active {
    border: 2px solid #009fdf;
}

.sub__toggle li._active span {
    color: #009fdf;
    font-family: "Polaris-Bold";
}

.sub__toggle li span {
    color: #333;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
}

.sub .field-wrapper {
    position: relative;
}

.sub .field-wrapper._error input[type="email"] {
    border-bottom: 4px solid #685bc7;
}

.sub .field-wrapper._error:after {
    color: #685bc7;
    content: "!";
    display: block;
    font-family: "Polaris-Bold";
    font-size: 14px;
    line-height: 24px;
    bottom: auto;
    left: auto;
    position: absolute;
    right: 245px;
    top: 18px;
}

.sub input {
    color: #333;
    font-family: "Polaris-Bold";
    font-size: 14px;
    line-height: 24px;
}

.sub input[type="email"]:focus {
    border: 1px solid #d0d0ce;
    box-shadow: 0 0 0;
    outline: 0;
}

.sub input::placeholder {
    font-family: "Polaris-Roman";
}

.sub__gate {
    position: relative;
}

.sub__gate .button {
    background-color: #fff;
    border: 1px solid #d0d0ce;
    color: #333;
    display: block;
    font-family: "Polaris-Roman";
    font-size: 14px;
    height: 60px;
    min-width: 230px;
    padding: 19px 44px 0px 20px;
    bottom: auto;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.sub__gate .button:before {
    color: #009fdf;
    margin-right: 0;
    margin-top: 0;
}

.sub__gate .button:hover {
    border: 1px solid #009fdf;
    color: #009fdf;
}

.sub__gate .button:hover:before {
    margin-right: -8px;
}

.sub__gate .button._disabled {
    opacity: 0.4;
    pointer-events: none;
}

.sub__gate .button._success {
    background-color: #fff;
    border: 1px solid #009fdf;
    color: #fff;
}

.sub__gate .button._success:after {
    color: #009fdf;
    content: "\e915";
    font-family: "Lodestone Wealth-icons";
    height: 100%;
    padding-top: 20px;
    text-align: center;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.sub__gate .button._success:before {
    content: "";
    display: none;
}

.sub__tabs {
    zoom: 1;
    border-bottom: 1px solid #d0d0ce;
    margin-bottom: 22px;
    padding: 0;
    width: 100%;
}

.sub__tabs:before,
.sub__tabs:after {
    content: "";
    display: table;
    line-height: 0;
}

.sub__tabs:after {
    clear: both;
}

.sub__tabs__item {
    border-bottom: 5px solid transparent;
    color: #009fdf;
    float: left;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
    margin-right: 50px;
    padding-bottom: 28px;
    text-transform: capitalize;
}

.sub__tabs__item:hover {
    cursor: pointer;
    font-family: "Polaris-Bold";
}

.sub__tabs__item._active {
    border-bottom: 5px solid #009fdf;
    color: #009fdf;
    font-family: "Polaris-Bold";
}

.sub__options {
    transition: all 0.5s;
}

.sub__options._disabled {
    opacity: 0.4;
    pointer-events: none;
}

.sub__selections ul {
    padding: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub__selections input[type="checkbox"] + label {
        line-height: 17px;
    }
}

.sub__selections input[type="checkbox"] + label:before {
    border: 1px solid #d0d0ce;
}

.sub__selections input[type="checkbox"]:checked + label:before {
    border: 1px solid #009fdf;
}

.sub__selections__area ul {
    zoom: 1;
    border-bottom: 1px solid #d0d0ce;
    padding-bottom: 10px;
}

.sub__selections__area ul:before,
.sub__selections__area ul:after {
    content: "";
    display: table;
    line-height: 0;
}

.sub__selections__area ul:after {
    clear: both;
}

.sub__selections__area ul li {
    float: left;
    margin-bottom: 20px;
    width: 50%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub__selections__area ul li {
        margin-bottom: 25px;
    }
}

.sub__selections__area ul li:first-child {
    border-bottom: 1px solid #d0d0ce;
    padding-bottom: 22px;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .sub__selections__area ul li:first-child {
        padding-bottom: 27px;
    }
}

.sub__frequency {
    margin-bottom: 100px;
}

.sub__frequency .sub__title {
    margin-bottom: 29px;
}

.sub__freq {
    margin: 0;
    padding: 0 0 15px;
    zoom: 1;
}

.sub__freq:before,
.sub__freq:after {
    content: "";
    display: table;
    line-height: 0;
}

.sub__freq:after {
    clear: both;
}

.sub__freq.sub__freq--all .sub__freq__option {
    width: 100%;
}

.sub__freq ul {
    padding: 0;
}

.sub__freq li {
    zoom: 1;
}

.sub__freq li:before,
.sub__freq li:after {
    content: "";
    display: table;
    line-height: 0;
}

.sub__freq li:after {
    clear: both;
}

.sub__freq input[type="radio"] {
    display: none;
}

.sub__freq input[type="radio"]:checked + label {
    border: 2px solid #009fdf;
    color: #009fdf;
    font-family: "Polaris-Bold";
    padding: 17px 0 18px 1px;
}

.sub__freq label {
    border: 1px solid #d0d0ce;
    border-right: 0;
    cursor: pointer;
    display: block;
    float: left;
    font-family: "Polaris-Roman";
    font-size: 14px;
    height: 60px;
    line-height: 24px;
    padding: 18px 0;
    text-align: center;
    width: 25%;
}

.sub__freq label:last-child {
    border-right: 1px solid #d0d0ce;
}

.sub__freq__item {
    margin-bottom: 30px;
}

.sub__freq__option {
    float: right;
    width: 75%;
}

.sub__freq__text {
    float: left;
    height: 60px;
    padding: 8px 10px 8px 0;
    width: 25%;
}

.sub__freq__text span {
    display: inline-block;
    font-family: "Polaris-Roman";
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.sub__freq__text a {
    display: inline-block;
    font-family: "Polaris-Italic";
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}

.sub .button--thernary {
    border: 0;
    margin-bottom: 196px;
    min-width: 275px;
    position: relative;
    text-align: center;
}

.sub .button--thernary._success {
    background-color: #fff;
    border: 1px solid #009fdf;
}

.sub .button--thernary._success:after {
    content: "\e915";
    font-family: "Lodestone Wealth-icons";
    height: 100%;
    padding-top: 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1023px) {
    .sub__wrapper {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
        margin-left: 0;
        padding-top: 100px;
    }

    .sub__tabs__item:hover {
        font-family: "Polaris-Roman";
    }

    .sub .subscription-tabs {
        margin-top: -37px;
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .sub .field-wrapper input {
        padding: 0 20px;
    }

    .sub .field-wrapper._error:after {
        right: 80px;
    }

    .sub .subscription-tabs {
        margin-top: 89px;
        z-index: 1;
    }

    .sub__tabs__item:last-child {
        margin-right: 0;
    }

    .sub__toggle li {
        width: 50%;
    }

    .sub__selections__area ul li {
        width: 100%;
    }

    .sub__freq label {
        width: 50%;
    }

    .sub__freq label:nth-child(2n) {
        border-right: 1px solid #d0d0ce;
    }

    .sub__freq__text,
    .sub__freq__option,
    .sub__freq__name,
    .sub__freq__unsubscribe {
        display: block;
        float: left;
        width: 100%;
    }

    .sub__freq__text {
        height: auto;
    }

    .sub__freq__unsubscribe {
        margin-bottom: 18px;
    }

    .sub__gate .button {
        min-width: 60px;
        width: 60px;
    }

    .sub__gate .button:before {
        color: #009fdf;
    }

    .sub__gate .button:hover {
        border: 1px solid #d0d0ce;
        color: #fff;
    }

    .sub__gate .button:hover:before {
        margin-right: 0;
    }

    .sub__gate .button:active {
        border: 1px solid #009fdf;
        color: #fff;
    }

    .sub__gate .button:active:before {
        margin-right: -12px;
    }
}

.asterix {
    border-bottom: 1px solid #d0d0ce;
    font-family: "Copernicus-Bold";
    font-size: 14px;
    line-height: 23px;
    margin-bottom: -30px;
    margin-top: -30px;
}

.asterix p {
    font-size: 14px;
    line-height: 23px;
}

.user-approval__list {
    overflow: hidden;
    padding-top: 40px;
    position: relative;
}

.user-approval__list__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.user-approval__list__title {
    font-family: "Copernicus-Bold";
    line-height: 33px;
    margin-bottom: 40px;
    max-width: 585px;
}

.user-approval__list__msg {
    color: #333;
    font-family: "Copernicus-Italic";
    margin-bottom: 40px;
}

.user-approval__list__circle,
.user-approval__list__circle-right {
    height: 240px;
    width: 240px;
}

.user-approval__list__square {
    height: 270px;
    width: 270px;
}

.user-approval__list .button {
    margin: 40px 0 60px 0;
}

@media all and (min-width: 1024px) {
    .user-approval__list {
        padding-top: 100px;
    }

    .user-approval__list__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .user-approval__list__3columns {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin-bottom: 20px;
    }

    .user-approval__list__3columns .form-field:nth-child(2),
    .user-approval__list__3columns .form-field:nth-child(3) {
        margin-left: 20px;
    }

    .user-approval__list__3columns .active .form-field__placeholder {
        left: 40%;
    }

    .user-approval__list__3columns .active .form-field__input {
        padding-right: 60px;
    }

    .user-approval__list__3columns .update-button {
        font-weight: bold;
        max-width: 269px;
    }

    .user-approval__list__table {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        margin-bottom: 30px;
        max-width: 80%;
    }

    .user-approval__list__table th {
        font-weight: bold;
    }

    .user-approval__list__table td,
    .user-approval__list__table th {
        border: 1px solid #f7f7f7;
        min-width: 200px;
        padding: 12px 16px;
    }

    .user-approval__list__table td:nth-child(1) {
        min-width: 400px;
    }

    .user-approval__list__circle {
        left: 7%;
        position: absolute;
        top: 0;
        display: block;
    }

    .user-approval__list__circle-right {
        position: absolute;
        right: 4%;
        top: 10%;
        display: block;
    }

    .user-approval__list__square {
        bottom: 10%;
        left: -5%;
        position: absolute;
        display: block;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .user-approval__list {
        padding-top: 60px;
    }

    .user-approval__list__circle {
        left: -7%;
        position: absolute;
        top: 0;
        display: block;
    }

    .user-approval__list__circle-right {
        position: absolute;
        right: -12%;
        top: 15%;
        display: block;
    }

    .user-approval__list__square {
        bottom: -14%;
        position: absolute;
        right: -10%;
        display: block;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .user-approval__list__square,
    .user-approval__list__circle,
    .user-approval__list__circle-right {
        display: none;
    }
}

.user-approval__details {
    margin: 100px 0;
}

.user-approval__details__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
}

.user-approval__details__title {
    margin-bottom: 30px;
    width: 100%;
}

.user-approval__details__text {
    margin-bottom: 60px;
    width: 100%;
}

.user-approval__details .comments {
    border: 1px solid #d0d0ce;
    border-radius: 0;
    font-family: "Polaris-Bold";
    font-size: 14px;
    line-height: 24px;
    padding: 25px;
}

.user-approval__details .separator {
    background: #d0d0ce;
    height: 1px;
    margin: 30px 0;
    width: 100%;
}

@media all and (min-width: 1024px) {
    .user-approval__details__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }

    .user-approval__details__2columns {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin-bottom: 20px;
        max-width: 50%;
    }

    .user-approval__details__2columns .form-field:nth-child(2) {
        margin-left: 30px;
    }

    .user-approval__details__2columns .active .form-field__placeholder {
        left: 40%;
    }

    .user-approval__details__2columns .active .form-field__input {
        padding-right: 60px;
    }

    .user-approval__details__2columns .button-submit {
        max-width: 269px;
    }

    .user-approval__details__2columns .cta {
        float: right;
        line-height: 60px;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .user-approval__details__2columns .active .form-field__placeholder {
        left: 20%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .user-approval__details {
        padding: 60px 0;
    }

    .user-approval__details__2columns {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin-bottom: 20px;
    }

    .user-approval__details__2columns .form-field:nth-child(2) {
        margin-left: 30px;
    }

    .user-approval__details__2columns .active .form-field__placeholder {
        left: 30%;
    }

    .user-approval__details .button-submit {
        max-width: 269px;
    }

    .user-approval__details .cta {
        float: right;
        line-height: 60px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .user-approval__details {
        margin: 40px 0;
    }

    .user-approval__details .cta {
        margin-bottom: 30px;
        width: 100%;
    }
}

.user-approval__message {
    margin: 100px 0;
}

.user-approval__message__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
}

.user-approval__message__title {
    margin-bottom: 30px;
    width: 100%;
}

.user-approval__message__text {
    margin-bottom: 60px;
    width: 100%;
}

@media all and (min-width: 1024px) {
    .user-approval__message__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 25%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .user-approval__message {
        margin: 40px 0;
    }

    .user-approval__message .cta {
        margin-bottom: 30px;
        width: 100%;
    }
}

.podcast-page {
    background-color: #f7f7f7;
}

.podcast-page__feature__image {
    margin-top: 0px;
    width: 100%;
}

.podcast-page__body {
    align-items: initial;
    background-color: white;
    display: flex;
    flex: 0 1 auto;
    justify-content: initial;
    margin: 0 auto;
    max-width: 1310px;
    max-width: 1310px;
    overflow: hidden;
    padding-left: 15px;
    position: relative;
}

.podcast-page__contentleft {
    min-width: 15%;
}

.podcast-page__content {
    position: relative;
    z-index: 0;
}

.podcast-page__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-self: flex-end;
    margin-bottom: 40px;
}

.podcast-page__table {
    margin: 40px 0;
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

.podcast-page .eyebrow {
    margin-bottom: 0;
}

.podcast-page__list {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 40px;
}

.podcast-page__list__item {
    counter-increment: step-counter;
    line-height: 33px;
    margin-bottom: 1rem;
}

.podcast-page__list__item .cta {
    font-family: "Copernicus-Bold";
    font-size: 17px;
    line-height: 33px;
    word-break: break-word;
}

.podcast-page__list__item:before {
    color: #000;
    content: "0" counter(step-counter);
    font-family: "Polaris-Bold";
    font-size: 12px;
    line-height: 21px;
    margin-left: -40px;
    margin-right: 23px;
}

.podcast-page__list__item:nth-child(n + 10):before {
    content: counter(step-counter);
}

.podcast-page__list__item:last-child {
    margin-bottom: 0;
}

@media all and (min-width: 1024px) {
    .podcast-page {
        margin: 80px 0;
        padding: 70px 0 60px;
    }

    .podcast-page__body ._no-desktop {
        display: none;
    }

    .podcast-page__container {
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }

    .podcast-page__container:after {
        height: calc(100% + 130px);
        top: -70px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .podcast-page {
        margin: 60px 0;
        padding: 60px 0;
    }

    .podcast-page__container:after {
        height: calc(100% + 120px);
        top: -60px;
    }

    .podcast-page__body {
        margin: 0 100px;
    }

    .podcast-page__body--full-bleed {
        margin: 0;
    }

    .podcast-page__body--fb-medium {
        margin: 0;
    }

    .podcast-page__body ._no-tablet {
        display: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcast-page__body {
        margin: 0 15px;
    }

    .podcast-page__body--full-bleed {
        margin: 0;
    }

    .podcast-page__body--fb-small {
        margin: 0;
    }

    .podcast-page__body ._no-mobile {
        display: none;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .podcast-page__body {
        margin: 0 4%;
    }

    .podcast-page__body--full-bleed {
        margin: 0;
    }
}

.podcasttop {
    padding-top: 30px;
}

.podcasttop_eyebrow {
    color: #333;
    font-family: Polaris-Roman;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcasttop {
        padding-top: 0px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .article-page__icons__container.open .article-page__ellipsis {
        opacity: 0;
    }

    .article-page__icons__container.open .article-page__icons {
        opacity: 1;
        z-index: 1;
    }

    .article-page__icons__container.active .article-page__ellipsis {
        opacity: 0;
    }
}

.mobileleftnav {
    list-style-type: none;
    padding-top: 5%;
    width: 50%;
}

.podcastrss .article-page__icons__container.active .article-page__icons__sub {
    opacity: 1;
    transform: translateX(-7.5em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
    z-index: 1;
}

.podcastrss .article-page__icons__container.active .article-page__icons {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
}

.podcastrss .article-page__icons__container .article-page__icons {
    align-items: flex-end;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    margin-left: 100px;
    position: absolute;
    transform: translateX(-150px);
    transition:
        transform 0.2s cubic-bezier(1, 0, 0, 1),
        opacity 0.2s;
    width: 50px;
}

.podcastpage-bottom {
    display: inline-block;
    position: relative;
    width: 100%;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .podcastpage-bottom {
        margin-left: -100px;
        margin-right: -100px;
    }
}

.podcastpage-bottomleft {
    float: left;
    width: 100%;
}

.podcastpage-bottomright {
    float: left;
    margin-left: -25%;
    max-width: 25%;
    padding-top: 70px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcastpage-bottomright {
        align-items: initial;
        float: initial;
        margin-bottom: 15px;
        margin-left: auto;
        margin-top: 15px;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .podcastpage-bottomright {
        align-items: initial;
        float: initial;
        margin-bottom: 15px;
        margin-left: auto;
        margin-top: 15px;
        max-width: 100%;
        padding-left: 100px;
        padding-right: 100px;
    }
}

.podcastcta-black {
    color: black;
    font-family: "Polaris-Roman";
    font-size: inherit;
    font-size: 14px;
    line-height: 27px;
    position: relative;
    text-decoration: none;
    transition: color 0.5s ease;
}

.podcast-li:nth-child(2):before {
    border-top: 1px solid #d0d0ce;
    content: "";
    margin-top: -5px;
    position: absolute;
    width: calc(5%);
}

.podcastrss-header {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    align-items: flex-start;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    margin-bottom: -45px;
    margin-top: 15px;
    width: 100%;
}

.podcastrss-header__read-time {
    margin: 0;
}

@media all and (min-width: 1024px) {
    .podcastrss-header {
        flex: 10 10 auto;
        flex-basis: 10;
        flex-grow: 1;
        max-width: 83.33333%;
        padding: 0 15px;
        margin-left: 16.66667%;
    }
}

@media screen and (max-width: 1023px) {
    .podcastrss-header {
        justify-content: flex-end;
    }
}

.relatedpodcast-exeditor {
    min-height: 200px;
    min-width: 200px;
    position: relative;
    z-index: 20;
}

.left-nav-podcast {
    opacity: 1;
    pointer-events: none;
    width: 100%;
    z-index: 4;
    bottom: auto;
    left: 5%;
    position: absolute;
    right: auto;
    top: 430px;
}

.left-nav-podcast .searchbar-listener {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
}

.left-nav-podcast .searchbar-listener._active {
    display: block;
}

.left-nav-podcast .searchbar-listener .icon-search-2 {
    pointer-events: all;
}

.left-nav-podcast .searchbar-listener .icon-search-2:hover {
    cursor: pointer;
}

.left-nav-podcast__subscription {
    margin-top: 100px;
    max-width: 120px;
}

.left-nav-podcast__subscription__subscribe {
    line-height: 24px;
    padding: 11px 25px 11px;
}

.left-nav-podcast__subscription a {
    pointer-events: all;
}

.left-nav-podcast__subscription__title {
    color: #333;
    line-height: 24px;
    margin-bottom: 15px;
}

.left-nav-podcast__subscription__title._blueTheme {
    color: #fff;
}

.left-nav-podcast._visible {
    opacity: 1;
    bottom: auto;
    left: 5%;
    position: fixed;
    right: auto;
    top: 430px;
}

.left-nav-podcast__select {
    display: none;
}

.left-nav-podcast__current {
    display: none;
}

.left-nav-podcast__list {
    padding: 0;
    width: 120px;
}

.left-nav-podcast__container {
    padding-left: 15px;
    position: relative;
}

.left-nav-podcast__item {
    margin-bottom: 30px;
    pointer-events: all;
    position: relative;
    transition: all 0.5s ease;
}

.left-nav-podcast__item:hover {
    cursor: pointer;
}

.left-nav-podcast__item._active:before {
    background: linear-gradient(to right, #009fdf 90%, #012169);
    opacity: 1;
    width: 60px;
}

.left-nav-podcast__item._active a {
    font-family: "Polaris-Bold";
    transition: all 0.5s ease;
}

.left-nav-podcast__item a {
    color: #333;
    font-size: 14px;
}

.left-nav-podcast__item a:hover {
    color: #333;
}

.left-nav-podcast__item:before {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    opacity: 0;
    transition: all 0.5s ease;
    width: 0;
    bottom: auto;
    left: -45px;
    position: absolute;
    right: auto;
    top: calc(50% - 2px);
}

.left-nav-podcast__item._blueTheme._active:before {
    background: #fff;
}

.left-nav-podcast__item._blueTheme a {
    color: #fff;
}

@media all and (min-width: 1024px) {
    .left-nav-podcast._bottom {
        position: absolute;
        top: auto;
    }

    .left-nav-podcast .searchbar-listener._active {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .left-nav-podcast {
        background: #fff;
        border-bottom: 1px solid #d0d0ce;
        max-width: 10%;
        opacity: 1;
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: 0px;
    }

    .left-nav-podcast .searchbar-listener._active {
        display: none;
    }

    .left-nav-podcast._visible {
        border-bottom: 1px solid transparent;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
        bottom: auto;
        left: 0;
        position: fixed;
        right: auto;
        top: 0;
    }

    .left-nav-podcast._visible .left-nav-podcast {
        max-width: 10%;
        top: 0px;
    }

    .left-nav-podcast._visible .left-nav-podcast__list {
        max-height: 75px;
        overflow: hidden;
    }

    .left-nav-podcast._visible .left-nav-podcast__list._open {
        max-height: 100vh;
    }

    .left-nav-podcast._visible .left-nav-podcast__list._open .left-nav-podcast__current:after {
        transform: rotate(-90deg);
    }

    .left-nav-podcast._visible .left-nav-podcast__item {
        width: 100%;
    }

    .left-nav-podcast._visible .left-nav-podcast__current {
        display: inline-block;
    }

    .left-nav-podcast._visible .left-nav-podcast__current:before {
        display: none;
    }

    .left-nav-podcast._visible .left-nav-podcast__current:after {
        top: -1px;
    }

    .left-nav-podcast._visible .searchbar-listener._active {
        display: block;
    }

    .left-nav-podcast._visible .searchbar-listener._active .icon-search-2:before {
        content: "Filter & Search";
        font-family: "Polaris-Roman";
        font-size: 14px;
        line-height: 24px;
        padding-right: 20px;
    }

    .left-nav-podcast .container {
        margin: 0 115px;
    }

    .left-nav-podcast__container {
        padding: 0;
    }

    .left-nav-podcast__current {
        color: #333;
        font-family: "Polaris-Bold";
        font-size: 14px;
        line-height: 24px;
        margin: 15px 40px 15px 0;
        pointer-events: all;
        position: relative;
    }

    .left-nav-podcast__current:after {
        color: #009fdf;
        content: "\F105";
        display: inline-block;
        font-family: "Lodestone Wealth-icons";
        transform: rotate(90deg);
        transition: transform 0.5s ease;
        bottom: auto;
        left: auto;
        position: absolute;
        right: -25px;
        top: 3px;
    }

    .left-nav-podcast__list {
        margin: 0;
        padding: 15px 0;
        transition: max-height 0.5s ease;
        width: 100%;
    }

    .left-nav-podcast__item {
        display: inline-block;
        margin: 15px 40px 15px 0;
    }

    .left-nav-podcast__item:before {
        display: none;
    }

    .left-nav-podcast:not(._visible) .left-nav-podcast__list {
        float: left;
    }

    .left-nav-podcast:not(._visible) .left-nav-podcast__item {
        float: left;
    }

    .left-nav-podcast__subscription {
        display: none;
    }

    .left-nav-podcast__subscription__subscribe {
        line-height: 24px;
        padding: 11px 11px 11px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .left-nav-podcast {
        display: none;
    }

    .left-nav-podcast .searchbar-listener {
        top: 20px;
    }

    .left-nav-podcast .container {
        margin: 0 30px;
    }

    .left-nav-podcast__select {
        display: none;
        height: 100%;
        opacity: 0;
        bottom: auto;
        left: 0;
        position: absolute;
        right: auto;
        top: 0;
    }

    .left-nav-podcast__subscription {
        display: none;
    }
}

.left-nav-podcast-landing {
    opacity: 1;
    pointer-events: none;
    width: 100%;
    z-index: 4;
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 85px;
}

.left-nav-podcast-landing .searchbar-listener {
    display: none;
    position: absolute;
    right: 0;
    top: 30px;
}

.left-nav-podcast-landing .searchbar-listener._active {
    display: block;
}

.left-nav-podcast-landing .searchbar-listener .icon-search-2 {
    pointer-events: all;
}

.left-nav-podcast-landing .searchbar-listener .icon-search-2:hover {
    cursor: pointer;
}

.left-nav-podcast-landing__subscription {
    margin-top: 100px;
    max-width: 120px;
}

.left-nav-podcast-landing__subscription__subscribe {
    line-height: 24px;
    padding: 11px 25px 11px;
}

.left-nav-podcast-landing__subscription a {
    pointer-events: all;
}

.left-nav-podcast-landing__subscription__title {
    color: #333;
    line-height: 24px;
    margin-bottom: 15px;
}

.left-nav-podcast-landing__subscription__title._blueTheme {
    color: #fff;
}

.left-nav-podcast-landing._visible {
    opacity: 1;
    bottom: auto;
    left: 0;
    position: fixed;
    right: auto;
    top: 85px;
}

.left-nav-podcast-landing__select {
    display: none;
}

.left-nav-podcast-landing__current {
    display: none;
}

.left-nav-podcast-landing__list {
    padding: 0;
    width: 120px;
}

.left-nav-podcast-landing__container {
    padding-left: 15px;
    position: relative;
}

.left-nav-podcast-landing__item {
    margin-bottom: 30px;
    pointer-events: all;
    position: relative;
    transition: all 0.5s ease;
}

.left-nav-podcast-landing__item:hover {
    cursor: pointer;
}

.left-nav-podcast-landing__item._active:before {
    background: linear-gradient(to right, #009fdf 90%, #012169);
    opacity: 1;
    width: 60px;
}

.left-nav-podcast-landing__item._active a {
    font-family: "Polaris-Bold";
    transition: all 0.5s ease;
}

.left-nav-podcast-landing__item a {
    color: #333;
    font-size: 14px;
}

.left-nav-podcast-landing__item a:hover {
    color: #333;
}

.left-nav-podcast-landing__item:before {
    background: transparent;
    content: "";
    display: block;
    height: 1px;
    opacity: 0;
    transition: all 0.5s ease;
    width: 0;
    bottom: auto;
    left: -45px;
    position: absolute;
    right: auto;
    top: calc(50% - 2px);
}

.left-nav-podcast-landing__item._blueTheme._active:before {
    background: #fff;
}

.left-nav-podcast-landing__item._blueTheme a {
    color: #fff;
}

@media all and (min-width: 1024px) {
    .left-nav-podcast-landing._bottom {
        position: absolute;
        top: auto;
    }

    .left-nav-podcast-landing .searchbar-listener._active {
        display: none;
    }
}

@media screen and (max-width: 1023px) {
    .left-nav-podcast-landing {
        background: #fff;
        border-bottom: 1px solid #d0d0ce;
        opacity: 1;
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }

    .left-nav-podcast-landing .searchbar-listener._active {
        display: none;
    }

    .left-nav-podcast-landing._visible {
        border-bottom: 1px solid transparent;
        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
        bottom: auto;
        left: 0;
        position: fixed;
        right: auto;
        top: 0;
    }

    .left-nav-podcast-landing._visible .left-nav__list {
        max-height: 75px;
        overflow: hidden;
    }

    .left-nav-podcast-landing._visible .left-nav__list._open {
        max-height: 100vh;
    }

    .left-nav-podcast-landing._visible .left-nav__list._open .left-nav__current:after {
        transform: rotate(-90deg);
    }

    .left-nav-podcast-landing._visible .left-nav__item {
        width: 100%;
    }

    .left-nav-podcast-landing._visible .left-nav__current {
        display: inline-block;
    }

    .left-nav-podcast-landing._visible .left-nav__current:before {
        display: none;
    }

    .left-nav-podcast-landing._visible .left-nav__current:after {
        top: -1px;
    }

    .left-nav-podcast-landing._visible .searchbar-listener._active {
        display: block;
    }

    .left-nav-podcast-landing._visible .searchbar-listener._active .icon-search-2:before {
        content: "Filter & Search";
        font-family: "Polaris-Roman";
        font-size: 14px;
        line-height: 24px;
        padding-right: 20px;
    }

    .left-nav-podcast-landing .container {
        margin: 0 115px;
    }

    .left-nav-podcast-landing__container {
        padding: 0;
    }

    .left-nav-podcast-landing__current {
        color: #333;
        font-family: "Polaris-Bold";
        font-size: 14px;
        line-height: 24px;
        margin: 15px 40px 15px 0;
        pointer-events: all;
        position: relative;
    }

    .left-nav-podcast-landing__current:after {
        color: #009fdf;
        content: "\F105";
        display: inline-block;
        font-family: "Lodestone Wealth-icons";
        transform: rotate(90deg);
        transition: transform 0.5s ease;
        bottom: auto;
        left: auto;
        position: absolute;
        right: -25px;
        top: 3px;
    }

    .left-nav-podcast-landing__list {
        margin: 0;
        padding: 15px 0;
        transition: max-height 0.5s ease;
        width: 100%;
    }

    .left-nav-podcast-landing__item {
        display: inline-block;
        margin: 15px 40px 15px 0;
    }

    .left-nav-podcast-landing__item:before {
        display: none;
    }

    .left-nav-podcast-landing:not(._visible) .left-nav__list {
        float: left;
    }

    .left-nav-podcast-landing:not(._visible) .left-nav__item {
        float: left;
    }

    .left-nav-podcast-landing__subscription {
        display: none;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .left-nav-podcast-landing._visible .left-nav__list {
        max-height: 60px;
        padding: 10px 0;
    }

    .left-nav-podcast-landing._visible .left-nav__list._open {
        max-height: 78px;
    }

    .left-nav-podcast-landing._visible .left-nav__list._open .left-nav__current:after {
        transform: rotate(90deg);
    }

    .left-nav-podcast-landing._visible .left-nav__current {
        margin-top: 10px;
    }

    .left-nav-podcast-landing._visible .left-nav__select {
        display: block;
    }

    .left-nav-podcast-landing._visible .searchbar-listener._active .icon-search-2:before {
        content: "";
    }

    .left-nav-podcast-landing .searchbar-listener {
        top: 20px;
    }

    .left-nav-podcast-landing .container {
        margin: 0 30px;
    }

    .left-nav-podcast-landing .container .podcast__subscription {
        display: none;
    }

    .left-nav-podcast-landing .container li.podcast__item:nth-child(n + 2) {
        display: block;
    }

    .left-nav-podcast-landing__select {
        display: none;
        height: 100%;
        opacity: 0;
        bottom: auto;
        left: 0;
        position: absolute;
        right: auto;
        top: 0;
    }

    .left-nav-podcast-landing__subscription {
        display: none;
    }
}

body._navShown .left-nav {
    padding-top: 58px;
}

@media screen and (max-width: 1023px) {
    body._navShown .left-nav {
        padding-top: 0;
    }

    body._navShown .left-nav._visible {
        padding-top: 58px;
    }
}

.podcast_marquee_image {
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: linear-gradient(135deg, #fff 0, #fff 50%, #888b8d);
}

.podcast_marquee .container > * {
    padding: 0 15px;
}

.podcast_marquee .container h2 {
    width: 100%;
    margin-top: 92px;
}

.podcast_marquee .container p {
    width: 55%;
    margin: 6px 0px 115px;
}

.podcast_marquee .container iframe {
    width: 53%;
    margin-bottom: 60px;
}

.podcast_marquee .podcast-share {
    margin-left: 50%;
    margin-bottom: 10px;
}

.podcast_marquee .podcast-share .article-page__icons__container.active .article-page__icons__sub {
    opacity: 1;
    transform: translateX(-7.5em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
    z-index: 1;
}

.podcast_marquee .podcast-share .article-page__icons__container.active .article-page__icons {
    opacity: 0;
    pointer-events: none;
    transform: translateX(-10em);
    transition:
        transform 0.4s cubic-bezier(0.19, 1, 0.22, 1),
        opacity 0.2s;
}

.podcast_marquee .podcast-share .article-page__icons__container .article-page__icons {
    align-items: flex-end;
    display: flex;
    flex: 0 1 auto;
    justify-content: space-between;
    margin-left: 100px;
    position: absolute;
    transform: translateX(-150px);
    transition:
        transform 0.2s cubic-bezier(1, 0, 0, 1),
        opacity 0.2s;
    width: 50px;
}

@media all and (min-width: 1024px) {
    .podcast_marquee_image {
        min-height: 629px;
    }
}

@media screen and (max-width: 1023px) {
    .podcast_marquee .container p,
    .podcast_marquee .container iframe {
        width: 100%;
    }

    .podcast_marquee .podcast-share {
        margin-left: 93%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcast_marquee_image {
        background-image: none !important;
    }

    .podcast_marquee .container h2 {
        margin-top: 40px;
    }

    .podcast_marquee .container p {
        margin-bottom: 35px;
    }

    .podcast_marquee .container iframe {
        margin-bottom: 60px;
    }
}

.podcast-seasons {
    padding: 92px 0px 44px;
}

.podcast-seasons__title {
    margin-bottom: 34px;
}

.podcast-seasons__container {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    width: 100%;
}

.podcast-seasons__nav .podcast-seasons__nav__items {
    margin-bottom: 68px;
    width: 100%;
}

.podcast-seasons__nav .podcast-seasons__nav__items__container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    align-items: center;
    height: 100%;
}

.podcast-seasons__nav .podcast-seasons__nav__items__container li {
    margin: 20px 36px 0px 0px;
    position: relative;
}

.podcast-seasons__nav .podcast-seasons__nav__items__container li a {
    color: #333;
    font-family: "Polaris-Roman";
    font-size: 16px;
}

.podcast-seasons__nav .podcast-seasons__nav__items__container li:after {
    bottom: -15px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #009fdf;
    content: "";
    display: block;
    height: 0;
    transition: all 0.3s linear;
}

.podcast-seasons__nav .podcast-seasons__nav__items__container li.active__item a {
    font-family: "Polaris-Bold";
}

.podcast-seasons__nav .podcast-seasons__nav__items__container li.active__item:after {
    height: 5px;
}

.podcast-seasons .episodes__container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    display: none;
}

.podcast-seasons .episodes__container .episode__card {
    width: 377px;
    height: 508px;
    margin: 0px 38px 38px 0px;
    border: 1px solid black;
}

.podcast-seasons .episodes__container .episode__card-top-blue {
    position: relative;
    height: 285px;
    width: 100%;
    padding: 22px;
}

.podcast-seasons .episodes__container .episode__card-bottom-white {
    padding: 40px 22px 22px 22px;
    height: 221px;
}

.podcast-seasons .episodes__container .episode__card-info {
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid #fff;
}

.podcast-seasons .episodes__container .episode__card-info p,
.podcast-seasons .episodes__container .episode__card-info p span {
    font-family: "Polaris-Bold";
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 14px;
}

.podcast-seasons .episodes__container .episode__card-title {
    line-height: 42px;
    margin-top: 44px;
    color: #fff;
}

.podcast-seasons .episodes__container .episode__card-cta {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Polaris-Roman";
    border: 1px solid #fff;
    font-size: 14px;
    padding: 14px 0px 14px 14px;
    width: 331px;
    height: 50px;
    position: absolute;
    bottom: 22px;
}

.podcast-seasons .episodes__container .episode__card-cta:after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    float: right;
    padding: 3px 30px;
    transition: padding 0.5s ease;
}

.podcast-seasons .episodes__container .episode__card-cta:hover:after {
    padding: 3px 15px;
}

.podcast-seasons .episodes__container.selected__season {
    display: flex;
    animation: fade 1s;
}

@media all and (min-width: 1024px) {
    .podcast-seasons__container {
        margin-left: 25%;
        flex: 9 9 auto;
        flex-basis: 9;
        flex-grow: 1;
        max-width: 75%;
        padding: 0 15px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .podcast-seasons {
        padding: 75px 0px 44px;
    }

    .podcast-seasons__title {
        margin-bottom: 10px;
    }

    .podcast-seasons .episodes__container .episode__card {
        height: auto;
        width: 100%;
        min-height: 468px;
        margin: 0px 0px 38px;
    }

    .podcast-seasons .episodes__container .episode__card-bottom-white {
        height: auto;
    }

    .podcast-seasons .episodes__container .episode__card-cta {
        width: calc(100% - 44px);
    }
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.videoDiv {
    width: 100%;
    min-height: 100%;
    max-height: 460px;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .videoDiv {
        height: 320px;
    }
}

.video {
    width: 100%;
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.homepage .video {
    width: 100vw;
}

.videoMessage {
    width: 1300px;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.videoMessage {
    color: white;
    padding: 0px 0px 0px 20px;
}

.videoMessage .hero__title2 a {
    color: #009fdf !important;
}

.videoMessage .hero__title2 span {
    display: block;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .videoMessage {
        max-width: 90%;
        margin: 0px 40px;
    }

    .videoMessage .button--default {
        min-width: 25%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .videoMessage {
        max-width: 100%;
        padding-left: 30px;
    }

    .videoMessage .button--default {
        min-width: 25%;
    }
}

@media screen and (min-width: 1400px) {
    .videoMessage {
        padding-left: 10px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .videoMessage .hero__title2,
    .videoMessage h2 {
        max-width: 85%;
        font-size: 27px;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px) {
    .videoMessage .hero__title2,
    .videoMessage h2 {
        max-width: 65%;
    }
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
    .videoMessage .hero__title2,
    .videoMessage h2 {
        font-size: 33px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1400px) {
    .videoMessage .hero__title2,
    .videoMessage h2 {
        margin: 0px 0px 40px 25px !important;
    }
}

@media all and (min-width: 1200px) and (max-width: 1400px) {
    .videoMessage .hero__title2,
    .videoMessage h2 {
        font-size: 36px;
    }
}

.button--secondary2 {
    width: 275px;
}

@media all and (min-width: 1025px) and (max-width: 1400px) {
    .button--secondary2 {
        margin: 0px 25px;
        width: 275px;
    }
}

.videoClick {
    text-align: left;
}

.videoClick a {
    color: #48c3fa;
    line-height: 40px;
    width: 180px;
    display: inline-block;
    font-family: Arial;
    text-decoration: none;
    background-color: rgba(241, 241, 241, 0.01);
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    border: 1px solid #48c3fa;
}

.videoClick a:hover {
    color: #ffffff;
    background-color: rgba(72, 195, 250, 0.5);
    border: 1px solid rgba(72, 195, 250, 0.01);
}

.blue-text {
    color: #48c3fa;
}

.roboto-fonts {
    font-family: "RobotoCondensed Bold";
    text-transform: uppercase;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -2.5px;
}

.videoMessage .hero-title2 {
    animation: 3s ease 0s normal forwards 1 LineOne;
    -webkit-animation: 3s ease 0s normal forwards 1 LineOne;
    opacity: 1;
}

.videoMessage > a:last-child {
    animation: 5s ease 0s normal forwards 1 LineTwo;
    -webkit-animation: 5s ease 0s normal forwards 1 LineTwo;
    opacity: 1;
}

.videoClick a {
    animation: 7s ease 0s normal forwards 1 LineThree;
    -webkit-animation: 7s ease 0s normal forwards 1 LineThree;
    opacity: 1;
}

@keyframes LineOne {
    0% {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes LineTwo {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes LineThree {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .video {
        min-height: 0px;
    }

    .button--secondary2 {
        width: 275px;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1200px) and (max-width: 1300px), screen and (-ms-high-contrast: none) and (min-width: 1200px) and (max-width: 1300px) {
    .button--secondary2 {
        margin-left: 40px !important;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1400px), screen and (-ms-high-contrast: none) and (min-width: 1400px) {
    .button--secondary2 {
        margin-left: 0px !important;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 1024px) {
    .videoMessage .hero__title2 {
        font-size: 27px !important;
        margin-bottom: 20px !important;
        line-height: 38px !important;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) and (max-width: 1024px) {
    .videoMessage .hero__title2 {
        font-size: 23px !important;
        margin-bottom: 10px !important;
        line-height: 30px !important;
    }
}

@media all and (-ms-high-contrast: none) and (min-width: 1200px) {
    .videoMessage .hero__title2 {
        font-size: 36px !important;
        line-height: 50px !important;
        margin-bottom: 30px !important;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1200px) and (max-width: 1300px), screen and (-ms-high-contrast: none) and (min-width: 1200px) and (max-width: 1300px) {
    .videoMessage .hero__title2 {
        margin-left: 40px !important;
    }
}

@media screen and (-ms-high-contrast: active) and (min-width: 1400px), screen and (-ms-high-contrast: none) and (min-width: 1400px) {
    .videoMessage .hero__title2 {
        margin-bottom: 40px !important;
        margin-left: 0px !important;
    }
}

@supports (-ms-ime-align: auto) {
    .video {
        min-height: 0px;
    }

    .button--secondary2 {
        width: 275px;
    }

    @media screen and (min-width: 1200px) and (max-width: 1300px) {
        .button--secondary2 {
            margin-left: 40px !important;
        }
    }
    @media screen and (min-width: 1400px) {
        .button--secondary2 {
            margin-left: 0px !important;
        }
    }
    @media all and (min-width: 1024px) {
        .videoMessage .hero__title2 {
            font-size: 27px !important;
            margin-bottom: 20px !important;
            line-height: 38px !important;
        }
    }
    @media all and (min-width: 768px) and (max-width: 1024px) {
        .videoMessage .hero__title2 {
            font-size: 23px !important;
            margin-bottom: 10px !important;
            line-height: 27px !important;
        }
    }
    @media all and (min-width: 1200px) {
        .videoMessage .hero__title2 {
            font-size: 36px !important;
            line-height: 50px !important;
            margin-bottom: 30px !important;
        }
    }
    @media screen and (min-width: 1200px) and (max-width: 1300px) {
        .videoMessage .hero__title2 {
            margin-left: 40px !important;
        }
    }
    @media screen and (min-width: 1400px) {
        .videoMessage .hero__title2 {
            margin-bottom: 40px !important;
            margin-left: 0px !important;
        }
    }
}

.sitecoresubs-page {
    background-color: #f7f7f7;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sitecoresubs-page .psSuccesfull,
.sitecoresubs-page .psError {
    display: none;
    margin-top: 15px;
}

.sitecoresubs-page .psError {
    color: red;
}

.sitecoresubs-page .subsheader {
    width: 100%;
    background-color: darkgray;
    min-height: 150px;
}

.sitecoresubs-page .title {
    margin-top: 50px;
    font-size: 2em;
    float: left;
    font-size: bold;
    padding-left: 5%;
}

.sitecoresubs-page .section {
    background-color: #d0d0dc;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.sitecoresubs-page .subsection {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sitecoresubs-page .subsection:first-child {
    margin-bottom: 40px;
}

.sitecoresubs-page .btnpushsubscriptions {
    width: 250px;
    background-color: darkgray;
    cursor: pointer;
}

.sitecoresubs-page .btnpushsubscriptions:hover {
    background-color: #888b8d;
}

.sitecoresubs-page #txtEmails {
    width: 470px;
}

.campaign__page {
    overflow: hidden;
}

@media (max-width: 767px) {
    .campaign__page .cta--nohover i {
        display: inherit !important;
    }

    .campaign__page .cta--nohover svg {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .campaign__page .landing__page__hero.campaign__page_hero .icon-Lodestone Wealth-container {
        font-size: 50px;
        top: 1%;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .landing__page__hero__content h3 {
        color: #ffffff;
        font-size: 27px;
        padding-top: 30px;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .vector {
        display: none;
    }
}

@media (min-width: 768px) {
    .campaign__page .landing__page__hero.campaign__page_hero {
        height: 360px;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .vector {
        bottom: 0px;
        position: absolute;
        right: 0px;
        top: 18px;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .vector picture {
        position: relative;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .vector picture img {
        float: right;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container {
        position: relative;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .icon-Lodestone Wealth-container {
        font-size: 111.3px;
        top: 16%;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .landing__page__hero__content {
        overflow: visible;
        padding-top: 245px;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .landing__page__hero__content h3 {
        color: #ffffff;
        font-size: 45px;
        line-height: 55px;
        padding-left: 15px;
        width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 1400px) and (min-width: 1024px) {
    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .landing__page__hero__content h3 {
        margin: 0 4%;
    }
}

@media (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .landing__page__hero__content h3 {
        margin: 0;
    }
}

@media (min-width: 768px) and (max-width: 767px) and (min-width: 0) {
    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .landing__page__hero__content h3 {
        margin: 0 15px;
    }
}

@media (min-width: 768px) {
    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .icon-Lodestone Wealth-container {
        padding-left: 15px;
    }

    .campaign__page .landing__page__hero.campaign__page_hero .campaign__header__container .icon-Lodestone Wealth-container svg.icon-Lodestone Wealth {
        height: 96px;
        top: 64px;
        width: 96px;
    }
}

.campaign__page .richtext.withoutmargin {
    max-width: 100%;
}

.campaign__page .article-page__image {
    background: #f7f7f7;
    padding-bottom: 40px;
    padding-top: 40px;
}

@media (min-width: 768px) {
    .campaign__page .container {
        padding-left: 15px;
    }
}

.campaign__page .Lodestone Wealth-duo-component__container {
    width: 100%;
}

.campaign__page .Lodestone Wealth-duo-component__container .Lodestone Wealth-duo-holder {
    max-width: none;
}

.campaign__page .Lodestone Wealth-duo-component__container .Lodestone Wealth-duo-holder.twothirdstext {
    flex: 2;
}

.campaign__page .Lodestone Wealth-duo-component__container .Lodestone Wealth-duo-holder.onethirdimage {
    flex: 1;
}

@media (min-width: 1024px) {
    .campaign__page .Lodestone Wealth-duo-component .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.campaign__page .learning-center__card-list {
    padding: 60px 0px 30px;
}

.campaign__page .learning-center__card-list .container {
    max-width: 1340px;
}

.campaign__page .linked-card_title {
    margin-bottom: 22px;
    width: 100%;
}

.campaign__page .button_link_learning_card {
    margin-top: 76px;
    width: calc(95%);
}

.campaign__page .button_link_learning_card .campaign__page_button {
    width: 98%;
    margin-bottom: 76px;
    max-width: 98%;
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    .campaign__page .button_link_learning_card .campaign__page_button {
        min-width: 0;
    }
}

.campaign__page .learning-center__card-list .learning-center__card ul .campaign_links__list {
    font-size: 14px;
    line-height: 27px;
}

.campaign__page .button_link_learning_card .campaign_links__list li .campaign__page_link {
    display: flex;
    font-family: Polaris-Roman;
    font-size: 14px;
    justify-content: space-between;
    line-height: 27px;
}

.campaign__page .button_link_learning_card .campaign_links__list li .campaign__page_link .download {
    color: grey;
    font-size: 16px;
    height: 1em;
    margin-right: 30px;
    width: 1em;
}

.campaign__page .richtext {
    font-family: Copernicus-Roman;
    font-size: 14px;
    padding: 0px;
    margin: 120px 0px 0px;
}

.campaign__page .related_block {
    width: 100%;
}

.campaign__page_list {
    padding-left: 0px;
    margin-bottom: 0px;
    margin-top: 48px;
}

.campaign__page_list li {
    height: 26.4px;
}

.campaign__page_duo-component {
    display: flex;
    margin: 120px 0px 120px 0px;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .campaign__page_duo-component {
        display: block;
    }
}

.campaign__page_content-image {
    max-width: 50%;
    width: 50%;
}

.campaign__page_content-image img {
    flex: 5 5 auto;
    flex-grow: 1;
    float: right;
    height: 350px;
    width: 100%;
}

@media screen and (max-width: 1350px) and (min-width: 1024px) {
    .campaign__page_content-image img {
        float: none;
    }
}

@media screen and (max-width: 1024px) {
    .campaign__page_content-image {
        margin-top: 30px;
        max-width: 100%;
        width: 100%;
    }

    .campaign__page_content-image img {
        float: none;
        height: auto;
        width: inherit;
    }
}

.campaign__page_content-text {
    padding-right: 80px;
    max-width: 50%;
    width: 50%;
}

.campaign__page_content-text .summary {
    font-size: 14px;
}

.campaign__page_content-text .summary p {
    font-size: 14px;
}

@media screen and (max-width: 1024px) {
    .campaign__page_content-text {
        padding: 0px;
        max-width: 100%;
        width: 100%;
    }
}

.campaign__page__linked-card-container {
    padding: 70px 0 !important;
}

.campaign__page_linked-card-list {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    padding-top: 26px;
    max-width: 1310px;
}

.campaign__page_boxes--item {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    position: relative;
    margin-bottom: 40px;
    margin-right: 40px;
    width: calc(33.33% - 40px);
}

.campaign__page_boxes--item a {
    width: calc(100% - 60px) !important;
}

.campaign__page_box--head {
    flex: 0 0 auto;
}

.campaign__page_box--title {
    font-family: "Copernicus-Roman", Georgia, serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 2px;
}

@media (min-width: 1024px) {
    .campaign__page_box--title {
        font-size: 26px;
        line-height: 34px;
    }
}

.campaign__page_box--title a {
    color: #fff;
}

.campaign__page_article__tickr {
    margin-bottom: 2px;
}

.campaign__page_article__tickr.small {
    font-size: 12px;
    line-height: 16px;
}

@media (min-width: 1024px) {
    .campaign__page_article__tickr.small {
        font-size: 14px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {
    .campaign__page_article__tickr.small {
        font-size: 11px;
        line-height: 16px;
    }
}

.campaign__page_box--body {
    flex: 1 1 auto;
    padding: 10px;
    margin-bottom: 50px;
}

.campaign__page_article__summary {
    display: block;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 1rem;
}

.campaign__page_resources {
    flex: 1;
    max-width: 400px;
}

.campaign__page_resources .campaign__page_link {
    color: #009fdf;
    display: flex;
    font-family: Polaris-Roman;
    font-size: 14px;
    line-height: 27px;
    justify-content: space-between;
}

.campaign__page_resources .campaign__page_link .download {
    color: grey;
    font-size: 16px;
    height: 1em;
    margin-right: 30px;
    margin-top: 5px;
    width: 1em;
}

.campaign__page_resources .campaign__page_link .icon-link-out {
    color: grey;
    margin-left: 23px;
    margin-right: 70px;
    transform: scale(0.4);
    width: auto;
    -webkit-text-stroke: 1px;
}

.campaign__page_resources .title {
    font-family: Copernicus-Roman;
    font-size: 31px;
}

.campaign__page_resources i {
    color: #b8b8b8;
    float: right;
    font-family: "Copernicus-Bold";
    font-size: 14px;
    left: 50px;
}

.campaign__page_resources a {
    font-family: "Copernicus-Bold";
    font-size: 14px;
}

.campaign__page_resources li:before {
    content: none;
}

@media (min-width: 1024px) {
    .campaign__page_article__tickr {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 768px) {
    .campaign__page_article__tickr {
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .campaign__page_boxes--item {
        width: calc(50% - 40px);
    }
}

@media (max-width: 767px) {
    .campaign__page_boxes--item {
        margin-right: 0px;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .campaign__page h3,
    .campaign__page .h3 {
        font-size: 26px;
        line-height: 34px;
    }
}

@media screen and (min-width: 1024px) {
    .campaign__page .article-page-body__wrapper {
        max-width: 66%;
    }
}

.landing__page__header .landing__page__hero {
    height: 300px;
    width: 100%;
}

.landing__page__header .landing__page__image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.landing__page__header .plain__blue {
    background-color: #1a3057;
}

.landing__page__header .gradient__color {
    background-image: linear-gradient(135deg, #1b3d60 0, #1a3057 50%, #1f232f);
}

.landing__page__header .campaign__header__container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    margin: 0 auto;
}

.landing__page__header .icon-Lodestone Wealth-container {
    position: absolute;
    top: 38px;
    font-size: 172px;
    z-index: 5;
    color: #009fdf;
}

.landing__page__header .landing__page__hero__content {
    position: absolute;
    padding-top: 107px;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.landing__page__header .landing__page__hero__content h3 {
    color: #009fdf;
    margin-bottom: 0px;
    font-size: 22px;
}

.landing__page__header .landing__page__hero__content h3,
.landing__page__header .landing__page__hero__content #divsubtitle3 {
    padding-left: 135px;
}

.landing__page__header .landing__page__hero__content h1 {
    width: 70%;
}

.landing__page__header .landing__page__hero__content p {
    font-size: 14px;
    color: #fff;
}

.landing__page__header .landing__page__hero__content p span {
    padding: 0px 25px 0px 0px;
}

.landing__page__header .landing__page__hero__content p strong {
    font-family: "Polaris-Bold";
}

.landing__page__header .landing__page__hero__content .hero-title {
    line-height: 50px;
    font-size: 60px;
    font-family: "Polaris-Bold";
    color: #009fdf;
    position: absolute;
    height: 32%;
    width: 80%;
    top: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.landing__page__header .landing__page__hero__content .hero-title span {
    display: block;
}

.landing__page__header video {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    min-height: 420px;
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .landing__page__header .icon-Lodestone Wealth-container {
        left: 4%;
        padding: 0 15px;
    }

    .landing__page__header .landing__page__hero__content {
        left: 0;
    }

    .landing__page__header .landing__page__hero__content h3,
    .landing__page__header .landing__page__hero__content #divsubtitle3 {
        padding-left: 190px;
    }

    .landing__page__header .landing__page__hero__content h1 {
        padding-left: 15px;
        margin: 0 4%;
        width: 70%;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .landing__page__header .landing__page__hero {
        height: 250px;
    }

    .landing__page__header .icon-Lodestone Wealth-container {
        left: 100px;
    }

    .landing__page__header .landing__page__hero__content {
        padding-left: 15px;
        padding-top: 101px;
        margin: 0 100px;
    }

    .landing__page__header .landing__page__hero__content h3 {
        width: 60%;
        line-height: 33px;
    }

    .landing__page__header .landing__page__hero__content h1 {
        width: 70%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .landing__page__header .landing__page__hero {
        height: 200px;
    }

    .landing__page__header .icon-Lodestone Wealth-container {
        display: flex;
        width: 100%;
        justify-content: center;
        font-size: 40px;
        top: 0;
        left: 0;
    }

    .landing__page__header .landing__page__hero__content {
        padding-top: 80px;
        padding-left: 30px;
    }

    .landing__page__header .landing__page__hero__content h3 {
        padding-left: 0;
        font-size: 22px;
        line-height: 35px;
    }

    .landing__page__header .landing__page__hero__content #divsubtitle3 {
        padding-left: 0;
    }

    .landing__page__header .landing__page__hero__content #divsubtitle3 > * {
        margin-bottom: 0;
    }

    .landing__page__header video {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .landing__page__header .landing__page__hero__content {
        padding-top: 60px;
    }

    .landing__page__header .landing__page__hero__content p span {
        display: block;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .landing__page__header video {
        width: auto;
    }
}

@supports (-ms-ime-align: auto) {
    .landing__page__header video {
        width: auto;
    }
}

.resources__container {
    background-color: #005f87;
}

.resources__content {
    margin: 0 4%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.resources__content h2 {
    color: #009fdf;
    margin: 25px 0px 10px;
    font-size: 40px;
}

.resources__content .cards__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.resources__content .cards__container a {
    position: relative;
    color: #fff;
    background-color: #009fdf;
    width: 144px;
    height: 132px;
    margin: 0px 10px 20px 10px;
    padding: 35px 20px 0;
    text-align: center;
    background-size: cover;
    font-size: 16px;
    font-family: "Polaris-Bold";
}

.resources__content .cards__container a .icon-download {
    position: absolute;
    top: 95px;
    left: 63px;
    opacity: 0;
    font-size: 21px;
    transition: opacity 0.5s ease;
}

.resources__content .cards__container a:hover .icon-download {
    opacity: 1;
}

@media screen and (min-width: 812px) and (max-width: 1024px) {
    .resources__content .cards__container {
        width: 69%;
    }
}

.cards {
    width: 100%;
    background-color: #fff;
}

.cards__container {
    margin: 0 auto;
    display: flex;
    padding: 30px 0px;
    flex-wrap: wrap;
    max-width: 1310px;
}

.cards__container .card {
    background-color: #fff;
    margin: 20px 15px;
    width: 30%;
    height: 390px;
    flex-grow: 1;
}

.cards__container .card__image {
    background-size: cover;
    cursor: pointer;
    text-align: center;
    padding: 125px 25px 0px;
    font-size: 50px;
    color: #009fdf;
}

.cards__container .card__richtext {
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cards__container .card__richtext .button__container {
    display: flex;
    margin-bottom: 15px;
    justify-content: space-around;
}

.cards__container .card__richtext .button--default {
    min-width: 0;
}

.cards__container .card__richtext .button--default::before {
    content: "";
}

.cards__container .card__richtext .card__button {
    width: 275px;
    margin: 0px 5px;
    padding: 15px 20px 15px 20px;
    text-align: center;
}

.cards__container .card__article {
    padding: 0px 10px 10px;
}

.cards__container .card__article__title a {
    color: #333;
    text-decoration: none;
}

.cards__container .card__article__date {
    color: #333;
}

.cards__container .card__article__author {
    color: #009fdf;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .cards__container {
        margin: 0 15px;
    }

    .cards__container .card {
        width: 100%;
        height: auto;
    }

    .cards__container .card__image {
        height: 390px;
    }

    .cards__container__single-card .card {
        height: auto !important;
    }
}

@media screen and (max-width: 360px) {
    .cards__container .card__richtext .card__button {
        width: 225px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
    .cards__container {
        margin: 0 4%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .cards__container .card {
        width: 45%;
        max-width: 45%;
        height: auto;
    }

    .cards__container .card__image {
        min-height: 390px;
    }
}

@media screen and (min-width: 1200px) {
    .cards__container .card {
        max-width: 30%;
    }
}

.cards__container__single-card {
    justify-content: center;
}

.cards__container__single-card .card {
    width: 380px;
    flex-grow: unset;
    max-width: unset;
}

.marquee__insights-collection {
    min-height: 576px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.marquee__container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
}

.marquee__content {
    flex: 5 5 auto;
    flex-basis: 5;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
    flex: 0%;
    width: 50%;
    max-width: 50%;
}

.marquee__content .eyebrow {
    margin-top: 6px;
    line-height: 12px;
}

.marquee__content__title {
    margin-top: 40px;
}

.marquee__content__title2 {
    margin-top: 58px;
}

.marquee__content__subheading {
    font-family: "Polaris-Roman";
    font-size: 22px;
    margin-top: -10px;
}

.marquee__content .text--small {
    margin: 54px 0px 66px;
}

.marquee__content .button--default {
    order: 1;
    width: 296px;
    max-width: 296px;
}

.marquee__image {
    flex: 5 5 auto;
    flex-basis: 5;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
}

.marquee__image img {
    width: 626px;
    height: 350px;
    float: right;
}

@media all and (min-width: 1024px) {
    .marquee__image {
        padding: 52px 0px 70px;
    }
}

@media screen and (max-width: 1023px) {
    .marquee__content {
        max-width: 100%;
    }

    .marquee__content__subheading {
        font-size: 14px;
    }

    .marquee__image {
        max-width: 100%;
        padding-bottom: 50px;
    }

    .marquee__image img {
        width: 100%;
        height: auto;
        float: none;
        margin-top: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1350px) {
    .marquee__content {
        max-width: 100%;
    }

    .marquee__image img {
        margin-top: 30px;
        padding-left: 15px;
        float: none;
    }
}

@media screen and (max-width: 350px) {
    .marquee__content .button--default {
        width: 100%;
    }
}

.learning-center__card-list {
    padding: 60px 0px 80px;
}

.learning-center__card-list .container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
}

.learning-center__card-list .container h2 {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 54px;
}

.learning-center__card-list .learning-center__card {
    flex: 2 2 auto;
    flex-basis: 2;
    flex-grow: 1;
    max-width: 33.33333%;
    padding: 0 15px;
    padding: 0px 55px 50px 15px;
}

.learning-center__card-list .learning-center__card .gradient__separator {
    height: 8px;
}

.learning-center__card-list .learning-center__card__title {
    margin: 40px 0px 26px;
    font-size: 23px;
}

.learning-center__card-list .learning-center__card__title a {
    color: #333;
}

.learning-center__card-list .learning-center__card p.text--small {
    margin-bottom: 38px;
}

.learning-center__card-list .learning-center__card ul.links__list {
    font-size: 14px;
    line-height: 27px;
}

.learning-center__card-list .learning-center__card ul.links__list .links__list__title {
    font-size: 17px;
    line-height: 27px;
    font-family: "Polaris-Bold";
}

.learning-center__card-list .learning-center__card ul.links__list li a {
    color: #333;
}

.learning-center__card-list .learning-center__card ul.links__list li a::after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    padding-left: 15px;
    transition: padding-left 0.5s ease;
}

.learning-center__card-list .learning-center__card ul.links__list li a:hover:after {
    padding-left: 30px;
}

@media screen and (max-width: 1023px) {
    .learning-center__card-list .learning-center__card {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.learning-center__linked-card-container {
    padding: 60px 0px;
}

.learning-center__linked-card-container .topic__summary {
    margin: 0px 15px;
    width: 100%;
}

.learning-center__linked-card-container .topic__summary p {
    font-size: 17px;
    line-height: 33px;
    width: 100%;
    margin-bottom: 56px;
}

.learning-center__linked-card-container .learning-center__linked-card-list {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    margin: 0px 15px;
    padding-bottom: 26px;
}

.learning-center__linked-card-container .learning-center__linked-card {
    position: relative;
    color: #fff;
    width: 375px;
    height: 286px;
    margin: 0px 38px 38px 0px;
    padding: 37px 22px 22px 22px;
}

.learning-center__linked-card-container .learning-center__linked-card h2 {
    font-size: 23px;
    line-height: 42px;
    margin-bottom: 24px;
}

.learning-center__linked-card-container .learning-center__linked-card__title a {
    color: #fff;
}

.learning-center__linked-card-container .learning-center__linked-card__title a:hover {
    color: #fff;
}

.learning-center__linked-card-container .learning-center__linked-card__cta {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Polaris-Roman";
    border: 1px solid #fff;
    font-size: 14px;
    padding: 14px 0px 14px 14px;
    width: calc(100% - 44px);
    height: 50px;
    position: absolute;
    bottom: 22px;
}

.learning-center__linked-card-container .learning-center__linked-card__cta:after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    float: right;
    padding: 3px 30px;
    transition: padding 0.5s ease;
}

.learning-center__linked-card-container .learning-center__linked-card__cta:hover:after {
    padding: 3px 15px;
}

.learning-center__linked-card-container .topics__link__container {
    width: 100%;
    margin: 0px 15px;
}

.learning-center__linked-card-container .topics__link__container .topics__cta {
    color: #333;
    font-size: 14px;
    font-family: "Polaris-Roman";
}

.learning-center__linked-card-container .topics__link__container .topics__cta:after {
    content: "\F105";
    font-family: "Lodestone Wealth-icons";
    padding-left: 15px;
    transition: padding-left 0.5s ease;
}

.learning-center__linked-card-container .topics__link__container .topics__cta:hover:after {
    padding-left: 30px;
}

@media screen and (min-width: 1340px) {
    .learning-center__linked-card-container .learning-center__linked-card:nth-child(3n) {
        margin-right: 0px;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .learning-center__linked-card-container .topic__summary p {
        width: 75%;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .learning-center__linked-card-container .topic__summary p {
        width: 100%;
    }

    .learning-center__linked-card-container .learning-center__linked-card {
        width: 100%;
        height: auto;
        min-height: 285px;
        margin: 0px 0px 38px;
    }

    .learning-center__linked-card-container .learning-center__linked-card p.text--small {
        padding-bottom: 50px;
    }
}

.learning-center__nav {
    -webkit-box-shadow: 0px 0px 10px #888b8d;
    -moz-box-shadow: 0px 0px 10px #888b8d;
    box-shadow: 0px 0px 10px #888b8d;
    z-index: 5;
    position: relative;
}

.learning-center__nav .learning-center__nav__items {
    height: 77px;
    width: 100%;
}

.learning-center__nav .learning-center__nav__items__container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0px 15px;
    height: 100%;
}

.learning-center__nav .learning-center__nav__items__container li {
    margin-right: 101px;
    margin-top: -10px;
    position: relative;
}

.learning-center__nav .learning-center__nav__items__container li:last-child {
    margin-right: 0px;
}

.learning-center__nav .learning-center__nav__items__container li a {
    font-family: "Polaris-Roman";
    font-size: 14px;
}

.learning-center__nav .learning-center__nav__items__container li a:hover {
    color: #009fdf;
}

.learning-center__nav .learning-center__nav__items__container li:after {
    bottom: -15px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #009fdf;
    content: "";
    display: block;
    height: 0;
    transition: all 0.3s linear;
}

.learning-center__nav .learning-center__nav__items__container li:hover::after {
    height: 5px;
    transition: all 0.3s linear;
}

.learning-center__nav .learning-center__nav__items__container li.active__item:after {
    height: 5px;
}

@media screen and (max-width: 1023px) {
    .learning-center__nav .learning-center__nav__items__container li {
        white-space: nowrap;
        margin-right: 30px;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .learning-center__nav .learning-center__nav__items__container {
        justify-content: flex-start;
    }

    .learning-center__nav._notTop {
        position: fixed;
        width: 100vw;
        background: white;
        top: -80px;
    }

    .learning-center__nav._notTop._scrolled {
        -ms-transform: translate(0, 137px);
        transform: translate(0, 137px);
        transition: transform 0.5s ease;
    }
}

.image-modal {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.image-modal .close-wrapper {
    height: 100px;
    width: auto;
}

.image-modal__content {
    background-color: #f1f1f1;
    display: block;
    margin: 0 auto;
    max-height: 85%;
}

.image-modal__close {
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 15px;
    transition: 0.3s;
}

.image-modal__close:hover,
.image-modal__close:focus {
    color: #bbb;
    cursor: pointer;
    text-decoration: none;
}

.image-modal__caption {
    color: #ccc;
    display: block;
    height: 150px;
    margin: auto;
    max-width: 700px;
    padding: 10px 0;
    text-align: center;
    width: 80%;
}

.image-modal__content,
.image-modal__caption {
    animation-duration: 0.1s;
    animation-name: zoom;
}

@keyframes zoom {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.image-modal.open {
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity 0.1s;
    z-index: 10001;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .image-modal__content {
        width: 100%;
    }
}

@media all and (min-width: 1024px) {
    .image-modal__content {
        max-width: 975px;
    }
}

@media screen and (min-width: 1400px) {
    .image-modal__content {
        max-width: 1310px;
    }
}

.button--dark {
    color: #3b69c3;
    border: 1px solid #3b69c3;
}

.button--dark:hover {
    color: #01153d;
    border: 1px solid #01153d;
}

.button--dark--noHover {
    color: #3b69c3;
    border: 1px solid #3b69c3;
}

.button--dark--noHover:hover {
    color: #3b69c3;
    border: 1px solid #3b69c3;
}

.button--light {
    color: #009fdf;
    border: 1px solid #009fdf;
}

.button--light:hover {
    border: 1px solid #012169;
    color: #012169;
}

.button--light--noHover {
    color: #009fdf;
    border: 1px solid #009fdf;
}

.button--light--noHover:hover {
    border: 1px solid #009fdf;
    color: #009fdf;
}

.button--light--whiteBorder {
    color: #009fdf;
    border: 1px solid #009fdf;
}

.button--light--whiteBorder:hover {
    border: 1px solid #fff;
    color: #009fdf;
}

.button--white--lightBorder {
    color: #fff;
    border: 1px solid #009fdf;
}

.button--white--lightBorder:hover {
    border: 1px solid #fff;
    color: #009fdf;
}

.button--white--lightBorder:before {
    color: #009fdf;
}

.button--white--darkBorder {
    color: #fff;
    border: 1px solid #3b69c3;
}

.button--white--darkBorder:hover {
    border: 1px solid #fff;
    color: #3b69c3;
}

.button--white--darkBorder:before {
    color: #3b69c3;
}

.button--light--NoBorder {
    color: #009fdf;
}

.button--light--NoBorder:hover {
    color: #012169;
}

.button--dark--NoBorder {
    color: #3b69c3;
}

.button--dark--NoBorder:hover {
    color: #01153d;
}

.button--light--whiteBorder {
    color: #3b69c3;
    border: 1px solid #3b69c3;
}

.button--light--whiteBorder:hover {
    border: 1px solid #fff;
    color: #3b69c3;
}

.button--dark-towhite {
    color: #3b69c3;
    border: 1px solid #3b69c3;
}

.button--dark-towhite:hover {
    border: 1px solid #fff;
    color: #fff;
}

.button--dark-towhite:before {
    color: #3b69c3;
}

.button--light-towhite {
    color: #009fdf;
    border: 1px solid #009fdf;
}

.button--light-towhite:hover {
    border: 1px solid #fff;
    color: #fff;
}

.button--light-towhite:before {
    color: #009fdf;
}

.button--white--dark {
    color: #fff;
    border: 1px solid #fff;
}

.button--white--dark:hover {
    border: 1px solid #3b69c3;
    color: #3b69c3;
}

.button--white--dark:before {
    color: #3b69c3;
}

.button-background {
    background-color: #012169;
}

.button-background-login {
    background-color: #005f87;
    font-size: 16px;
    padding: 16px 25px 16px;
}

.no-hover:hover {
    text-decoration: none;
    color: white;
}

.button-white-text-dark-background {
    color: #fff;
    border: 1px solid #3b69c3;
    background-color: #3b69c3;
}

.button-white-text-dark-background:hover {
    border: 1px solid #fff;
    color: #fff;
}

.button-white-text-dark-background:before {
    color: #3b69c3;
}

.button-white-text-light-background {
    color: #fff;
    border: 1px solid #009fdf;
    background-color: #009fdf;
}

.button-white-text-light-background:hover {
    border: 1px solid #fff;
    color: #fff;
}

.button-white-text-light-background:before {
    color: #009fdf;
}

.cta--dark {
    color: #3b69c3;
}

.cta--dark:hover {
    color: #01153d;
}

.cta--light {
    color: #009fdf;
}

.cta--light:hover {
    color: #012169;
}

.cta--light--white {
    color: #009fdf;
}

.cta--light--white:hover {
    color: #fff;
}

span.cta--dark a {
    color: #3b69c3;
}

span.cta--dark a:hover {
    color: #01153d;
}

span.cta--light a {
    color: #009fdf;
}

span.cta--light a:hover {
    color: #012169;
}

a i.icon-save {
    color: #009fdf;
}

.footnote {
    background-color: #f1f19e !important;
    display: inline;
}

.footnote:focus {
    background-color: #fbfb5a;
}

.footnote * {
    background-color: #f1f19e !important;
}

.video-banner {
    position: relative;
    overflow: hidden;
    height: 750px;
}

.video-banner__video-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.video-banner__content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 95px 15px 0px 5px;
    padding: 0 15px;
}

.video-banner__content-container .content {
    position: relative;
    width: 100%;
}

.video-banner__content-container h1 {
    font-size: 36px;
    line-height: 50px;
    color: #fff;
}

.video-banner__content-container h1 a {
    min-width: none;
}

.video-banner__content-container a.button {
    font-weight: bold;
    min-width: 275px;
}

.video-banner .container {
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (max-width: 767px) {
    .video-banner {
        height: 650px;
    }

    .video-banner__content-container .content {
        width: 100%;
    }

    .video-banner__content-container h1 {
        font-size: 27px;
        line-height: 35px;
    }

    .video-banner__video-container video {
        height: 100%;
    }
}

@media (max-width: 1023px) {
    .video-banner {
        height: 637px;
    }

    .video-banner__content-container {
        margin-top: 0px;
    }
}

@media (min-width: 1024px) {
    .video-banner__content-container .content {
        width: 45%;
    }
}

@media (min-width: 1441px) {
    .video-banner__content-container .content {
        width: 625px;
    }

    .video-banner__video-container video {
        width: 100%;
    }
}

@media (max-width: 425px) {
    .video-banner {
        display: none;
        height: 585px;
    }

    .video-banner .image {
        display: block;
        position: absolute;
    }

    .video-banner .video-banner__video-container {
        display: none;
    }

    .video-banner .content {
        width: 100%;
    }

    .video-banner .video-banner__content-container {
        z-index: 2;
        flex: 6 6 auto;
        flex-basis: 6;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }

    .video-banner .video-banner__content-container .video-banner__title {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 426px) {
    .video-banner_mobile-hero {
        display: none;
    }

    .video-banner__video-container {
        display: block;
    }

    .image {
        display: none;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .video-banner__content-container {
        align-items: flex-end;
        padding-bottom: 100px;
    }

    .video-banner__content-container .content {
        width: 60%;
        margin: 0 115px;
    }

    .video-banner__content-container h1 {
        line-height: 40px;
        font-size: 27px;
    }
}

.two-column-text {
    margin-top: 55px;
    width: 100%;
}

.two-column-text__title {
    font-family: "Copernicus-Bold";
    font-size: 14px;
    margin-bottom: 0px;
}

.two-column-text__title.new-three-col-text {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    line-height: 31px;
}

.two-column-text__title.new-three-col-text .new-column-anchor-title-text {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    color: #3b69c3;
}

.two-column-text__text {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 30px;
}

.two-column-text__text p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.two-column-text__block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px 50px 0px;
}

@media (max-width: 1024px) {
    .two-column-text__block {
        display: inline-table;
    }
}

.two-column-text__block.new-strategies-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px 0px 0px;
}

@media (max-width: 1024px) {
    .two-column-text__block.new-strategies-block {
        display: inline-table;
    }
}

.two-column-text__item {
    flex: 2;
    padding-right: 30px;
    width: calc(100%);
}

.two-column-text__item .title {
    font-family: Copernicus-Bold, Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0px;
}

.two-column-text__item .title p {
    font-family: Copernicus-Roman, Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
}

.two-column-text__item .text {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 30px;
}

.two-column-text__item .text p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.two-column-text__item .text.new-strategies-text-two-column {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.two-column-text__item .text.new-strategies-text-two-column p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.two-column-text__item.new-padding-column-text {
    padding-left: 0;
}

.two-column-text.new-column-margin {
    padding: 0;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .two-column-text {
        display: block;
    }
}

.three-column-text {
    margin-top: 55px;
    width: 100%;
}

.three-column-text__title {
    font-family: "Copernicus-Bold";
    font-size: 14px;
    margin-bottom: 0px;
}

.three-column-text__title.new-three-col-text {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    line-height: 31px;
}

.three-column-text__title.new-three-col-text .new-column-anchor-title-text {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    color: #3b69c3;
}

.three-column-text__block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px 100px 0px;
}

@media (max-width: 1024px) {
    .three-column-text__block {
        display: inline-table;
    }
}

.three-column-text__block.new-strategies-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px 0px 0px;
}

@media (max-width: 1024px) {
    .three-column-text__block.new-strategies-block {
        display: inline-table;
    }
}

.three-column-text__item {
    flex: 3;
    padding-left: 30px;
    padding-right: 30px;
    width: calc(100%);
}

.three-column-text__item .title {
    font-family: Copernicus-Roman, Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0px;
}

.three-column-text__item .title p {
    font-family: Copernicus-Roman, Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
}

.three-column-text__item .text {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 30px;
}

.three-column-text__item .text p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.three-column-text__item .text.new-strategies-text-three-column {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.three-column-text__item .text.new-strategies-text-three-column p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.three-column-text__item.new-padding-column-text {
    padding-left: 0;
}

.three-column-text.new-column-margin {
    padding: 0;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .three-column-text {
        display: block;
    }
}

.flex-three-column-text {
    margin-top: 55px;
    width: 100%;
    padding-left: 15px;
}

.flex-three-column-text__title {
    font-family: "Copernicus-Bold";
    font-size: 2em;
    margin-bottom: 0px;
}

.flex-three-column-text__title.new-three-col-text {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    line-height: 31px;
}

.flex-three-column-text__title.new-three-col-text .new-column-anchor-title-text {
    font-family: "Copernicus-Bold";
    font-size: 21px;
    color: #3b69c3;
}

.flex-three-column-text__block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px 50px 0px;
}

@media (max-width: 1024px) {
    .flex-three-column-text__block {
        display: inline-table;
    }
}

.flex-three-column-text__block.new-strategies-block {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 50px 0px 0px 0px;
}

@media (max-width: 1024px) {
    .flex-three-column-text__block.new-strategies-block {
        display: inline-table;
    }
}

.flex-three-column-text__item {
    flex: 3;
    padding-right: 30px;
    width: calc(100%);
}

.flex-three-column-text__item .title {
    font-family: Copernicus-Bold, Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
    margin-bottom: 0px;
}

.flex-three-column-text__item .title p {
    font-family: Copernicus-Roman, Georgia, serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 31px;
}

.flex-three-column-text__item .text {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 30px;
}

.flex-three-column-text__item .text p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.flex-three-column-text__item .text.new-strategies-text-three-column {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
    margin-bottom: 1rem;
    margin-top: 10px;
}

.flex-three-column-text__item .text.new-strategies-text-three-column p {
    font-family: Copernicus-Roman;
    font-size: 14px;
    line-height: 27px;
}

.flex-three-column-text__item.new-padding-column-text {
    padding-left: 0;
}

.flex-three-column-text.new-column-margin {
    padding: 0;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .flex-three-column-text {
        display: block;
    }
}

.image-banner {
    position: relative;
    overflow: hidden;
    height: 600px;
}

.image-banner__image-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.image-banner__content-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 105px 15px 0px 5px;
    padding: 0 15px;
}

.image-banner__content-container .content {
    position: relative;
    width: 100%;
    max-width: 1310px;
    padding-left: 15px;
}

.image-banner__content-container h1 {
    font-size: 45px;
    line-height: 60px;
    color: #fff;
}

.image-banner__content-container h1 a {
    min-width: none;
}

.image-banner__content-container a.button {
    font-weight: bold;
    min-width: 275px;
}

.image-banner .container {
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .image-banner__content-container .content {
        padding-left: 0px;
        margin-left: 100px;
        margin-right: 100px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .image-banner__content-container .content {
        padding-left: 0px;
        margin: 0 4%;
    }
}

@media (min-width: 0) and (max-width: 767px) {
    .image-banner {
        height: 325px;
    }

    .image-banner__content-container {
        margin: 40px 15px;
    }

    .image-banner__content-container .content {
        padding-left: 0px;
        margin: 0 15px;
    }
}

ul.dot.firstLayerList {
    margin-top: 0px;
    margin-left: 15px;
}

ul.dot.firstLayerList li {
    list-style-type: disc;
}

ul.dot.firstLayerList li:before {
    content: none !important;
}

ul.dot ul.secondLayerList {
    margin-left: 36px;
}

ul.dot ul.secondLayerList li {
    list-style-type: circle;
    margin-bottom: 0px;
}

ul.dot ul.secondLayerList li:before {
    content: none !important;
}

ul.dot ul.thirdLayerList {
    margin-left: 36px;
}

ul.dot ul.thirdLayerList li {
    list-style-type: square;
    margin-bottom: 0px;
}

ul.dot ul.thirdLayerList li:before {
    content: none !important;
}

ul.numeric.firstLayerList {
    margin-top: 0px;
    margin-left: 15px;
}

ul.numeric.firstLayerList li {
    list-style-type: decimal;
}

ul.numeric.firstLayerList li:before {
    content: none !important;
}

ul.numeric ul.secondLayerList {
    margin-left: 36px;
}

ul.numeric ul.secondLayerList li {
    list-style-type: lower-alpha;
    margin-bottom: 0px;
}

ul.numeric ul.secondLayerList li:before {
    content: none !important;
}

ul.numeric ul.thirdLayerList {
    margin-left: 36px;
}

ul.numeric ul.thirdLayerList li {
    list-style-type: lower-roman;
    margin-bottom: 0px;
}

ul.numeric ul.thirdLayerList li:before {
    content: none !important;
}

@keyframes iconPulse {
    0% {
        width: 12px;
        left: 0;
    }
    50% {
        width: 15px;
        left: 100px;
    }
    100% {
        width: 12px;
        left: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.tiles {
    position: relative;
    display: inline-block;
    width: 350px;
    height: 350px;
    font-family: Copernicus-Roman, "Times New Roman", Arial, Helvetica, sans-serif;
}

@media (max-width: 480px) {
    .tiles {
        width: calc(100vw - 60px);
        height: calc(100vw - 60px);
    }
}

.tiles .tile {
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    width: 50%;
    height: 50%;
    box-sizing: border-box;
    transition:
        width 0.5s,
        height 0.5s;
    padding: 1em;
    color: #fff;
}

.tiles .tile .header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
}

.tiles .tile .header h3 {
    margin: 0;
}

@media (max-width: 480px) {
    .tiles .tile .header h3 {
        font-size: 1.1em;
    }
}

.tiles .tile .header .icon {
    width: 12px;
    fill: #fff;
    flex: none;
}

.tiles .tile .header .icon.plus {
    display: inline-block;
}

.tiles .tile .header .icon.minus {
    display: none;
}

.tiles .tile .content {
    opacity: 0;
    padding: 1em 0 0 0;
}

.tiles .tile .content p {
    margin: 0;
    line-height: 1.5;
}

.tiles .tile:nth-child(1) {
    top: 0;
    left: 0;
}

.tiles .tile:nth-child(2) {
    top: 0;
    right: 0;
}

.tiles .tile:nth-child(3) {
    bottom: 0;
    left: 0;
}

.tiles .tile:nth-child(4) {
    bottom: 0;
    right: 0;
}

.tiles .tile:hover .icon {
    animation: iconPulse ease-out 0.5s;
    fill: #a4e6eb;
}

.tiles .tile.expanded {
    width: 100%;
    height: 100%;
}

.tiles .tile.expanded .content {
    animation: fadeIn ease-in 0.5s;
    opacity: 1;
}

.tiles .tile.expanded .icon.plus {
    display: none;
}

.tiles .tile.expanded .icon.minus {
    display: inline-block;
}

.tiles .tile.active {
    z-index: 1;
}

@keyframes iconPulse {
    0% {
        width: 12px;
        left: 0;
    }
    50% {
        width: 15px;
        left: 100px;
    }
    100% {
        width: 12px;
        left: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.dropdowns {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: Copernicus-Roman, "Times New Roman", Arial, Helvetica, sans-serif;
}

.dropdowns .dropdown {
    position: relative;
    width: 250px;
    font-size: 12px;
    box-sizing: border-box;
    padding: 1em;
    margin: 0 1em 1em 0;
    cursor: pointer;
    overflow: visible;
    color: #fff;
}

.dropdowns .dropdown .header {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 26px;
}

.dropdowns .dropdown .header h3 {
    margin: 0;
}

.dropdowns .dropdown .header .icon {
    width: 12px;
    fill: #fff;
}

.dropdowns .dropdown .header .plus {
    display: inline-block;
}

.dropdowns .dropdown .header .minus {
    display: none;
}

.dropdowns .dropdown .content p {
    line-height: 0;
    opacity: 0;
    transition:
        padding 0.25s ease-out,
        opacity 0.25s ease-out,
        line-height 0.25s ease-out;
    margin: 0;
}

.dropdowns .dropdown:hover .icon {
    animation: iconPulse ease-out 0.5s;
    fill: #a4e6eb;
}

.dropdowns .dropdown.expanded .content p {
    line-height: 1.5;
    opacity: 1;
    padding: 1em 0 1em 0;
}

.dropdowns .dropdown.expanded .plus {
    display: none;
}

.dropdowns .dropdown.expanded .minus {
    display: inline-block;
}

.dropdowns.vertical {
    margin-right: unset;
}

.dropdowns.vertical .dropdown {
    margin: 0;
    width: 100%;
}

@media screen and (max-width: 960px) {
    .dropdowns {
        margin-right: unset;
    }

    .dropdowns .dropdown {
        margin: 0;
        width: 100%;
    }
}

.audio-player_title {
    font-family: "Polaris-Bold";
    color: #000;
}

.audio-player_transcript {
    display: none;
    font-family: "Polaris-Italic";
    font-size: 17px;
    line-height: 24px;
}

.audio-player_transcript-container {
    margin-bottom: 20px;
}

.audio-player_show-hide-link {
    font-family: "Polaris-Italic";
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.audio-player_read-transcript {
    font-family: "Polaris-Italic";
    font-size: 17px;
}

.audio-player_transcript-arrow {
    color: #009fdf;
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 10px;
    transform: rotate(90deg);
}

.audio-player_arrow-up {
    transform: rotate(270deg);
}

.audio-player_container {
    padding: 5px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.audio-player_play-pause-button {
    float: left;
    height: 50px;
    width: 50px;
    margin-left: 2px;
    margin-right: 5px;
    margin-top: 2px;
    background: none;
    border: none;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 10px;
}

.audio-player_vol-img {
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.audio-player_play-pause-container {
    float: left;
}

.audio-player_time-container {
    width: 32px;
}

.audio-player_time {
    font-family: helvetica;
    font-size: 14px;
}

.audio-player_percent-listened-container {
    height: 5px;
    width: 150px;
    background-color: gray;
    margin-left: 10px;
}

.audio-player_percent-listened {
    height: 5px;
    width: 0px;
    background-color: #009fdf;
}

.audio-player_volume-range-container {
    width: 50px;
}

.audio-player_volume-range-input {
    display: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
    .audio-player_vol-img {
        display: none;
    }

    .audio-player_volume-range-container {
        display: none;
    }
}

input[type="range"] {
    -webkit-appearance: none;
    padding: 0 0 0 0;
    height: auto;
    border: none;
    width: 100%;
}

input[type="range"]:focus {
    outline: none;
}

input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #009fdf;
}

input[type="range"]::-webkit-slider-thumb {
    border: 1px solid #009fdf;
    height: 10px;
    width: 10px;
    border-radius: 4px;
    background: #009fdf;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -3px;
}

input[type="range"]:focus::-webkit-slider-runnable-track {
    background: #009fdf;
}

input[type="range"]::-moz-range-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: #009fdf;
}

input[type="range"]::-moz-range-thumb {
    border: 1px solid #009fdf;
    height: 10px;
    width: 10px;
    border-radius: 6px;
    background: #009fdf;
    cursor: pointer;
}

input[type="range"]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow:
        1px 1px 1px #000000,
        0px 0px 1px #0d0d0d;
}

input[type="range"]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow:
        1px 1px 1px #000000,
        0px 0px 1px #0d0d0d;
}

input[type="range"]::-ms-thumb {
    box-shadow:
        1px 1px 1px #000000,
        0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}

input[type="range"]:focus::-ms-fill-lower {
    background: #3071a9;
}

input[type="range"]:focus::-ms-fill-upper {
    background: #367ebd;
}

.two-column {
    overflow: hidden;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.two-column.blue-module {
    background-color: #202439;
}

@media all and (min-width: 1024px) {
    .two-column {
        padding-top: 70px;
    }

    .two-column__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        align-items: center;
        max-width: 100%;
    }

    .two-column__headline {
        margin-bottom: 40px;
        width: 585px;
    }

    .two-column__description {
        margin-bottom: 56px;
        width: 585px;
    }

    .two-column__image {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-right: 40px;
    }

    .two-column .responsive-embed {
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        margin-bottom: 1rem;
        overflow: hidden;
    }

    .two-column .responsive-embed .bc-player-default_default {
        width: 100%;
        padding-top: 30%;
    }

    .two-column__content {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .two-column__content.white {
        color: #ffffff;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .two-column {
        padding-top: 60px;
    }

    .two-column__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        align-items: center;
        max-width: 100%;
    }

    .two-column .container {
        position: relative;
    }

    .two-column__headline {
        margin-bottom: 40px;
        width: 568px;
    }

    .two-column__description {
        margin-bottom: 60px;
        width: 568px;
    }

    .two-column__image {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
        padding-right: 20px;
    }

    .two-column .responsive-embed {
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        margin-bottom: 1rem;
        overflow: hidden;
    }

    .two-column .responsive-embed .bc-player-default_default {
        width: 100%;
        padding-top: 30%;
    }

    .two-column__content {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .two-column__content.white {
        color: #ffffff;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .two-column {
        padding-top: 40px;
    }

    .two-column__item {
        margin-bottom: 40px;
    }

    .two-column__headline {
        margin-bottom: 40px;
    }

    .two-column__description {
        margin-bottom: 40px;
    }

    .two-column__image {
        margin-bottom: 30px;
    }

    .two-column__content {
        padding: 10px;
    }

    .two-column__content.white {
        color: #ffffff;
    }

    .two-column .responsive-embed {
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        margin-bottom: 1rem;
        overflow: hidden;
    }

    .two-column .responsive-embed .bc-player-default_default {
        width: 100%;
        padding-top: 30%;
    }

    .two-column .responsive-embed img {
        width: 100%;
    }
}

.flex-tool_default-text {
    font-family: "Polaris-Roman";
}

.flex-tool_help-text-container {
    background-color: #f3f3f3 !important;
    margin-right: 20px;
    padding: 10px;
}

.flex-tool_tool-header {
    font-family: "Copernicus-Bold";
    font-size: 28px;
    display: inline-block;
}

.flex-tool_row-container {
    display: flex;
    color: #000;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
    row-gap: 12px;
    min-width: 315px;
}

.flex-tool_row-full {
    background-color: #fff;
    flex-basis: 100%;
}

.flex-tool_item-wrap {
    display: flex;
}

.flex-tool_row-2-item {
    flex-basis: 48%;
}

.flex-tool_input-container-char-right {
    position: relative;
    float: left;
}

.flex-tool_input-container-char-right:after {
    position: absolute;
    right: 3px;
    top: 4px;
    font-family: Polaris-Roman;
}

.flex-tool_input-container-char-right > input {
    text-align: right;
}

.flex-tool_input {
    max-width: 200px;
    min-width: 150px;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: "Polaris-Roman";
    background-color: #f3f3f3;
    border: none;
    text-align: right;
}

.flex-tool_input-icon {
    position: relative;
}

.flex-tool_input-icon > i {
    font-family: "Polaris-Roman";
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    width: 25px;
    text-align: center;
    font-style: normal;
}

.flex-tool_input-icon-right > i {
    right: 0;
}

.flex-tool_input-icon-right > input {
    padding-left: 0;
    padding-right: 25px;
    text-align: right;
}

.flex-tool_input-icon.incoming-portfolio-value-wrapperINVALID {
    position: relative;
    display: inline-block;
    width: 100%;
}

.flex-tool_input-icon.incoming-portfolio-value-wrapperINVALID > input {
    padding-right: 35px;
    width: 100%;
}

.flex-tool_input-icon.incoming-portfolio-value-wrapperINVALID > .incoming-portfolio-value-suffix {
    position: absolute;
    right: 93px;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-style: normal;
    pointer-events: none;
    line-height: 1;
}

@media only screen and (max-device-width: 768px) {
    .flex-tool_input-icon.incoming-portfolio-value-wrapperINVALID > .incoming-portfolio-value-suffix {
        right: 3px;
        top: 33%;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .flex-tool_input-icon.incoming-portfolio-value-wrapperINVALID > .incoming-portfolio-value-suffix {
        right: 45px;
        top: 45%;
    }
}

.flex-tool_input.error {
    border-bottom: 4px solid #8a1b61;
}

.flex-tool_table-header {
    text-align: center;
    font-family: "Polaris-Bold";
    font-size: 14px;
    padding: 10px;
}

.flex-tool_table-td {
    text-align: center;
    font-family: "Polaris-Roman";
    padding: 7px;
    padding: 10px;
    font-size: 14px;
}

.flex-tool_table-td > span {
    font-family: "Polaris-Roman";
}

.flex-tool_header-row {
    border-bottom: solid 1px white;
}

.flex-tool_data-table {
    border-collapse: collapse;
    background-color: #e1e1e1;
    width: 100%;
    max-width: 504px;
}

.flex-tool_form-select {
    background-color: #f3f3f3;
    border: none;
    color: #005f87;
    height: 30px;
    font-family: "Polaris-Roman";
    font-size: 15px;
    max-width: 200px;
    min-width: 150px;
    width: 100%;
}

.flex-tool_form-select > option {
    font-family: "Polaris-Roman";
}

.flex-tool_form-select.error {
    border-bottom: 4px solid #8a1b61;
}

.flex-tool_form-label-container {
    padding-top: 5px;
}

.flex-tool_form-label {
    font-family: "Polaris-Roman";
}

.flex-tool_disclaimer > p {
    font-family: "Polaris-Roman";
    font-size: 12px;
    line-height: 21px;
}

.flex-tool_form-sub-section {
    font-family: "Polaris-Bold";
    font-size: 16px;
}

.flex-tool_outer-container {
    width: 100%;
    margin-top: 50px;
    background-color: #fff;
    padding: 20px;
}

.flex-tool_middle-border {
    border-right: solid 1px #fff;
}

.flex-tool_form-number:before {
    font-family: "Copernicus-Bold";
    font-size: 20px;
    color: #000;
}

.flex-tool_form-number-1:before {
    content: "\E536";
}

.flex-tool_form-number-2:before {
    content: "\E537";
}

.flex-tool_form-number-3:before {
    content: "\E538";
}

.flex-tool_button {
    background-color: #005f87;
    color: #fff;
    border: none;
    min-width: 200px;
    font-family: "Polaris-Bold";
    height: 35px;
}

.flex-tool_ul > li:before {
    content: none;
}

.flex-tool_flex-button {
    margin-left: 0;
    list-style-type: none;
    list-style: none;
    display: flex;
    align-items: stretch;
    border: 0 none;
    background-color: transparent;
    padding-inline-start: 0px;
}

.flex-tool_flex-button li {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: solid 1px #005f87;
    font-family: Polaris-Bold;
    color: #005f87;
    background-color: white;
}

.flex-tool_flex-button li.item-selected {
    background-color: #005f87;
    color: white;
}

.flex-tool_flex-button li:before {
    content: none;
    padding-right: 0;
}

.flex-tool_flex-button li > a {
    font-family: inherit;
    color: inherit;
    text-decoration: none;
}

.flex-tool_flex-button li.item-selected > a:hover {
    cursor: default;
}

.flex-tool_flex-icon-info {
    color: #000;
}

.flex-tool_chart-container {
    background-color: #f3f3f3;
    margin-top: 30px;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.flex-tool_chart-container li:before {
    content: none;
}

.flex-tool__error-message {
    padding-left: 40px;
    float: right;
    display: none;
}

.flex-tool__error-message.enabled {
    display: block;
}

@media screen and (max-width: 430px) {
    .flex-tool__error-message {
        display: none;
        padding-left: 0px;
        float: left;
    }
}

@media screen and (max-width: 750px) {
    div.flex-tool_row-container {
        justify-content: left;
    }

    h2 {
        font-size: 20px;
    }
}

highcharts-figure,
.highcharts-data-table table {
    min-width: 320px;
    max-width: 800px;
    margin: 1em auto;
}

#container {
    height: 400px;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}

.transition-analysis {
    color: #333;
    overflow: hidden;
    padding: 20px;
    position: relative;
}

.transition-analysis--gray {
    background-color: #f7f7f7;
}

.transition-analysis .title {
    padding: 20px 0 0 20px;
}

.transition-analysis .field-group {
    box-sizing: border-box;
    clear: both;
    position: relative;
    padding: 4px;
    width: 100%;
}

.transition-analysis .field-group .sub-title {
    width: 100%;
    padding-bottom: 10px;
}

.transition-analysis .field-group label {
    float: left;
    position: relative;
    text-align: left;
    width: 50%;
    word-wrap: break-word;
}

.transition-analysis .field-group input {
    border: 1px solid #c1c7d0;
    border-radius: 3.01px;
    box-sizing: border-box;
    font-size: inherit;
    vertical-align: baseline;
    width: 50%;
    height: 20px;
}

.transition-analysis .field-group select {
    border: 1px solid #c1c7d0;
    border-radius: 3.01px;
    box-sizing: border-box;
    font-size: inherit;
    vertical-align: baseline;
    width: 50%;
    background: linear-gradient(45deg, transparent 50%, blue 50%), linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
    background-position:
        calc(100% - 21px) calc(1em + 2px),
        calc(100% - 16px) calc(1em + 2px),
        100% 0;
    background-size:
        5px 5px,
        5px 5px,
        2.5em 2.5em;
    background-repeat: no-repeat;
    font:
        300 1em/100% "Helvetica Neue",
        Arial,
        sans-serif;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
    border-radius: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.transition-analysis .field-group table,
.transition-analysis .field-group tr {
    width: 100%;
    background-color: #d0d0dc;
    padding: 2px;
}

.transition-analysis .field-group td {
    width: 20%;
    border: 1px solid white;
    text-align: center;
}

.transition-analysis .field-group td:nth-of-type(1) {
    width: 40%;
    text-align: left;
}

@media all and (min-width: 1024px) {
    .transition-analysis {
        padding-top: 30px;
    }

    .transition-analysis__block {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        padding: 20px;
        width: 100%;
    }

    .transition-analysis .container {
        position: relative;
    }

    .transition-analysis .image-container {
        width: 100%;
        float: right;
    }

    .transition-analysis__headline {
        margin-bottom: 40px;
        width: 585px;
    }

    .transition-analysis__description {
        margin-bottom: 56px;
        width: 585px;
    }

    .transition-analysis__column1 {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .transition-analysis__column2 {
        flex: 5 5 auto;
        flex-basis: 5;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .transition-analysis__column2.white {
        color: #ffffff;
    }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .transition-analysis {
        padding-top: 60px;
    }

    .transition-analysis__section {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px 70px;
    }

    .transition-analysis .container {
        position: relative;
    }

    .transition-analysis .image-container {
        width: 100%;
        float: right;
    }

    .transition-analysis__item {
        align-items: initial;
        display: flex;
        flex: 0 1 auto;
        flex-direction: row;
        flex-flow: wrap;
        justify-content: initial;
        max-width: 1310px;
        flex-flow: nowrap;
        margin: 0 -15px 120px;
    }

    .transition-analysis__headline {
        margin-bottom: 40px;
        width: 568px;
    }

    .transition-analysis__description {
        margin-bottom: 60px;
        width: 568px;
    }

    .transition-analysis__image {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .transition-analysis__content {
        flex: 3 3 auto;
        flex-basis: 3;
        flex-grow: 1;
        max-width: 50%;
        padding: 0 15px;
    }

    .transition-analysis__content.white {
        color: #ffffff;
    }
}

@media all and (min-width: 0) and (max-width: 767px) {
    .transition-analysis {
        padding-top: 40px;
    }

    .transition-analysis__item {
        margin-bottom: 40px;
    }

    .transition-analysis__headline {
        margin-bottom: 40px;
    }

    .transition-analysis__description {
        margin-bottom: 40px;
    }

    .transition-analysis__image {
        margin-bottom: 30px;
    }

    .transition-analysis__content.white {
        color: #ffffff;
    }
}

.numeric-field__error-message,
.numeric-field__info {
    opacity: 0;
    display: none;
}

.numeric-field.tooltip {
    position: relative;
    display: inline-block;
    visibility: hidden;
}

.numeric-field.tooltip.enabled {
    visibility: visible;
}

.numeric-field.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    font-family: "Copernicus-Roman";
    background-color: #fff;
    color: #4c4c4c;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 1px 1px 20px #d0d0ce;
    position: absolute;
    z-index: 1;
}

.numeric-field.tooltip:hover .tooltiptext {
    visibility: visible;
}

.select-field.tooltip {
    position: relative;
    display: inline-block;
    visibility: hidden;
}

.select-field.tooltip.enabled {
    visibility: visible;
}

.select-field.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    font-family: "Copernicus-Roman";
    background-color: #fff;
    color: #4c4c4c;
    border-radius: 6px;
    padding: 10px;
    box-shadow: 1px 1px 20px #d0d0ce;
    position: absolute;
    z-index: 1;
}

.select-field.tooltip:hover .tooltiptext {
    visibility: visible;
}

.osano-cm-powered-by {
    display: none;
}

li.osano-cm-drawer-item:last-child {
    display: none;
}

.osano-cm-widget {
    display: none;
}

.osano-cm-description {
    font-family:
        Helvetica,
        Arial,
        Hiragino Sans GB,
        STXihei,
        Microsoft YaHei,
        WenQuanYi Micro Hei,
        Hind,
        MS Gothic,
        Apple SD Gothic Neo,
        NanumBarunGothic,
        sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.5px;
}

.osano-cm-description p {
    font-family:
        Helvetica,
        Arial,
        Hiragino Sans GB,
        STXihei,
        Microsoft YaHei,
        WenQuanYi Micro Hei,
        Hind,
        MS Gothic,
        Apple SD Gothic Neo,
        NanumBarunGothic,
        sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 16.5px;
}

.background-module-white {
    background-color: #fff;
}

.background-module-grey {
    background-color: #f7f7f7;
}

.sg__wrapper {
    background-color: #f7f7f7;
    margin: 4rem 0;
}

.sg__wrapper--info {
    background-color: #fff;
}

.sg .container {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
}

.sg__content {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
}

.sg__section {
    margin-bottom: 40px;
    zoom: 1;
}

.sg__section:before,
.sg__section:after {
    content: "";
    display: table;
    line-height: 0;
}

.sg__section:after {
    clear: both;
}

.sg__column {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    padding: 0;
}

.sg__spacer {
    height: 60px;
    width: 60px;
}

.sg__title {
    color: #012169;
    font-family: "Copernicus-Bold";
    margin: 20px 0;
    padding: 20px 0;
    text-transform: capitalize;
}

.sg__icon {
    float: left;
    height: 80px;
    padding-right: 15px;
    text-align: center;
    width: 90px;
}

.sg__icon i:before,
.sg__icon i:after {
    font-size: 40px;
}

.sg .header {
    background-color: #333;
    padding: 40px 0;
}

.sg .header h1 {
    color: #fff;
}

@media all and (min-width: 1024px) {
    .sg__content {
        flex: 12 12 auto;
        flex-basis: 12;
        flex-grow: 1;
        max-width: 100%;
        padding: 0 15px;
    }
}

.sg__header {
    background-color: #009fdf;
    padding: 24px 0;
    z-index: 9999;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.sg__header__spacer {
    height: 83px;
    width: 100%;
}

.sg__header__title {
    color: #fff;
    font-family: Verdana;
    margin-bottom: 0;
}

.sg__header__title .icon-menu:hover {
    cursor: pointer;
}

.sg__header__sidebar {
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow: scroll;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.25s ease-in-out;
    width: 300px;
    z-index: 1002;
}

.sg__header__content {
    padding: 24px;
}

.sg__header__content .ml {
    margin-left: 24px;
}

.sg__header__content li {
    margin: 24px 0;
}

.sg__header__content a {
    color: #009fdf;
    text-decoration: none;
}

.sg__header__overlay {
    bottom: 0;
    left: 0;
    position: fixed;
    top: 0;
    transition: background-color 0.25s ease-in-out;
    width: 0;
    z-index: 1001;
}

.sg__header.open .sg__header__sidebar {
    transform: translateX(0);
}

.sg__header.open .sg__header__overlay {
    background-color: rgba(0, 0, 0, 0.2);
    width: 100%;
}

.sg__color {
    float: left;
    margin-bottom: 30px;
    margin-right: 20px;
    width: calc((100% - (20px * 3)) / 4);
}

.sg__color .color__canvas {
    display: block;
    height: 200px;
    margin-bottom: 20px;
    width: 100%;
}

.sg__color .color__canvas.white {
    background-color: #fff;
    border: 1px solid #aaa;
}

.sg__color .color__canvas.black {
    background-color: #000;
    border: 1px solid #000;
}

.sg__color .color__canvas.cyan {
    background-color: #009fdf;
    border: 1px solid #009fdf;
}

.sg__color .color__canvas.blue {
    background-color: #012169;
    border: 1px solid #012169;
}

.sg__color .color__canvas.purple {
    background-color: #685bc7;
    border: 1px solid #685bc7;
}

.sg__color .color__canvas.royal-blue {
    background-color: #006ac6;
    border: 1px solid #006ac6;
}

.sg__color .color__canvas.green {
    background-color: #00ab84;
    border: 1px solid #00ab84;
}

.sg__color .color__canvas.citron {
    background-color: #c4d600;
    border: 1px solid #c4d600;
}

.sg__color .color__canvas.digital-black {
    background-color: #333;
    border: 1px solid #333;
}

.sg__color .color__canvas.dark-gray {
    background-color: #888b8d;
    border: 1px solid #888b8d;
}

.sg__color .color__canvas.light-gray {
    background-color: #d0d0dc;
    border: 1px solid #d0d0dc;
}

.sg__color .color__canvas.bkg-gray {
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.blue-gradient {
    background-image: -webkit-linear-gradient(to right top, #009fdf, #012169 100%);
    background-image: -o-linear-gradient(to right top, #009fdf, #012169 100%);
    background-image: linear-gradient(to right top, #009fdf, #012169 100%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.dark-blue-gradient {
    background-image: -webkit-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: -o-linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-image: linear-gradient(to right bottom, #1b3e60, #253054 60%, #1e212d 100%);
    background-repeat: repeat-x;
    background-color: #000;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-one-gradient {
    background-image: -webkit-linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-image: -o-linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-image: linear-gradient(to right top, #009fdf, #685bc7 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-two-gradient {
    background-image: -webkit-linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-image: -o-linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-image: linear-gradient(to right top, #00ab84, #009fdf 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-three-gradient {
    background-image: -webkit-linear-gradient(to right top, #84bd00, #00ab84 70%);
    background-image: -o-linear-gradient(to right top, #84bd00, #00ab84 70%);
    background-image: linear-gradient(to right top, #84bd00, #00ab84 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-four-gradient {
    background-image: -webkit-linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-image: -o-linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-image: linear-gradient(to right top, #00ab84, #c4d600 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-five-gradient {
    background-image: -webkit-linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-image: -o-linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-image: linear-gradient(to right top, #f2a900, #c4d600 70%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color .color__canvas.fade-six-gradient {
    background-image: -webkit-linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-image: -o-linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-image: linear-gradient(to right bottom, #f2a900, #d66653 100%);
    background-repeat: repeat-x;
    border: 1px solid #f7f7f7;
}

.sg__color:nth-child(4n + 1) {
    margin-right: 0;
}

.grid {
    align-items: initial;
    display: flex;
    flex: 0 1 auto;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: initial;
    max-width: 1310px;
    height: 100%;
    margin-top: 20px;
}

.grid__section {
    height: 400px;
}

.grid__section.large-grid {
    display: none;
}

.grid__cell {
    background: #009fdf;
}

.grid__cell-1 {
    flex: 1 1 auto;
    flex-basis: 1;
    flex-grow: 1;
    max-width: 8.33333%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-2 {
    flex: 2 2 auto;
    flex-basis: 2;
    flex-grow: 1;
    max-width: 16.66667%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-3 {
    flex: 3 3 auto;
    flex-basis: 3;
    flex-grow: 1;
    max-width: 25%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-4 {
    flex: 4 4 auto;
    flex-basis: 4;
    flex-grow: 1;
    max-width: 33.33333%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-5 {
    flex: 5 5 auto;
    flex-basis: 5;
    flex-grow: 1;
    max-width: 41.66667%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-6 {
    flex: 6 6 auto;
    flex-basis: 6;
    flex-grow: 1;
    max-width: 50%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-7 {
    flex: 7 7 auto;
    flex-basis: 7;
    flex-grow: 1;
    max-width: 58.33333%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-8 {
    flex: 8 8 auto;
    flex-basis: 8;
    flex-grow: 1;
    max-width: 66.66667%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-9 {
    flex: 9 9 auto;
    flex-basis: 9;
    flex-grow: 1;
    max-width: 75%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-10 {
    flex: 10 10 auto;
    flex-basis: 10;
    flex-grow: 1;
    max-width: 83.33333%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-11 {
    flex: 11 11 auto;
    flex-basis: 11;
    flex-grow: 1;
    max-width: 91.66667%;
    padding: 0 15px;
    height: 100%;
}

.grid__cell-12 {
    flex: 12 12 auto;
    flex-basis: 12;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 15px;
    height: 100%;
}

.grid__inner {
    background: #f7f7f7;
    height: 100%;
}

.grid__container {
    background: #012169;
    z-index: 11;
}

.grid__container.hide {
    display: none;
}

.grid__container.overlay {
    background: rgba(1, 33, 105, 0.2);
    display: block;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.grid__container.overlay .container {
    height: 100%;
}

.grid__container.overlay .grid {
    height: 100%;
    margin-top: 0;
}

.grid__container.overlay .grid__section {
    height: 100%;
    position: sticky;
}

.grid__container.overlay .grid__cell {
    background: rgba(0, 159, 223, 0.2);
}

.grid__container.overlay .grid__inner {
    background: rgba(245, 245, 245, 0.2);
}

@media all and (min-width: 1024px) {
    .grid__section.large-grid {
        display: block;
    }

    .grid__section.small-grid {
        display: none;
    }
}

.sg__table {
    font-family: Verdana;
    margin-bottom: 24px;
}

.sg__table td {
    border: 1px solid #f7f7f7;
    padding: 12px 18px;
}
