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

#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;
}

a {
  cursor: pointer;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

sub {
  top: 0.4em;
}

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

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

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

table.standard th, table.standard td {
  text-align: right;
}
table.standard th:first-child, table.standard td:first-child {
  text-align: left;
}
table.standard th.notes, table.standard td.notes {
  text-align: center;
}
table.standard th.text-center, table.standard td.text-center {
  text-align: center;
}
table.standard th.text-right, table.standard td.text-right {
  text-align: right;
}
table.standard th.text-left, table.standard td.text-left {
  text-align: left;
}
table.standard th.text-justify, table.standard td.text-justify {
  text-align: justify;
}
table.standard th {
  vertical-align: bottom;
}
table.standard td {
  vertical-align: top;
}
table.standard th.top, table.standard td.top {
  vertical-align: top;
}
table.standard th.bottom, table.standard td.bottom {
  vertical-align: bottom;
}
table.standard th.middle, table.standard td.middle {
  vertical-align: middle;
}

/* Lists */
ul, ol {
  padding-left: var(--labelWidth);
  position: relative;
}

li {
  position: static;
}
li::before {
  display: inline-block;
  left: 0;
  position: absolute;
}
li::marker {
  padding-right: 0.5em;
}
li > p {
  margin: 0;
}

ul > li:before {
  content: var(--labelStyle);
}

ol > li:before {
  content: attr(data-label);
}

tr {
  height: 22.55px;
}

table picture > img {
  width: 15px;
  height: 20px;
}

.bf-page-main-content table td.risk-card-orange {
  background-color: rgb(255, 112, 9);
}

.bf-page-main-content table td.risk-card-light-orange {
  background-color: rgb(255, 171, 33);
}

.bf-page-main-content table td.risk-card-grey-45 {
  background-color: rgb(140, 140, 140);
  color: rgb(255, 255, 255);
}

.bf-page-main-content table td.risk-card-white {
  background-color: rgb(255, 255, 255);
  color: rgb(45, 45, 45);
}

.tdi--text-overflow-wrapper picture img,
.page-main-content img, .bf-page-main-content img {
  margin-inline: 0px;
}

.bf-page-main-content table th, .bf-page-main-content table td.top {
  vertical-align: top;
}

.footnotes {
  font-style: italic;
}

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

#staticSearchResults .search-result,
.search .search-result {
  padding-bottom: 10px;
}
#staticSearchResults .search-result h3,
.search .search-result h3 {
  margin-bottom: 5px;
}
#staticSearchResults .search-result .search-result-snippet .snippet-searchresult-highlight,
.search .search-result .search-result-snippet .snippet-searchresult-highlight {
  font-weight: bold;
}

.bf-footer h4.mt-3 {
  margin: 0px;
}

#staticSearchForm {
  width: 150px;
}

.bf-navbar-search-input {
  display: inline-block;
  width: 120px;
}

.bf-navbar-search-submit {
  display: inline-block;
}

h3.bf-mega-menu-title {
  margin-bottom: 0.5rem;
  font-family: var(--font-treble);
  font-size: 0.625rem;
  line-height: 1.375;
  font-weight: 800;
  color: var(--bf-anthracite);
  text-decoration: none;
  font-style: normal;
}

#staticSearchForm-inPage > button {
  padding: 16px 15px 13px 15px;
}

@media (max-width: 1024px) {
  .sections-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .sections-grid-item-middle {
    border: none;
    padding: 0;
  }
}
@media (max-width: 991px) {
  .bf-mega-menu-title::after {
    content: "";
  }
}
/*# sourceMappingURL=tangelo.css.map */