/*Fixing Col Breakpoint for Portrait Tablets*/
@media screen and (max-width: 1024px)  {
  #content.sidebar-right {
    padding-right: 26px;
  }

  #content.sidebar-right+#sidebar {
    width: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    clear: both;
    margin-bottom: 0;
  }
}
