/*! Waffle 0.3.1 by Landon Schropp (https://github.com/LandonSchropp/waffle) */ /* line 55, ../waffle.sass */ .column-container:not(.collapsible) { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } /* line 59, ../waffle.sass */ .row-container:not(.collapsible) { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } /* line 63, ../waffle.sass */ .column-container:not(.collapsible).reverse { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-direction: reverse-row; -ms-flex-direction: reverse-row; flex-direction: reverse-row; } /* line 67, ../waffle.sass */ .row-container:not(.collapsible).reverse { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-direction: reverse-column; -ms-flex-direction: reverse-column; flex-direction: reverse-column; } @media (min-width: 640px) { /* line 71, ../waffle.sass */ .column-container.collapsible { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } } @media (min-width: 640px) { /* line 76, ../waffle.sass */ .row-container.collapsible { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } } @media (min-width: 640px) { /* line 81, ../waffle.sass */ .column-container.collapsible.reverse { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; -webkit-flex-direction: reverse-row; -ms-flex-direction: reverse-row; flex-direction: reverse-row; } } @media (min-width: 640px) { /* line 86, ../waffle.sass */ .row-container.collapsible.reverse { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-direction: reverse-column; -ms-flex-direction: reverse-column; flex-direction: reverse-column; } } /* line 105, ../waffle.sass */ .auto-column { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } /* line 45, ../waffle.sass */ .auto-column.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .auto-column.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .column { -webkit-flex: 1; -ms-flex: 1; flex: 1; } /* line 45, ../waffle.sass */ .column.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .column.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .one-column { -webkit-flex: 1; -ms-flex: 1; flex: 1; } /* line 45, ../waffle.sass */ .one-column.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .one-column.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .phi-column { -webkit-flex: 1.61803; -ms-flex: 1.61803; flex: 1.61803; } /* line 45, ../waffle.sass */ .phi-column.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .phi-column.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .two-columns { -webkit-flex: 2; -ms-flex: 2; flex: 2; } /* line 45, ../waffle.sass */ .two-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .two-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .three-columns { -webkit-flex: 3; -ms-flex: 3; flex: 3; } /* line 45, ../waffle.sass */ .three-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .three-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .four-columns { -webkit-flex: 4; -ms-flex: 4; flex: 4; } /* line 45, ../waffle.sass */ .four-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .four-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .five-columns { -webkit-flex: 5; -ms-flex: 5; flex: 5; } /* line 45, ../waffle.sass */ .five-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .five-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .six-columns { -webkit-flex: 6; -ms-flex: 6; flex: 6; } /* line 45, ../waffle.sass */ .six-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .six-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .seven-columns { -webkit-flex: 7; -ms-flex: 7; flex: 7; } /* line 45, ../waffle.sass */ .seven-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .seven-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .eight-columns { -webkit-flex: 8; -ms-flex: 8; flex: 8; } /* line 45, ../waffle.sass */ .eight-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .eight-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .nine-columns { -webkit-flex: 9; -ms-flex: 9; flex: 9; } /* line 45, ../waffle.sass */ .nine-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .nine-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .ten-columns { -webkit-flex: 10; -ms-flex: 10; flex: 10; } /* line 45, ../waffle.sass */ .ten-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .ten-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .eleven-columns { -webkit-flex: 11; -ms-flex: 11; flex: 11; } /* line 45, ../waffle.sass */ .eleven-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .eleven-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .twelve-columns { -webkit-flex: 12; -ms-flex: 12; flex: 12; } /* line 45, ../waffle.sass */ .twelve-columns.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .twelve-columns.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .auto-row { -webkit-flex: 0 0 auto; -ms-flex: 0 0 auto; flex: 0 0 auto; } /* line 45, ../waffle.sass */ .auto-row.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .auto-row.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .row { -webkit-flex: 1; -ms-flex: 1; flex: 1; } /* line 45, ../waffle.sass */ .row.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .row.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .one-row { -webkit-flex: 1; -ms-flex: 1; flex: 1; } /* line 45, ../waffle.sass */ .one-row.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .one-row.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .two-rows { -webkit-flex: 2; -ms-flex: 2; flex: 2; } /* line 45, ../waffle.sass */ .two-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .two-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .three-rows { -webkit-flex: 3; -ms-flex: 3; flex: 3; } /* line 45, ../waffle.sass */ .three-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .three-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .four-rows { -webkit-flex: 4; -ms-flex: 4; flex: 4; } /* line 45, ../waffle.sass */ .four-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .four-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .five-rows { -webkit-flex: 5; -ms-flex: 5; flex: 5; } /* line 45, ../waffle.sass */ .five-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .five-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .six-rows { -webkit-flex: 6; -ms-flex: 6; flex: 6; } /* line 45, ../waffle.sass */ .six-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .six-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .seven-rows { -webkit-flex: 7; -ms-flex: 7; flex: 7; } /* line 45, ../waffle.sass */ .seven-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .seven-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .eight-rows { -webkit-flex: 8; -ms-flex: 8; flex: 8; } /* line 45, ../waffle.sass */ .eight-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .eight-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .nine-rows { -webkit-flex: 9; -ms-flex: 9; flex: 9; } /* line 45, ../waffle.sass */ .nine-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .nine-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .ten-rows { -webkit-flex: 10; -ms-flex: 10; flex: 10; } /* line 45, ../waffle.sass */ .ten-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .ten-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .eleven-rows { -webkit-flex: 11; -ms-flex: 11; flex: 11; } /* line 45, ../waffle.sass */ .eleven-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .eleven-rows.scrollable { overflow: scroll; overflow-scrolling: touch; } /* line 105, ../waffle.sass */ .twelve-rows { -webkit-flex: 12; -ms-flex: 12; flex: 12; } /* line 45, ../waffle.sass */ .twelve-rows.gutter > * { margin-left: 0.5rem; margin-right: 0.5rem; } /* line 113, ../waffle.sass */ .twelve-rows.scrollable { overflow: scroll; overflow-scrolling: touch; }