/*===============
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
-----------------
breakpoint
-----------------
helpers
extend
override
===============*/
/* @layout */
/* ----------------- */
/* @navigation */
/* @components */
/* @pages */
/* ----------------- */
/* @breakpoint */
/* ----------------- */
/* @helpers */
.bp1-auto
{
    width:auto;
}
.bp1-1of1
{
    width:100%;
}
.bp1-1of2
{
    width:50%;
}
.bp1-1of3
{
    width:33.333334%;
}
.bp1-2of3
{
    width:66.666667%;
}
.bp1-1of4
{
    width:25%;
}
.bp1-3of4
{
    width:75%;
}
.bp1-1of5
{
    width:20%;
}
.bp1-2of5
{
    width:40%;
}
.bp1-3of5
{
    width:60%;
}
.bp1-4of5
{
    width:80%;
}
/* @extend */
/* @override */
