/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
 * Contains Adopter Site Specific definitions.  This can include basic overrides
 * or a list of imports.  Adopters may also choose to simply modify the standard
 * CSS files directly and manage the changes.
 *
 * @import note: @imports only work if they are the first non comment item(s)
 * listed (same as an XSLT import).
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@import url('HorizonalMenu-ColumnsPanel-Clickable.css');
@import url('VerticalMenu-ExpandableList.css');

@import url('_SiteSpecific-general.css');
@import url('_SiteSpecific-layout_navigation.css');

/* Responsive overrides/layout and other overrides for device resolution.  
	See responsive_notes.txt for more info on why what was chosen.
*/
@import url("_responsive-tiny.css")   only screen and                        (max-width:  959px);
@import url("_responsive-small.css")  only screen and (min-width: 640px) and (max-width:  959px);
@import url("_responsive-medium.css") only screen and (min-width: 960px);
@import url("_responsive-large.css")  only screen and (min-width: 1280px);
@import url("_responsive-huge.css")   only screen and (min-width: 1700px);

@import url('_SiteSpecific-responsive.css');

/*============================ End of Style Sheet ============================*/

