How can I move each instance of sidebar below the main content for each div?

How can I move each instance of sidebar below the main content for each div?

  1. jQuery(".two-col-callout .col-md-3").detach().appendTo('.two-col-callout .textwidget');

The above code unfortunately appends .col-md-3 to all instances of .textwidget on the page.  I think I need to use jQuery(this) to target that single div.  The url is http://vacaville.wpengine.com/admissions/ if anyone would mind helping a brother out.  Thanks in advance!