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

.primary-nav {
  position: relative;
  z-index: 1;
}

.ban-date .row {
  align-items: normal;
}
.ban-date .icon {
  height: 156px;
  background-size: 115%;
  background-position: -15px -25px;
  background-repeat: no-repeat;
}

.links-date a span {
  padding: 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;
}

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

th.right,
td.right {
  text-align: right !important;
}

th.left,
td.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

th.top,
td.top {
  vertical-align: top !important;
}

th.bottom,
td.bottom {
  vertical-align: bottom !important;
}

td p, th p {
  margin-bottom: 0;
}

ol.footnotes,
picture img {
  margin-bottom: 10px;
}

.wrap-table-skills .financial-table td:nth-of-type(3) {
  background: none;
}

.wrap-table-skills .financial-table td:nth-child(n+3) {
  text-align: inherit;
}

.wrap-table-skills .financial-table td:nth-of-type(2) {
  text-align: inherit;
}

.wrap-table-skills .financial-table td.highlight {
  background: #f4f3f6;
}

.wl-quote {
  font-family: "Titillium Web";
  font-size: 24px;
  line-height: 1.42em;
  color: #001cad;
  margin: 40px 0;
  padding-left: 34px;
  border-left: 4px solid #00dfed;
}

.data-content ul.searchResults {
  overflow: auto;
  list-style: none;
  padding-left: 0;
}

.searchResult {
  padding: 50px 25px;
  border-bottom: 1px grey solid;
}

.resultHeader {
  font-size: 17px;
  font-weight: 900;
}

div.left.pageButton {
  float: left;
}

div.right.pageButton {
  float: right;
}

ul.footnote-list {
  list-style: none !important;
  font-size: 11px;
  font-weight: 300;
  color: #666;
  /*line-height: 13px;*/
  margin-bottom: 15px;
  padding-left: 5px;
}

.footnote-list li {
  margin-left: 0;
}

table.changeWidth td, th {
  min-width: 0 !important;
}

.table-wrap table th.indent-1,
.table-wrap table td.indent-1 {
  padding-left: 3mm;
}

.table-wrap table th.indent-2,
.table-wrap table td.indent-2 {
  padding-left: 6mm;
}

.table-wrap table th.indent-3,
.table-wrap table td.indent-3 {
  padding-left: 9mm;
}

.icon-target {
  display: inline-block;
  width: 39px;
  height: 39px;
  background: no-repeat center center;
}

.icon-target__ok {
  background-size: 26px 26px;
  background-image: url("../img/icons/icon-target-ok.svg");
}

.icon-target__fail {
  background-size: 26px 26px;
  background-image: url("../img/icons/icon-target-fail.svg");
}

.icon-target__progress {
  background-size: 26px 26px;
  background-image: url("../img/icons/icon-target-progress.svg");
}

.icon-target__ok-dim {
  background-size: 26px 26px;
  background-image: url("../img/icons/icon-target-ok-dim.svg");
}

.icon-target__fail-dim {
  background-size: 26px 26px;
  background-image: url("../img/icons/icon-target-fail-dim.svg");
}

.icon-target__progress-dim {
  background-size: 26px 26px;
  background-image: url("../img/icons/icon-target-progress-dim.svg");
}

.block-notes ul li.indent-1 {
  margin-left: 30px;
}
.block-notes ul li.indent-2 {
  margin-left: 45px;
}
.block-notes ul li.indent-3 {
  margin-left: 60px;
}
.block-notes ul li.indent-4 {
  margin-left: 75px;
}
.block-notes ul li.indent-5 {
  margin-left: 90px;
}

.container.issues {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.is-open > .accordion__initial-heading > .accordion__indicator {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.accordion__item:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.accordion__item__full-width .accordion__content-wrapper, .accordion__item__full-width .accordion__content {
  padding-left: 0;
  padding-right: 0;
}
.accordion__item__full-width .accordion__content-wrapper table, .accordion__item__full-width .accordion__content table {
  width: 100%;
}

.accordion__item {
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background-color: #fff;
}

.accordion__content-wrapper {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 200ms;
  transition: height 200ms;
  padding-left: 20px;
  padding-right: 20px;
}

.accordion__initial-heading {
  padding: 15px 40px 15px 20px;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
}

.accordion__indicator {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 22px;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}

.text--blue {
  color: #001cb0;
}

.content-table p {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  text-transform: none;
}

.content-table .thead {
  position: static;
  background-color: #001cb0;
}

.content-table th {
  border-right: solid #fff 1px;
  vertical-align: middle;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  height: 36px;
  border-bottom: none;
  text-align: left;
  letter-spacing: 0.09px;
}

.content-table th, .content-table td {
  padding: 5px 15px;
}

.content-table td {
  vertical-align: top;
  background: #fff;
  border: solid 1px #f2f2f2;
  min-width: 230px;
}

ol.ordered-list {
  list-style: decimal;
  margin-bottom: 10px;
  line-height: 1.6em;
  padding-left: 15px;
}
ol.ordered-list li {
  margin-bottom: 10px;
}

.mobile-menu .tab-mob > li > a {
  text-transform: uppercase;
}

.wl-main-section ul {
  list-style: disc;
  padding-left: 20px;
  font-size: 14px;
  line-height: 1.6em;
  margin-bottom: 10px;
}

.wl-main-section .sitemap-container .sect-site > ul, .wl-main-section .sitemap-container .sect-site > ul > li > ul {
  padding-left: 0;
}
.wl-main-section .sitemap-container .sect-site ul {
  list-style: none;
  line-height: 19px;
}

.wrap-table-skills .financial-table.none {
  border-bottom: none;
  margin-bottom: 0;
}
.wrap-table-skills .financial-table.none .wrap-img {
  padding: 0;
}

.wrap-table-skills .financial-table.none tr:hover td {
  background: none;
}

.wrap-table-skills th:first-child {
  padding-left: 0;
}

.thin-border {
  border-bottom: 1px solid #00dfed;
}

/* datacenter 2024 */
/*
.homepage__links {
  z-index: 10;

  .link__title a {
    color: #001cb0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-decoration: none;
    font-size: 20px;
  }
}
*/
.hero-banner__icon.empty,
.page-content__header .header__icon.empty {
  display: none;
}

header .header__title b {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

header .header__title {
  font-weight: 400;
}

footer .footer__title b {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.highcharts-container {
  margin-top: 30px;
}
/*# sourceMappingURL=tangelo.css.map */
