.nw-termsconditions-leftnav {
  float: left;
  display: block;
  max-width: $termsconditionspage-leftnav-width;
  padding: 0 25px;
}

.nw-termsconditions-leftnavtitle {
  border-bottom: 1px solid $termsconditionspage-border-color;
  padding: 25px 0;
  font-size: $font-size-xxl;
  font-weight: 600;
}

.nw-termsconditions-content {
  border-color: $transparent;

  a {
    font-family: $secondary-font-family;
    color: $default-color;
    text-decoration: none;
  }

  p {
    line-height: 32px;
    word-wrap: break-word;
  }
}

.nw-desktoptermsconditions-color {
  background-color: $termsconditionstitle-background-color;
  color: $staticpage-desktopheader-color;
}

.nw-terms-color {
  background-color: $termsandconditiontitle-background-color;
  color: $staticpage-desktopheader-color;
}
