/* Column Grid */
.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.clear:before {
  content: '';
  display: table;
}
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.row {
  clear: both;
  margin: 0;
}
.row:before {
  content: '';
  display: table;
}
.row:after {
  content: '';
  display: table;
  clear: both;
}
.col {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
}
.col:first-child {
  margin-left: 0;
}
.col:last-child {
  margin-right: 0;
}
.span1 {
  width: 6.5%;
}
.span2 {
  width: 15%;
}
.span3 {
  width: 23.5%;
}
.span4 {
  width: 32%;
}
.span5 {
  width: 40.5%;
}
.span6 {
  width: 49%;
}
.span7 {
  width: 57.5%;
}
.span8 {
  width: 66%;
}
.span9 {
  width: 74.5%;
}
.span10 {
  width: 83%;
}
.span11 {
  width: 91.5%;
}
.span12 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.offset0,
.offset0:first-child {
  margin-left: 0% !important;
}
.offset1,
.offset1:first-child {
  margin-left: 8.5% !important;
}
.offset2,
.offset2:first-child {
  margin-left: 17% !important;
}
.offset3,
.offset3:first-child {
  margin-left: 25.5% !important;
}
.offset4,
.offset4:first-child {
  margin-left: 34% !important;
}
.offset5,
.offset5:first-child {
  margin-left: 42.5% !important;
}
.offset6,
.offset6:first-child {
  margin-left: 51% !important;
}
.offset7,
.offset7:first-child {
  margin-left: 59.5% !important;
}
.offset8,
.offset8:first-child {
  margin-left: 68% !important;
}
.offset9,
.offset9:first-child {
  margin-left: 76.5% !important;
}
.offset10,
.offset10:first-child {
  margin-left: 85% !important;
}
.offset11,
.offset11:first-child {
  margin-left: 93.5% !important;
}
.scale,
.scale > img {
  display: block;
  max-width: 100%;
}
.article.breaking .article-body {
  width: 65%;
  width: 82%;
  margin: 0 !important;
  padding: 80px 7.5% 240px 17%;
  background: url(../issues/fall2017/_img/fall17-research-breaking-hero.jpg) no-repeat center 120%;
  background-size: 1000px;
}
.article.linking .article-body {
  width: 65%;
  width: 82%;
  margin: 0 !important;
  padding: 80px 7.5% 100px 17%;
  background-image: url(../issues/fall2017/_img/fall17-research-linking-bg.jpg), url(../issues/fall2017/_img/fall17-research-linking-bg1.jpg);
  background-position: right bottom, left 120px;
  background-repeat: no-repeat;
  background-size: 100%;
}
.article.vision .hero-img {
  width: 49%;
}
.article.embracing .hero-img {
  width: 49%;
}
.article.practicing .hero-img {
  width: 130%;
  margin-right: -13%;
  border: none;
}
.article.breaking h1 {
  font-size: 35px;
}
.homepage.home2017 .core-attributes {
  background-image: url("../_img/core-bg17.png");
}
