.tdi--noselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.tdi--text-overflow-wrapper {
  overflow: auto;
  max-width: 100%;
}
.tdi--text-overflow-wrapper > table {
  border-collapse: separate;
}

#tdi--tooltip {
  text-align: center;
  color: #fff;
  background: #111;
  position: absolute;
  z-index: 100;
  padding: 15px;
  font-size: 90%;
}
#tdi--tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #111;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tdi--tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #111;
  top: -20px;
  bottom: auto;
}
#tdi--tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tdi--tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}

@font-face {
  font-family: HelveticaNeueLTStd-Lt;
  src: url(../fonts/HelveticaNeueLTStd-Lt.eot);
  src: url(../fonts/HelveticaNeueLTStd-Lt.eot#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueLTStd-Lt.woff2) format("woff2"), url(../fonts/HelveticaNeueLTStd-Lt.woff) format("woff"), url(../fonts/HelveticaNeueLTStd-Lt.ttf) format("truetype"), url(../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt) format("svg");
}
@font-face {
  font-family: HelveticaNeueLTStd-It;
  src: url(../fonts/HelveticaNeueLTStd-It.eot);
  src: url(../fonts/HelveticaNeueLTStd-It.eot#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueLTStd-It.woff2) format("woff2"), url(../fonts/HelveticaNeueLTStd-It.woff) format("woff"), url(../fonts/HelveticaNeueLTStd-It.ttf) format("truetype"), url(../fonts/HelveticaNeueLTStd-It.svg#HelveticaNeueLTStd-It) format("svg");
}
a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-family: HelveticaNeueLTStd-It;
  font-size: normal;
}

sup, sub {
  position: relative;
  top: -0.4em;
  vertical-align: baseline;
}

sub {
  top: 0.4em;
}

tr {
  height: 20px;
}

section img {
  max-width: 100%;
  height: auto;
}

.marginbottom-none {
  margin-bottom: 0;
}

span.highlight {
  background-color: #d6ecff;
}

.list-style-none {
  list-style: none;
}

.list-style-square {
  list-style: square;
}

.list-style-circle {
  list-style: circle;
}

.list-style-disc {
  list-style: disc;
}

.list-style-decimal {
  list-style: decimal;
}

.list-style-decimal-leading-zero {
  list-style: decimal-leading-zero;
}

.list-style-lower-alpha {
  list-style: lower-alpha;
}

.list-style-upper-alpha {
  list-style: upper-alpha;
}

.list-style-lower-roman {
  list-style: lower-roman;
}

.list-style-upper-roman {
  list-style: upper-roman;
}

@media (min-width: 2180px) {
  .section .main-content {
    padding-top: 2.5rem;
  }
}
.section.subnav {
  padding: 2rem 0 0;
}
.section.subnav .filter-menu {
  display: none;
}
@media (min-width: 2180px) {
  .section.subnav {
    position: sticky;
    top: 25px;
    background-color: #fff;
    z-index: 50;
  }
  .section.subnav .filter-menu {
    display: none;
  }
  .section.subnav ul.subnav {
    display: flex;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 2179px) {
  .section.subnav {
    padding: 0;
  }
  .section.subnav .filter-menu {
    display: block;
  }
  .section.subnav ul.subnav {
    display: none;
  }
}

ul.subnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
ul.subnav li {
  margin-right: auto;
  border-bottom: 4px transparent;
}
ul.subnav li.active {
  border-bottom: 4px solid red;
}
ul.subnav li.active a {
  color: #000000;
}
ul.subnav li:hover {
  border-bottom: 4px solid red;
}
ul.subnav li a {
  color: #b3b9bd;
  font-weight: bold;
}

section.no-top-margin {
  padding-top: 0;
}

.hometab {
  display: none;
}
.hometab.active {
  display: block;
}

h1.tab {
  font-size: 2rem;
  line-height: 2.2rem;
  color: #fff;
}

.tabtitles {
  background-color: #b3b9bd;
  margin-bottom: 30px;
  cursor: pointer;
}

.tabtitle {
  width: 50%;
  padding: 20px 10px;
  margin-top: 20px;
}
.tabtitle.active {
  background-color: white;
}
.tabtitle.active h1.tab {
  color: #000;
}

.kpis {
  display: flex;
  flex-wrap: wrap;
}
.kpis .kpi {
  width: 448px;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  padding: 40px 20px 20px 20px;
  background-color: rgb(243, 244, 246);
}
@media (max-width: 550px) {
  .kpis .kpi {
    background-size: 0;
  }
}
@media (max-width: 955px) {
  .kpis .kpi {
    margin: 20px 0px;
  }
}
.kpis .kpi {
  margin: 20px 40px 20px 0px;
}
.kpis .kpi h1, .kpis .kpi h2 {
  color: #e31b1e;
  font-weight: normal;
  line-height: 100%;
}
.kpis .kpi h1 {
  font-size: 72px;
}
.kpis .kpi h2 {
  font-size: 24px;
  max-width: 75%;
}

.inMargin {
  font-family: HelveticaNeueLTStd-Lt;
  color: #e31b1e;
  font-size: 23.5px;
  line-height: 36px;
}
.inMargin::before {
  border-width: 0 !important;
}

@media (max-width: 767px) {
  .inMargin {
    display: none;
  }
}
table div > p:last-child {
  margin-bottom: 0;
}

div > p:last-child {
  margin-bottom: 2.5rem;
}

div > h2:last-child,
div > h3:last-child,
div > h4:last-child,
div > h5:last-child,
div > h6:last-child {
  margin-bottom: 1.5rem;
}

@media (min-width: 2180px) {
  #main-menu .menu__inner .menu__slide > .list > .list__item .toggle-panel > .list {
    position: relative;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 64.875rem;
    padding: 0 1.875rem;
    max-height: 100%;
  }
  #main-menu .menu__inner .menu__slide > .list > .list__item .toggle-panel > .list > .list__item > a {
    padding: 0;
  }
  #main-menu .menu__inner .menu__slide > .list > .list__item .toggle-panel > .list > .list__item::before {
    top: 0;
  }
}
.level2 {
  font-family: HelveticaNeueLTStd-Roman, Helvetica, sans-serif;
}

@media (max-width: 2179px) {
  .document-title {
    color: white;
    padding-left: 20px;
    padding-top: 14px;
  }
}
@media (max-width: 429px) {
  .document-title {
    font-size: 12px;
    padding-top: 23px;
    padding-left: 15px;
  }
}
.document-title {
  position: absolute;
  left: 140px;
  top: -8px;
  color: #7e858b;
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 2180px) {
  .document-title {
    display: block;
  }
}

@media (max-width: 2179px) {
  .header.header--sm .document-title,
  .header.header--lg .document-title {
    color: white;
  }
  .header.fixed .document-title {
    color: #7e858b;
    padding-left: 0;
    top: -15px;
  }
}
.tree-logo {
  display: none;
}
.tree-logo img {
  height: 60px;
  margin-right: 10px;
}
@media (min-width: 1100px) {
  .tree-logo {
    display: block;
  }
}

@media (min-width: 2180px) {
  .panel-title.active {
    color: #fff;
    background-color: #b3b9bd;
  }
}
.standard > thead > tr:last-child th {
  border-bottom: 1px solid #000;
}
.standard > thead > tr:last-child th.highlight {
  border-bottom: 1px solid #EE3224;
}

table.standard td {
  padding: 0.2rem;
}
table.standard th {
  font-size: 0.9rem;
  font-weight: normal;
}
table.standard td, table.standard th {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
}
table.standard td.thinHighlight, table.standard th.thinHighlight {
  border-bottom: 2px solid #e31b1e;
}
table.standard td.thin, table.standard th.thin {
  border-bottom: 2px solid black;
}
table.standard td.right, table.standard th.right {
  text-align: right;
}
table.standard td.left, table.standard th.left {
  text-align: left;
}
table.standard td.bottom, table.standard th.bottom {
  vertical-align: bottom;
}
table.standard td.top, table.standard th.top {
  vertical-align: top;
}
table.standard th.highlight {
  color: #e31b1e;
  border-right: 1px solid #EE3224;
}
table.standard td.highlight {
  background-color: rgba(0, 0, 0, 0.06);
  border-right: 1px solid #EE3224;
}

p.caption {
  font-size: 0.9rem;
  margin: 10px 0;
}

@media (max-width: 2179px) {
  .static-links {
    display: none;
  }
  #main-menu .menu__inner .menu__slide > .list > div > .list__item:not(:last-child) {
    margin-bottom: 1rem;
  }
  #main-menu .menu__inner .menu__slide > .list > div > .list__item {
    font-family: HelveticaNeueLTStd-Bd, Helvetica, sans-serif;
    font-size: 1.8125rem;
    color: #fff;
    letter-spacing: -0.07rem;
  }
  .mobile {
    display: block;
    background-color: #a7acb0;
    width: calc(100% + 3.75rem);
    margin-left: -1.875rem;
    padding-left: 1.875rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .mobile a {
    color: #fff;
  }
}
@media (min-width: 2180px) {
  .mobile {
    display: none;
  }
}
.static-links {
  background-color: rgb(167, 172, 176);
  padding: 0 10px;
  min-height: 245px;
  max-width: 400px;
}
.static-links .panel-title {
  color: #fff;
}

.static-links > .list__item {
  position: relative;
}

.static-links > .list__item::before {
  content: "-";
  position: absolute;
  left: 0;
}

.static-links > .list__item > a:active::after,
.static-links > .list__item > a:hover::after {
  border-color: #fff;
}

.static-links > .list__item > a {
  display: inline-block;
  color: #fff;
  position: relative;
}

.static-links > .list__item {
  position: relative;
  padding-left: 1.5rem;
}

.static-links > .list__item > a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2em;
  border-bottom: 4px solid transparent;
}

.header__keyvisual img, .header__video img {
  max-width: 100%;
}

.header__video::after, .swiper-container.slider--fw::after,
.header__keyvisual::after, .header__video::after, .swiper-container.slider--fw::after {
  display: none;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28.8px;
}

.main-content h2 {
  position: relative;
}
@media (min-width: 760px) {
  .main-content h2::before {
    content: "";
    position: absolute;
    left: -40px;
    top: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 1.625rem 1.625rem;
    border-color: transparent transparent #e31b1e;
  }
}

@media (min-width: 760px) {
  .mac .main-content h2::before {
    top: 5px;
  }
}

.tdi--text-overflow-wrapper {
  margin-bottom: 2.5rem;
}

@media (min-width: 2180px) {
  #main-menu .menu__inner .menu__slide > .list > .list__item .toggle-panel {
    position: fixed;
    width: 100%;
    left: 0;
    background: #b3b9bd;
    padding: 2rem 0 1rem;
    height: 305.2px;
  }
  .header.fixed .header__top,
  .header__top {
    transition: none;
  }
  .header.fixed .header__top.minimize,
  .header__top.minimize {
    padding: 1rem 0 2rem 0;
  }
  #main-menu .menu__inner .menu__slide {
    transition: none;
  }
  #main-menu .menu__inner .menu__slide.minimize .tree-logo img {
    height: 40px;
  }
  #main-menu .menu__inner .menu__slide.minimize {
    height: 3.1rem;
  }
}
@media (min-width: 1024px) {
  .two-column {
    column-count: 2;
    column-fill: balance;
  }
  .two-column h2 {
    column-span: all;
  }
  .two-column p:first-of-type {
    column-span: all;
  }
}
.logo-125-mobile {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 1rem;
  width: 100px;
}

@media (min-width: 2180px) {
  .logo-125-mobile {
    display: none;
  }
}
br + br {
  display: none;
}

#video-trigger.hidden {
  display: none;
}

.section .main-content ul.list-style-hyphen li::before {
  content: "-";
  top: 0;
  border-width: 0;
}

.header__keyvisual img, .header__video img {
  transform: translateY(-100%) translateX(-50%);
  top: 100%;
}

.plyr__video-embed {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.plyr__video-embed iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

table.risk-appetite th, table.risk-appetite tr:not(:last-child) td {
  border-bottom: 1px solid black;
}
table.risk-appetite td, table.risk-appetite th {
  vertical-align: top;
  text-align: left;
  padding: 0.5rem;
  padding-left: 10px;
  padding-right: 10px;
}
table.risk-appetite td:first-child, table.risk-appetite th:first-child {
  border-right: 1px solid black;
}
table.risk-appetite td.right, table.risk-appetite th.right {
  text-align: right;
}
table.risk-appetite td.left, table.risk-appetite th.left {
  text-align: left;
}
table.risk-appetite td.bottom, table.risk-appetite th.bottom {
  vertical-align: bottom;
}
table.risk-appetite td.top, table.risk-appetite th.top {
  vertical-align: top;
}
table.risk-appetite th.highlight {
  color: #e31b1e;
  background-color: rgba(0, 0, 0, 0.06);
}
table.risk-appetite td.highlight {
  background-color: rgba(0, 0, 0, 0.06);
}

p.riskValue-description {
  margin-bottom: 5px;
}
/*# sourceMappingURL=tangelo.css.map */
