/* ==========================================================================
  CHART CSS
 ==========================================================================  */
.donut-chart {
  position: relative;
}
.donut-chart__wrapper {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}
.donut-chart__slice {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.donut-chart__center {
  position: absolute;
  border-radius: 50%;
}
.donut-chart__legend-item {
  font-family: 'Tetria LT W01 Regular', Helvetica, Arial, Sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px;
  background-size: 10px 1px;
  background-repeat: no-repeat;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.donut-chart__legend-item::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  top: 50%;
}
.donut-chart__legend-item strong {
  display: block;
  font-size: 1.25em;
  font-family: 'Tetria LT W01 Black', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.donut-chart__legend-item--one {
  text-align: right;
  padding-right: 10px;
  border-right: solid 1px;
  background-position: top right, bottom right;
}
.donut-chart__legend-item--one::before {
  left: 100%;
}
.donut-chart__legend-item--two {
  border-left: solid 1px;
  background-position: top left, bottom left;
}
.donut-chart__legend-item--two::before {
  right: 100%;
}
.donut-chart--in-footer .donut-chart__wrapper {
  width: 115px;
  height: 115px;
  background: #e6b413;
  -webkit-transform: rotate(57.24deg);
          transform: rotate(57.24deg);
}
.donut-chart--in-footer .donut-chart__slice--one {
  clip: rect(0 115px 57.5px 0);
  -webkit-transform: rotate(155.52deg);
          transform: rotate(155.52deg);
  background: #1DBDE2;
}
.donut-chart--in-footer .donut-chart__slice--two {
  clip: rect(0 57.5px 115px 0);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background: #1DBDE2;
}
.donut-chart--in-footer .donut-chart__slice-border {
  position: absolute;
  left: 50%;
  margin-left: -2px;
  top: 0;
  height: 50%;
  width: 4px;
  background-color: #00398A;
}
.donut-chart--in-footer .donut-chart__slice-border::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #00398A;
  -webkit-transform: rotate(65.52deg);
          transform: rotate(65.52deg);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.donut-chart--in-footer .donut-chart__center {
  top: 35px;
  left: 35px;
  width: 45px;
  height: 45px;
  background: #00398A;
}
.donut-chart--in-footer .donut-chart__legend-item {
  color: #fff;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  border-color: rgba(255, 255, 255, 0.5);
}
.donut-chart--in-footer .donut-chart__legend-item::before {
  background: rgba(255, 255, 255, 0.5);
}
.donut-chart--in-footer .donut-chart__legend-item--one {
  right: calc(50% + 57.5px + 20px);
}
.donut-chart--in-footer .donut-chart__legend-item--two {
  left: calc(50% + 57.5px + 20px);
}
@media (min-width: 1px) {
  .donut-chart--in-footer .donut-chart__wrapper {
    width: 150px;
    height: 150px;
    margin: 0;
    -webkit-transform: rotate(102.24deg);
            transform: rotate(102.24deg);
  }
  .donut-chart--in-footer .donut-chart__slice--one {
    clip: rect(0 150px 75px 0);
  }
  .donut-chart--in-footer .donut-chart__slice--two {
    clip: rect(0 75px 150px 0);
  }
  .donut-chart--in-footer .donut-chart__slice-border {
    margin-left: -2.5px;
    width: 5px;
  }
  .donut-chart--in-footer .donut-chart__center {
    top: 45px;
    left: 45px;
    width: 60px;
    height: 60px;
  }
  .donut-chart--in-footer .donut-chart__legend-item {
    width: calc(100% - 150px - 30px);
    right: auto;
    left: 180px;
    text-align: left;
    background-position: top left, bottom left;
    border-right: 0;
    padding-right: 0;
    padding-left: 10px;
  }
  .donut-chart--in-footer .donut-chart__legend-item::before {
    left: auto;
    right: 100%;
    width: 50px;
  }
  .donut-chart--in-footer .donut-chart__legend-item--one {
    top: 25%;
    border-left-width: 1px;
    border-left-style: solid;
  }
  .donut-chart--in-footer .donut-chart__legend-item--two {
    top: 75%;
  }
}
.donut-chart--in-footer {
  float: left;
  width: 250px;
  font-size: 12px;
  line-height: 16px;
}
.donut-chart--in-footer .donut-chart__wrapper {
  margin-left: 0;
}



/* ==========================================================================
  OVERRIDES / ADDITIONS TO EXISTING CSS 
 ==========================================================================  */

.footer-financial-integrity p {
  box-sizing: border-box;
  width: calc(100% - 250px);
  padding: 0 1em !important; /* !important required to override main-css-updates.css line: 254 */
}

#footer #footer-logos {
  box-sizing: border-box;
  width: calc(100% - 250px);
  list-style: none;
  margin: 0;
  padding: 0 1em;
/*  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; */
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
#footer #footer-logos li {
  box-sizing: border-box;
  height: 0;
  padding: calc(20% - 10px) 0 0;
  width: calc(20% - 10px) !important; /* !important required to override inline style */
  position: relative;
  margin: 5px;
}
#footer #footer-logos img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0 !important; /* !important used to override css on individual logos */
}
