/*===============
TABLE OF CONTENTS
=================
Prefix your search term with "@" to jump to that section. Eg: to jump to the footer styles, search for "@footer"
layout
-----------------
navigation
components
pages
-----------------
===============*/
/* @layout */
/* @navigation */
/* @components */
/* @breakpoint 1 */
.bp1-auto
{
    width:auto;
}
.bp1-1of1
{
    width:100%;
}
.bp1-1of2
{
    width:50%;
}
.bp1-1of3
{
    width:33.333334%;
}
.bp1-2of3
{
    width:66.666667%;
}
