/**
 * TIA Custom Styles
 * Media Queries
 */

/* Extra small devices (phones, up to 480px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up)
@media (min-width: @screen-sm) { ... } */

/* Medium devices (desktops, 992px and up)
@media (min-width: @screen-md) { ... } */

/* Large devices (large desktops, 1200px and up)
@media (min-width: @screen-lg) { ... } */


/* CORRECT HERE
@media (min-width: 992px) {
    .sf-menu.sf-style-blue a {
        padding: 0.75em 1.5em; }
*/

@media (max-width: @screen-xs-max) {
	#instructor-page-order-forms,
	#instructor-page-instructor-options,
	#instructor-page-instructor-video {
	    float: none !important;
	    width:100% !important;
	}
	#instructor-page-instructor-options {
	    margin: 0 0 !important;
	}
}