.figure-middle,
.nav__list-subnav-content,
.Grid--center img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav__list-subnav li {
  float: left;
  position: relative;
}

.nav__list-subnav-content {
  width: 100%;
}

.half.cols .col {
  position: relative;
}

@media screen and (min-width: 960px) {
  .half.cols .col {
    min-height: 250px;
    float: left;
  }
}
.col {
  float: left;
}

.col-w-bgimg .col-right {
  height: 100%;
}

.Grid > .Grid-cell {
  float: left;
}

.Grid--center {
  width: 100%;
  position: relative;
}

/*# sourceMappingURL=ie10.css.map */
