@media (min-width: 768px) {
  .nm-main-content.col-sm-push-3 {
    left: 20%;
  }
  body.page-node-type-author .nm-main-content.col-sm-push-3 {
    left: 26.66667%;
  }
}
@media screen and (max-width: 959.98px) {
  body.two-sidebars .col-md-3.sidebar-second,
  body.two-sidebars .col-sm-3.sidebar-second {
    width: 100%;
    float: none;
    clear: both;
  }
  body.page-node-type-author .nm-main-content.col-sm-push-3,
  .nm-main-content.col-sm-6 {
    width: 66.66667%;
  }
  body.two-sidebars .sidebar-first.col-md-3,
  body.two-sidebars .sidebar-first.col-sm-3.col-sm-pull-6 {
    right: 66.66667%;
  }
  body.page-node-type-author .nm-main-content.col-sm-push-3,
  .nm-main-content.col-sm-push-3 {
    left: 33.33333%;
  }
  body.page-node-type-author .col-sm-pull-9,
  .col-sm-pull-6.sidebar-first {
    right: 66.66667%;
  }
  body.two-sidebars .col-md-3.sidebar-first,
  body.two-sidebars .col-sm-3.sidebar-first {
    width: 33.33333%;
  }
}
@media screen and (max-width: 767.98px) {
  body.page-node-type-author .nm-main-content.col-sm-push-3 {
    left: 0;
    width: 100%;
  }
}
