
/* Phone */
@import url("springglobalmobile.css") only screen and (max-width:560px);
/* Tablet */
@import url("springglobal.css") only screen and (min-width:561px) and (max-width:768px);
/* Desktop */
@import url("springglobal.css") only screen and (min-width:769px);
