@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 60em) {
		
	.desktop-lg {
		display: block !important; /*-----desktop-only-----*/
		}
	
	.desktop-sm {
		display: none;
		}
	
	.tablet-only {
		display: none !important;
		}
	
	}
	
@media screen and (min-width: 48em) {
	
	.ipad-lg {
		display: block !important;
		}
	
	.ipad-sm {
		display: none;
		}
	
	.ipad-only {
		display: block !important;
		}

}

@media screen and (min-width: 34.375em) {
	
	.tablet-lg {
		display: block !important;
		}
		
	.tablet-sm {
		display: none;
		}
	
	.tablet-only {
		display: block !important;
		}
		
}

@media screen and (min-width: 18.750em) {
	
	.desktop-lg {
		display: none;
		}
	
	.tablet-lg {
		display: none;
		}
	
	.ipad-lg {
		display: none;
		}
	
	.tablet-only {
		display: none;
		}
	
	.ipad-only {
		display: none;
		}
	
} //end media query