.billboard-full-height {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.billboard-full-height .billboard-content-wrapper {
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .billboard-full-height .billboard-content-wrapper {
    /* IE10+ CSS styles go here */
    height: 100vh;
  }
}
.footer-consent-button {
font-size: 12px;
padding-top: 2rem;
text-align: center;
font-weight: 400;
}

.footer-advisor-report {
font-size: 12px;
text-align: center;
font-weight: 400;
}

.footer-section {
padding: 86px 0 0 !important;
}
.nav-language-toggle {
    position: absolute !important;
    right: 200px;
    display: block !important;
    top: 20px;
}
.language-nav-link {
    padding: 11px 30px 11px;
    text-align: center;
    font-family: 'Lato', sans-serif;
    background: #b49060;
    color: #540e15;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.language-nav-link:hover {
    color: #fff !important;
}

