/*
 * Structure
 */
aside#primary {
  clear: none;
}
#secondary {
  float: right;
}

@media (max-width: 1257px) {
  #secondary {
    width: 316px!important;
  }
  #primary {
    border-right: none;
    margin-right: 318px;
    width: auto;
    right: auto;
    float: none;
  }
  /* right rail */
  #secondary .equal-heights-column-inner {
    padding-right: 0;
  }
  #secondary .email-alerts {
    display: block;
  }
  /* setup content to wrap around right sidebar's 300px */
  #content {
    width: auto!important;
    float: none!important;
    margin-right: 316px;
    left: 0!important;
  }
  #content section article:after,
  #content .full-article .row:after {
    clear: none!important;
  }
  /* avoid adblade from clearing right sidebar float */
  .adblade-dyna {
    clear: none!important;
  }
}