/*
Layers CSS 1.1.2  responsive adjustments
Released by Jerry Jäppinen under the MIT license
http://eiskis.net/layers
2014-12-29 12:30 UTC
*/

@media handheld, only screen and (min-width: 40em) {

    /*Width limit*/
    .limit-small {
        max-width: 27em;
    }

    /*Roll back default last-in-line behavior*/
    .column.last.small-fifth,
    .column.last.small-twofifths,
    .column.last.small-threefifths,
    .column.last.small-fourfifths,
    .column.last.small-one,
    .column.last.small-two,
    .column.last.small-sixth,
    .column.last.small-three,
    .column.last.small-fourth,
    .column.last.small-four,
    .column.last.small-twosixths,
    .column.last.small-third,
    .column.last.small-five,
    .column.last.small-six,
    .column.last.small-half,
    .column.last.small-threesixths,
    .column.last.small-twofourths,
    .column.last.small-seven,
    .column.last.small-eight,
    .column.last.small-foursixths,
    .column.last.small-twothirds,
    .column.last.small-nine,
    .column.last.small-threefourths,
    .column.last.small-ten,
    .column.last.small-fivesixths,
    .column.last.small-eleven,
    .column.last.small-twelve,
    .column.last.small-full {
        margin-right: 3.8%;
    }

    /*Roll back default last-in-line behavior*/
    .column.right.last.small-fifth,
    .column.right.last.small-twofifths,
    .column.right.last.small-threefifths,
    .column.right.last.small-fourfifths,
    .column.right.last.small-one,
    .column.right.last.small-two,
    .column.right.last.small-sixth,
    .column.right.last.small-three,
    .column.right.last.small-fourth,
    .column.right.last.small-four,
    .column.right.last.small-twosixths,
    .column.right.last.small-third,
    .column.right.last.small-five,
    .column.right.last.small-six,
    .column.right.last.small-half,
    .column.right.last.small-threesixths,
    .column.right.last.small-twofourths,
    .column.right.last.small-seven,
    .column.right.last.small-eight,
    .column.right.last.small-foursixths,
    .column.right.last.small-twothirds,
    .column.right.last.small-nine,
    .column.right.last.small-threefourths,
    .column.right.last.small-ten,
    .column.right.last.small-fivesixths,
    .column.right.last.small-eleven,
    .column.right.last.small-twelve,
    .column.right.last.small-full {
        margin-left: 3.8%;
    }

    /*Column basics*/
    .column.small-fifth,
    .column.small-twofifths,
    .column.small-threefifths,
    .column.small-fourfifths,
    .column.small-one,
    .column.small-two,
    .column.small-sixth,
    .column.small-three,
    .column.small-fourth,
    .column.small-four,
    .column.small-twosixths,
    .column.small-third,
    .column.small-five,
    .column.small-six,
    .column.small-half,
    .column.small-threesixths,
    .column.small-twofourths,
    .column.small-seven,
    .column.small-eight,
    .column.small-foursixths,
    .column.small-twothirds,
    .column.small-nine,
    .column.small-threefourths,
    .column.small-ten,
    .column.small-fivesixths,
    .column.small-eleven,
    .column.small-twelve,
    .column.small-full {
        clear: none;
        float: left;
        min-height: 1px;
        margin-left: 0;
        margin-right: 3.8%;
    }

    .column.right.small-fifth,
    .column.right.small-twofifths,
    .column.right.small-threefifths,
    .column.right.small-fourfifths,
    .column.right.small-one,
    .column.right.small-two,
    .column.right.small-sixth,
    .column.right.small-three,
    .column.right.small-fourth,
    .column.right.small-four,
    .column.right.small-twosixths,
    .column.right.small-third,
    .column.right.small-five,
    .column.right.small-six,
    .column.right.small-half,
    .column.right.small-threesixths,
    .column.right.small-twofourths,
    .column.right.small-seven,
    .column.right.small-eight,
    .column.right.small-foursixths,
    .column.right.small-twothirds,
    .column.right.small-nine,
    .column.right.small-threefourths,
    .column.right.small-ten,
    .column.right.small-fivesixths,
    .column.right.small-eleven,
    .column.right.small-twelve,
    .column.right.small-full {
        float: right;
        margin-right: 0;
        margin-left: 3.8%;
    }

    .column.reset.small-fifth,
    .column.reset.small-twofifths,
    .column.reset.small-threefifths,
    .column.reset.small-fourfifths,
    .column.reset.small-one,
    .column.reset.small-two,
    .column.reset.small-sixth,
    .column.reset.small-three,
    .column.reset.small-fourth,
    .column.reset.small-four,
    .column.reset.small-twosixths,
    .column.reset.small-third,
    .column.reset.small-five,
    .column.reset.small-six,
    .column.reset.small-half,
    .column.reset.small-threesixths,
    .column.reset.small-twofourths,
    .column.reset.small-seven,
    .column.reset.small-eight,
    .column.reset.small-foursixths,
    .column.reset.small-twothirds,
    .column.reset.small-nine,
    .column.reset.small-threefourths,
    .column.reset.small-ten,
    .column.reset.small-fivesixths,
    .column.reset.small-eleven,
    .column.reset.small-twelve,
    .column.reset.small-full {
        margin-right: 0;
        margin-left: 0;
    }

    /*Full-width column*/
    .column.small-full,
    .column.small-twelve {
        width: 100%;
    }

    /*Fifth*/
    .column.small-fifth {
        width: 16.95%; /* 16.96 */
    }

    .column.small-twofifths {
        width: 37.70%; /* 33.92 + 3.8 */
    }

    .column.small-threefifths {
        width: 58.45%; /* 50.88 + 3.8 + 3.8 */
    }

    .column.small-fourfifths {
        width: 79.20%; /* 67.84 + 3.8 + 3.8 + 3.8 */
    }

    .column.small-push-fifth {
        margin-left: 20.45%;
    }

    .column.small-right.push-fifth {
        margin-right: 20.45%;
    }

    .column.small-push-twofifths {
        margin-left: 41.50%;
    }

    .column.small-right.push-twofifths {
        margin-right: 41.50%;
    }

    .column.small-push-threefifths {
        margin-left: 62.25%;
    }

    .column.small-right.push-threefifths {
        margin-right: 62.25%;
    }

    .column.small-push-fourfifths {
        margin-left: 83.00%;
    }

    .column.small-right.push-fourfifths {
        margin-right: 83.00%;
    }

    /*Fluid column widths*/
    .column.small-one {
        width: 4.85%;
    }

    .column.small-two,
    .column.small-sixth {
        width: 13.45%;
    }

    .column.small-three,
    .column.small-fourth {
        width: 22.05%;
    }

    .column.small-four,
    .column.small-twosixths,
    .column.small-third {
        width: 30.75%;
    }

    .column.small-five {
        width: 39.45%;
    }

    .column.small-six,
    .column.small-half,
    .column.small-threesixths,
    .column.small-twofourths {
        width: 48%;
    }

    .column.small-seven {
        width: 56.75%;
    }

    .column.small-eight,
    .column.small-foursixths,
    .column.small-twothirds {
        width: 65.4%;
    }

    .column.small-nine,
    .column.small-threefourths {
        width: 74.05%;
    }

    .column.small-ten,
    .column.small-fivesixths {
        width: 82.7%;
    }

    .column.small-eleven {
        width: 91.35%;
    }

    /*Shift guttered columns*/
    .column.small-push-one {
        margin-left: 8.65%;
    }

    .column.right.small-push-one {
        margin-right: 8.65%;
    }

    .column.small-push-two,
    .column.small-push-sixth {
        margin-left: 17.25%;
    }

    .column.right.small-push-two,
    .column.right.small-push-sixth {
        margin-right: 17.25%;
    }

    .column.small-push-three,
    .column.small-push-fourth {
        margin-left: 25.85%;
    }

    .column.right.small-push-three,
    .column.right.small-push-fourth {
        margin-right: 25.85%;
    }

    .column.small-push-four,
    .column.small-push-twosixths,
    .column.small-push-third {
        margin-left: 34.55%;
    }

    .column.right.small-push-four,
    .column.right.small-push-twosixths,
    .column.right.small-push-third {
        margin-right: 34.55%;
    }

    .column.small-push-five {
        margin-left: 43.25%;
    }

    .column.right.small-push-five {
        margin-right: 43.25%;
    }

    .column.small-push-six,
    .column.small-push-half,
    .column.small-push-threesixths,
    .column.small-push-twofourths {
        margin-left: 51.8%;
    }

    .column.right.small-push-six,
    .column.right.small-push-half,
    .column.right.small-push-threesixths,
    .column.right.small-push-twofourths {
        margin-right: 51.8%;
    }

    .column.small-push-seven {
        margin-left: 60.55%;
    }

    .column.right.small-push-seven {
        margin-right: 60.55%;
    }

    .column.small-push-eight,
    .column.small-push-foursixths,
    .column.small-push-twothirds {
        margin-left: 69.2%;
    }

    .column.right.small-push-eight,
    .column.right.small-push-foursixths,
    .column.right.small-push-twothirds {
        margin-right: 69.2%;
    }

    .column.small-push-nine,
    .column.small-push-threefourths {
        margin-left: 77.85%;
    }

    .column.right.small-push-nine,
    .column.right.small-push-threefourths {
        margin-right: 77.85%;
    }

    .column.small-push-ten,
    .column.small-push-fivesixths {
        margin-left: 86.5%;
    }

    .column.right.small-push-ten,
    .column.right.small-push-fivesixths {
        margin-right: 86.5%;
    }

    .column.small-push-eleven {
        margin-left: 95.15%;
    }

    .column.right.small-push-eleven {
        margin-right: 95.15%;
    }

    /*No gutters*/
    .column.small-one.reset {
        width: 8.3%;
    }

    .column.small-two.reset,
    .column.small-sixth.reset {
        width: 16.65%;
    }

    .column.small-three.reset,
    .column.small-fourth.reset {
        width: 25%;
    }

    .column.small-four.reset,
    .column.small-twosixths.reset,
    .column.small-third.reset {
        width: 33.3%;
    }

    .column.small-five.reset {
        width: 41.65%;
    }

    .column.small-six.reset,
    .column.small-half.reset,
    .column.small-threesixths.reset,
    .column.small-twofourths.reset {
        width: 50%;
    }

    .column.small-seven.reset {
        width: 58.3%;
    }

    .column.small-eight.reset,
    .column.small-foursixths.reset,
    .column.small-twothirds.reset {
        width: 66.6%;
    }

    .column.small-nine.reset,
    .column.small-threefourths.reset {
        width: 75%;
    }

    .column.small-ten.reset,
    .column.small-fivesixths.reset {
        width: 83.35%;
    }

    .column.small-eleven.reset {
        width: 91.7%;
    }

    .column.small-full.reset,
    .column.small-twelve.reset {
        width: 100%;
    }

    /*Shift no-gutter columns*/
    .column.reset.small-push-one {
        margin-left: 8.3%;
    }

    .column.reset.right.small-push-one {
        margin-right: 8.3%;
    }

    .column.reset.small-push-two,
    .column.reset.small-push-sixth {
        margin-left: 16.65%;
    }

    .column.reset.right.small-push-two,
    .column.reset.right.small-push-sixth {
        margin-right: 16.65%;
    }

    .column.reset.small-push-three,
    .column.reset.small-push-fourth {
        margin-left: 25%;
    }

    .column.reset.right.small-push-three,
    .column.reset.right.small-push-fourth {
        margin-right: 25%;
    }

    .column.reset.small-push-four,
    .column.reset.small-push-twosixths,
    .column.reset.small-push-third {
        margin-left: 33.3%;
    }

    .column.reset.right.small-push-four,
    .column.reset.right.small-push-twosixths,
    .column.reset.right.small-push-third {
        margin-right: 33.3%;
    }

    .column.reset.small-push-five {
        margin-left: 41.65%;
    }

    .column.reset.right.small-push-five {
        margin-right: 41.65%;
    }

    .column.reset.small-push-six,
    .column.reset.small-push-half,
    .column.reset.small-push-threesixths,
    .column.reset.small-push-twofourths {
        margin-left: 50%;
    }

    .column.reset.right.small-push-six,
    .column.right.reset.small-push-half,
    .column.right.reset.small-push-threesixths,
    .column.right.reset.small-push-twofourths {
        margin-right: 50%;
    }

    .column.reset.small-push-seven {
        margin-left: 58.3%;
    }

    .column.reset.right.small-push-seven {
        margin-right: 58.3%;
    }

    .column.reset.small-push-eight,
    .column.reset.small-push-foursixths,
    .column.reset.small-push-twothirds {
        margin-left: 66.6%;
    }

    .column.reset.right.small-push-eight,
    .column.reset.right.small-push-foursixths,
    .column.reset.right.small-push-twothirds {
        margin-right: 66.6%;
    }

    .column.reset.small-push-nine,
    .column.reset.small-push-threefourths {
        margin-left: 75%;
    }

    .column.reset.right.small-push-nine,
    .column.reset.right.small-push-threefourths {
        margin-right: 75%;
    }

    .column.reset.small-push-ten,
    .column.reset.small-push-fivesixths {
        margin-left: 83.35%;
    }

    .column.reset.right.small-push-ten,
    .column.reset.right.small-push-fivesixths {
        margin-right: 83.35%;
    }

    .column.reset.small-push-eleven {
        margin-left: 91.7%;
    }

    .column.reset.right.small-push-eleven {
        margin-right: 91.7%;
    }

    /*Last column in the series*/
    .column.small-last,
    .column.last.small-last {
        margin-right: 0;
    }

    .column.right.small-last,
    .column.right.last.small-last {
        margin-left: 0;
    }

    /*Break columns after this*/
    .column.small-break {
        width: auto !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .column.small-text-center {
        text-align: center;
    }
}

@media handheld, only screen and (min-width: 55em) {

    /*Width limit*/
    .limit-medium {
        max-width: 70em;
    }

    /*Roll back default last-in-line behavior*/
    .column.last.medium-fifth,
    .column.last.medium-twofifths,
    .column.last.medium-threefifths,
    .column.last.medium-fourfifths,
    .column.last.medium-one,
    .column.last.medium-two,
    .column.last.medium-sixth,
    .column.last.medium-three,
    .column.last.medium-fourth,
    .column.last.medium-four,
    .column.last.medium-twosixths,
    .column.last.medium-third,
    .column.last.medium-five,
    .column.last.medium-six,
    .column.last.medium-half,
    .column.last.medium-threesixths,
    .column.last.medium-twofourths,
    .column.last.medium-seven,
    .column.last.medium-eight,
    .column.last.medium-foursixths,
    .column.last.medium-twothirds,
    .column.last.medium-nine,
    .column.last.medium-threefourths,
    .column.last.medium-ten,
    .column.last.medium-fivesixths,
    .column.last.medium-eleven,
    .column.last.medium-twelve,
    .column.last.medium-full,
        /*Roll back last-in-line behavior of the previous break point set*/
    .column.small-last.medium-fifth,
    .column.small-last.medium-twofifths,
    .column.small-last.medium-threefifths,
    .column.small-last.medium-fourfifths,
    .column.small-last.medium-one,
    .column.small-last.medium-two,
    .column.small-last.medium-sixth,
    .column.small-last.medium-three,
    .column.small-last.medium-fourth,
    .column.small-last.medium-four,
    .column.small-last.medium-twosixths,
    .column.small-last.medium-third,
    .column.small-last.medium-five,
    .column.small-last.medium-six,
    .column.small-last.medium-half,
    .column.small-last.medium-threesixths,
    .column.small-last.medium-twofourths,
    .column.small-last.medium-seven,
    .column.small-last.medium-eight,
    .column.small-last.medium-foursixths,
    .column.small-last.medium-twothirds,
    .column.small-last.medium-nine,
    .column.small-last.medium-threefourths,
    .column.small-last.medium-ten,
    .column.small-last.medium-fivesixths,
    .column.small-last.medium-eleven,
    .column.small-last.medium-twelve,
    .column.small-last.medium-full {
        margin-right: 3.8%;
    }

    /*Roll back default last-in-line behavior*/
    .column.right.last.medium-fifth,
    .column.right.last.medium-twofifths,
    .column.right.last.medium-threefifths,
    .column.right.last.medium-fourfifths,
    .column.right.last.medium-one,
    .column.right.last.medium-two,
    .column.right.last.medium-sixth,
    .column.right.last.medium-three,
    .column.right.last.medium-fourth,
    .column.right.last.medium-four,
    .column.right.last.medium-twosixths,
    .column.right.last.medium-third,
    .column.right.last.medium-five,
    .column.right.last.medium-six,
    .column.right.last.medium-half,
    .column.right.last.medium-threesixths,
    .column.right.last.medium-twofourths,
    .column.right.last.medium-seven,
    .column.right.last.medium-eight,
    .column.right.last.medium-foursixths,
    .column.right.last.medium-twothirds,
    .column.right.last.medium-nine,
    .column.right.last.medium-threefourths,
    .column.right.last.medium-ten,
    .column.right.last.medium-fivesixths,
    .column.right.last.medium-eleven,
    .column.right.last.medium-twelve,
    .column.right.last.medium-full,
        /*Roll back last-in-line behavior of the previous break point set*/
    .column.right.small-last.medium-fifth,
    .column.right.small-last.medium-twofifths,
    .column.right.small-last.medium-threefifths,
    .column.right.small-last.medium-fourfifths,
    .column.right.small-last.medium-one,
    .column.right.small-last.medium-two,
    .column.right.small-last.medium-sixth,
    .column.right.small-last.medium-three,
    .column.right.small-last.medium-fourth,
    .column.right.small-last.medium-four,
    .column.right.small-last.medium-twosixths,
    .column.right.small-last.medium-third,
    .column.right.small-last.medium-five,
    .column.right.small-last.medium-six,
    .column.right.small-last.medium-half,
    .column.right.small-last.medium-threesixths,
    .column.right.small-last.medium-twofourths,
    .column.right.small-last.medium-seven,
    .column.right.small-last.medium-eight,
    .column.right.small-last.medium-foursixths,
    .column.right.small-last.medium-twothirds,
    .column.right.small-last.medium-nine,
    .column.right.small-last.medium-threefourths,
    .column.right.small-last.medium-ten,
    .column.right.small-last.medium-fivesixths,
    .column.right.small-last.medium-eleven,
    .column.right.small-last.medium-twelve,
    .column.right.small-last.medium-full {
        margin-left: 3.8%;
    }

    /*Column basics*/
    .column.medium-fifth,
    .column.medium-twofifths,
    .column.medium-threefifths,
    .column.medium-fourfifths,
    .column.medium-one,
    .column.medium-two,
    .column.medium-sixth,
    .column.medium-three,
    .column.medium-fourth,
    .column.medium-four,
    .column.medium-twosixths,
    .column.medium-third,
    .column.medium-five,
    .column.medium-six,
    .column.medium-half,
    .column.medium-threesixths,
    .column.medium-twofourths,
    .column.medium-seven,
    .column.medium-eight,
    .column.medium-foursixths,
    .column.medium-twothirds,
    .column.medium-nine,
    .column.medium-threefourths,
    .column.medium-ten,
    .column.medium-fivesixths,
    .column.medium-eleven,
    .column.medium-twelve,
    .column.medium-full {
        clear: none;
        float: left;
        min-height: 1px;
        margin-left: 0;
        margin-right: 3.8%;
    }

    .column.right.medium-fifth,
    .column.right.medium-twofifths,
    .column.right.medium-threefifths,
    .column.right.medium-fourfifths,
    .column.right.medium-one,
    .column.right.medium-two,
    .column.right.medium-sixth,
    .column.right.medium-three,
    .column.right.medium-fourth,
    .column.right.medium-four,
    .column.right.medium-twosixths,
    .column.right.medium-third,
    .column.right.medium-five,
    .column.right.medium-six,
    .column.right.medium-half,
    .column.right.medium-threesixths,
    .column.right.medium-twofourths,
    .column.right.medium-seven,
    .column.right.medium-eight,
    .column.right.medium-foursixths,
    .column.right.medium-twothirds,
    .column.right.medium-nine,
    .column.right.medium-threefourths,
    .column.right.medium-ten,
    .column.right.medium-fivesixths,
    .column.right.medium-eleven,
    .column.right.medium-twelve,
    .column.right.medium-full {
        float: right;
        margin-right: 0;
        margin-left: 3.8%;
    }

    .column.reset.medium-fifth,
    .column.reset.medium-twofifths,
    .column.reset.medium-threefifths,
    .column.reset.medium-fourfifths,
    .column.reset.medium-one,
    .column.reset.medium-two,
    .column.reset.medium-sixth,
    .column.reset.medium-three,
    .column.reset.medium-fourth,
    .column.reset.medium-four,
    .column.reset.medium-twosixths,
    .column.reset.medium-third,
    .column.reset.medium-five,
    .column.reset.medium-six,
    .column.reset.medium-half,
    .column.reset.medium-threesixths,
    .column.reset.medium-twofourths,
    .column.reset.medium-seven,
    .column.reset.medium-eight,
    .column.reset.medium-foursixths,
    .column.reset.medium-twothirds,
    .column.reset.medium-nine,
    .column.reset.medium-threefourths,
    .column.reset.medium-ten,
    .column.reset.medium-fivesixths,
    .column.reset.medium-eleven,
    .column.reset.medium-twelve,
    .column.reset.medium-full {
        margin-right: 0;
        margin-left: 0;
    }

    /*Full-width column*/
    .column.medium-full,
    .column.medium-twelve {
        width: 100%;
    }

    /*Fifth*/
    .column.medium-fifth {
        width: 16.95%; /* 16.96 */
    }

    .column.medium-twofifths {
        width: 37.70%; /* 33.92 + 3.8 */
    }

    .column.medium-threefifths {
        width: 58.45%; /* 50.88 + 3.8 + 3.8 */
    }

    .column.medium-fourfifths {
        width: 79.20%; /* 67.84 + 3.8 + 3.8 + 3.8 */
    }

    .column.medium-push-fifth {
        margin-left: 20.45%;
    }

    .column.medium-right.push-fifth {
        margin-right: 20.45%;
    }

    .column.medium-push-twofifths {
        margin-left: 41.50%;
    }

    .column.medium-right.push-twofifths {
        margin-right: 41.50%;
    }

    .column.medium-push-threefifths {
        margin-left: 62.25%;
    }

    .column.medium-right.push-threefifths {
        margin-right: 62.25%;
    }

    .column.medium-push-fourfifths {
        margin-left: 83.00%;
    }

    .column.medium-right.push-fourfifths {
        margin-right: 83.00%;
    }

    /*Fluid column widths*/
    .column.medium-one {
        width: 4.85%;
    }

    .column.medium-two,
    .column.medium-sixth {
        width: 13.45%;
    }

    .column.medium-three,
    .column.medium-fourth {
        width: 22.05%;
    }

    .column.medium-four,
    .column.medium-twosixths,
    .column.medium-third {
        width: 30.75%;
    }

    .column.medium-five {
        width: 39.45%;
    }

    .column.medium-six,
    .column.medium-half,
    .column.medium-threesixths,
    .column.medium-twofourths {
        width: 48%;
    }

    .column.medium-seven {
        width: 56.75%;
    }

    .column.medium-eight,
    .column.medium-foursixths,
    .column.medium-twothirds {
        width: 65.4%;
    }

    .column.medium-nine,
    .column.medium-threefourths {
        width: 74.05%;
    }

    .column.medium-ten,
    .column.medium-fivesixths {
        width: 82.7%;
    }

    .column.medium-eleven {
        width: 91.35%;
    }

    /*Shift guttered columns*/
    .column.medium-push-one {
        margin-left: 8.65%;
    }

    .column.right.medium-push-one {
        margin-right: 8.65%;
    }

    .column.medium-push-two,
    .column.medium-push-sixth {
        margin-left: 17.25%;
    }

    .column.right.medium-push-two,
    .column.right.medium-push-sixth {
        margin-right: 17.25%;
    }

    .column.medium-push-three,
    .column.medium-push-fourth {
        margin-left: 25.85%;
    }

    .column.right.medium-push-three,
    .column.right.medium-push-fourth {
        margin-right: 25.85%;
    }

    .column.medium-push-four,
    .column.medium-push-twosixths,
    .column.medium-push-third {
        margin-left: 34.55%;
    }

    .column.right.medium-push-four,
    .column.right.medium-push-twosixths,
    .column.right.medium-push-third {
        margin-right: 34.55%;
    }

    .column.medium-push-five {
        margin-left: 43.25%;
    }

    .column.right.medium-push-five {
        margin-right: 43.25%;
    }

    .column.medium-push-six,
    .column.medium-push-half,
    .column.medium-push-threesixths,
    .column.medium-push-twofourths {
        margin-left: 51.8%;
    }

    .column.right.medium-push-six,
    .column.right.medium-push-half,
    .column.right.medium-push-threesixths,
    .column.right.medium-push-twofourths {
        margin-right: 51.8%;
    }

    .column.medium-push-seven {
        margin-left: 60.55%;
    }

    .column.right.medium-push-seven {
        margin-right: 60.55%;
    }

    .column.medium-push-eight,
    .column.medium-push-foursixths,
    .column.medium-push-twothirds {
        margin-left: 69.2%;
    }

    .column.right.medium-push-eight,
    .column.right.medium-push-foursixths,
    .column.right.medium-push-twothirds {
        margin-right: 69.2%;
    }

    .column.medium-push-nine,
    .column.medium-push-threefourths {
        margin-left: 77.85%;
    }

    .column.right.medium-push-nine,
    .column.right.medium-push-threefourths {
        margin-right: 77.85%;
    }

    .column.medium-push-ten,
    .column.medium-push-fivesixths {
        margin-left: 86.5%;
    }

    .column.right.medium-push-ten,
    .column.right.medium-push-fivesixths {
        margin-right: 86.5%;
    }

    .column.medium-push-eleven {
        margin-left: 95.15%;
    }

    .column.right.medium-push-eleven {
        margin-right: 95.15%;
    }

    /*No gutters*/
    .column.medium-one.reset {
        width: 8.3%;
    }

    .column.medium-two.reset,
    .column.medium-sixth.reset {
        width: 16.65%;
    }

    .column.medium-three.reset,
    .column.medium-fourth.reset {
        width: 25%;
    }

    .column.medium-four.reset,
    .column.medium-twosixths.reset,
    .column.medium-third.reset {
        width: 33.3%;
    }

    .column.medium-five.reset {
        width: 41.65%;
    }

    .column.medium-six.reset,
    .column.medium-half.reset,
    .column.medium-threesixths.reset,
    .column.medium-twofourths.reset {
        width: 50%;
    }

    .column.medium-seven.reset {
        width: 58.3%;
    }

    .column.medium-eight.reset,
    .column.medium-foursixths.reset,
    .column.medium-twothirds.reset {
        width: 66.6%;
    }

    .column.medium-nine.reset,
    .column.medium-threefourths.reset {
        width: 75%;
    }

    .column.medium-ten.reset,
    .column.medium-fivesixths.reset {
        width: 83.35%;
    }

    .column.medium-eleven.reset {
        width: 91.7%;
    }

    .column.medium-full.reset,
    .column.medium-twelve.reset {
        width: 100%;
    }

    /*Shift no-gutter columns*/
    .column.reset.medium-push-one {
        margin-left: 8.3%;
    }

    .column.reset.right.medium-push-one {
        margin-right: 8.3%;
    }

    .column.reset.medium-push-two,
    .column.reset.medium-push-sixth {
        margin-left: 16.65%;
    }

    .column.reset.right.medium-push-two,
    .column.reset.right.medium-push-sixth {
        margin-right: 16.65%;
    }

    .column.reset.medium-push-three,
    .column.reset.medium-push-fourth {
        margin-left: 25%;
    }

    .column.reset.right.medium-push-three,
    .column.reset.right.medium-push-fourth {
        margin-right: 25%;
    }

    .column.reset.medium-push-four,
    .column.reset.medium-push-twosixths,
    .column.reset.medium-push-third {
        margin-left: 33.3%;
    }

    .column.reset.right.medium-push-four,
    .column.reset.right.medium-push-twosixths,
    .column.reset.right.medium-push-third {
        margin-right: 33.3%;
    }

    .column.reset.medium-push-five {
        margin-left: 41.65%;
    }

    .column.reset.right.medium-push-five {
        margin-right: 41.65%;
    }

    .column.reset.medium-push-six,
    .column.reset.medium-push-half,
    .column.reset.medium-push-threesixths,
    .column.reset.medium-push-twofourths {
        margin-left: 50%;
    }

    .column.reset.right.medium-push-six,
    .column.right.reset.medium-push-half,
    .column.right.reset.medium-push-threesixths,
    .column.right.reset.medium-push-twofourths {
        margin-right: 50%;
    }

    .column.reset.medium-push-seven {
        margin-left: 58.3%;
    }

    .column.reset.right.medium-push-seven {
        margin-right: 58.3%;
    }

    .column.reset.medium-push-eight,
    .column.reset.medium-push-foursixths,
    .column.reset.medium-push-twothirds {
        margin-left: 66.6%;
    }

    .column.reset.right.medium-push-eight,
    .column.reset.right.medium-push-foursixths,
    .column.reset.right.medium-push-twothirds {
        margin-right: 66.6%;
    }

    .column.reset.medium-push-nine,
    .column.reset.medium-push-threefourths {
        margin-left: 75%;
    }

    .column.reset.right.medium-push-nine,
    .column.reset.right.medium-push-threefourths {
        margin-right: 75%;
    }

    .column.reset.medium-push-ten,
    .column.reset.medium-push-fivesixths {
        margin-left: 83.35%;
    }

    .column.reset.right.medium-push-ten,
    .column.reset.right.medium-push-fivesixths {
        margin-right: 83.35%;
    }

    .column.reset.medium-push-eleven {
        margin-left: 91.7%;
    }

    .column.reset.right.medium-push-eleven {
        margin-right: 91.7%;
    }

    /*Last column in the series*/
    .column.medium-last,
    .column.medium-last.medium-one,
    .column.medium-last.medium-two,
    .column.medium-last.medium-sixth,
    .column.medium-last.medium-three,
    .column.medium-last.medium-fourth,
    .column.medium-last.medium-four,
    .column.medium-last.medium-twosixths,
    .column.medium-last.medium-third,
    .column.medium-last.medium-five,
    .column.medium-last.medium-six,
    .column.medium-last.medium-half,
    .column.medium-last.medium-threesixths,
    .column.medium-last.medium-twofourths,
    .column.medium-last.medium-seven,
    .column.medium-last.medium-eight,
    .column.medium-last.medium-foursixths,
    .column.medium-last.medium-twothirds,
    .column.medium-last.medium-nine,
    .column.medium-last.medium-threefourths,
    .column.medium-last.medium-ten,
    .column.medium-last.medium-fivesixths,
    .column.medium-last.medium-eleven,
    .column.medium-last.medium-twelve,
    .column.medium-last.medium-full,
    .column.last.medium-last.medium-one,
    .column.last.medium-last.medium-two,
    .column.last.medium-last.medium-sixth,
    .column.last.medium-last.medium-three,
    .column.last.medium-last.medium-fourth,
    .column.last.medium-last.medium-four,
    .column.last.medium-last.medium-twosixths,
    .column.last.medium-last.medium-third,
    .column.last.medium-last.medium-five,
    .column.last.medium-last.medium-six,
    .column.last.medium-last.medium-half,
    .column.last.medium-last.medium-threesixths,
    .column.last.medium-last.medium-twofourths,
    .column.last.medium-last.medium-seven,
    .column.last.medium-last.medium-eight,
    .column.last.medium-last.medium-foursixths,
    .column.last.medium-last.medium-twothirds,
    .column.last.medium-last.medium-nine,
    .column.last.medium-last.medium-threefourths,
    .column.last.medium-last.medium-ten,
    .column.last.medium-last.medium-fivesixths,
    .column.last.medium-last.medium-eleven,
    .column.last.medium-last.medium-twelve,
    .column.last.medium-last.medium-full {
        margin-right: 0;
    }

    .column.right.medium-last,
    .column.right.medium-last.medium-one,
    .column.right.medium-last.medium-two,
    .column.right.medium-last.medium-sixth,
    .column.right.medium-last.medium-three,
    .column.right.medium-last.medium-fourth,
    .column.right.medium-last.medium-four,
    .column.right.medium-last.medium-twosixths,
    .column.right.medium-last.medium-third,
    .column.right.medium-last.medium-five,
    .column.right.medium-last.medium-six,
    .column.right.medium-last.medium-half,
    .column.right.medium-last.medium-threesixths,
    .column.right.medium-last.medium-twofourths,
    .column.right.medium-last.medium-seven,
    .column.right.medium-last.medium-eight,
    .column.right.medium-last.medium-foursixths,
    .column.right.medium-last.medium-twothirds,
    .column.right.medium-last.medium-nine,
    .column.right.medium-last.medium-threefourths,
    .column.right.medium-last.medium-ten,
    .column.right.medium-last.medium-fivesixths,
    .column.right.medium-last.medium-eleven,
    .column.right.medium-last.medium-twelve,
    .column.right.medium-last.medium-full,
    .column.right.last.medium-last.medium-one,
    .column.right.last.medium-last.medium-two,
    .column.right.last.medium-last.medium-sixth,
    .column.right.last.medium-last.medium-three,
    .column.right.last.medium-last.medium-fourth,
    .column.right.last.medium-last.medium-four,
    .column.right.last.medium-last.medium-twosixths,
    .column.right.last.medium-last.medium-third,
    .column.right.last.medium-last.medium-five,
    .column.right.last.medium-last.medium-six,
    .column.right.last.medium-last.medium-half,
    .column.right.last.medium-last.medium-threesixths,
    .column.right.last.medium-last.medium-twofourths,
    .column.right.last.medium-last.medium-seven,
    .column.right.last.medium-last.medium-eight,
    .column.right.last.medium-last.medium-foursixths,
    .column.right.last.medium-last.medium-twothirds,
    .column.right.last.medium-last.medium-nine,
    .column.right.last.medium-last.medium-threefourths,
    .column.right.last.medium-last.medium-ten,
    .column.right.last.medium-last.medium-fivesixths,
    .column.right.last.medium-last.medium-eleven,
    .column.right.last.medium-last.medium-twelve,
    .column.right.last.medium-last.medium-full {
        margin-left: 0;
    }

    /*Break columns after this*/
    .column.medium-break {
        width: auto !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .column.medium-text-left {
        text-align: left;
    }

    .column.medium-text-right {
        text-align: right;
    }

}

@media handheld, only screen and (min-width: 100em) {

    /*Width limit*/
    .limit-large {
        max-width: 100em;
    }

    /*Roll back default last-in-line behavior*/
    .column.last.large-fifth,
    .column.last.large-twofifths,
    .column.last.large-threefifths,
    .column.last.large-fourfifths,
    .column.last.large-one,
    .column.last.large-two,
    .column.last.large-sixth,
    .column.last.large-three,
    .column.last.large-fourth,
    .column.last.large-four,
    .column.last.large-twosixths,
    .column.last.large-third,
    .column.last.large-five,
    .column.last.large-six,
    .column.last.large-half,
    .column.last.large-threesixths,
    .column.last.large-twofourths,
    .column.last.large-seven,
    .column.last.large-eight,
    .column.last.large-foursixths,
    .column.last.large-twothirds,
    .column.last.large-nine,
    .column.last.large-threefourths,
    .column.last.large-ten,
    .column.last.large-fivesixths,
    .column.last.large-eleven,
    .column.last.large-twelve,
    .column.last.large-full,
        /*Roll back last-in-line behavior of the previous break point set*/
    .column.medium-last.large-fifth,
    .column.medium-last.large-twofifths,
    .column.medium-last.large-threefifths,
    .column.medium-last.large-fourfifths,
    .column.medium-last.large-one,
    .column.medium-last.large-two,
    .column.medium-last.large-sixth,
    .column.medium-last.large-three,
    .column.medium-last.large-fourth,
    .column.medium-last.large-four,
    .column.medium-last.large-twosixths,
    .column.medium-last.large-third,
    .column.medium-last.large-five,
    .column.medium-last.large-six,
    .column.medium-last.large-half,
    .column.medium-last.large-threesixths,
    .column.medium-last.large-twofourths,
    .column.medium-last.large-seven,
    .column.medium-last.large-eight,
    .column.medium-last.large-foursixths,
    .column.medium-last.large-twothirds,
    .column.medium-last.large-nine,
    .column.medium-last.large-threefourths,
    .column.medium-last.large-ten,
    .column.medium-last.large-fivesixths,
    .column.medium-last.large-eleven,
    .column.medium-last.large-twelve,
    .column.medium-last.large-full {
        margin-right: 3.8%;
    }

    /*Roll back default last-in-line behavior*/
    .column.right.last.large-fifth,
    .column.right.last.large-twofifths,
    .column.right.last.large-threefifths,
    .column.right.last.large-fourfifths,
    .column.right.last.large-one,
    .column.right.last.large-two,
    .column.right.last.large-sixth,
    .column.right.last.large-three,
    .column.right.last.large-fourth,
    .column.right.last.large-four,
    .column.right.last.large-twosixths,
    .column.right.last.large-third,
    .column.right.last.large-five,
    .column.right.last.large-six,
    .column.right.last.large-half,
    .column.right.last.large-threesixths,
    .column.right.last.large-twofourths,
    .column.right.last.large-seven,
    .column.right.last.large-eight,
    .column.right.last.large-foursixths,
    .column.right.last.large-twothirds,
    .column.right.last.large-nine,
    .column.right.last.large-threefourths,
    .column.right.last.large-ten,
    .column.right.last.large-fivesixths,
    .column.right.last.large-eleven,
    .column.right.last.large-twelve,
    .column.right.last.large-full,
        /*Roll back last-in-line behavior of the previous break point set*/
    .column.right.medium-last.large-fifth,
    .column.right.medium-last.large-twofifths,
    .column.right.medium-last.large-threefifths,
    .column.right.medium-last.large-fourfifths,
    .column.right.medium-last.large-one,
    .column.right.medium-last.large-two,
    .column.right.medium-last.large-sixth,
    .column.right.medium-last.large-three,
    .column.right.medium-last.large-fourth,
    .column.right.medium-last.large-four,
    .column.right.medium-last.large-twosixths,
    .column.right.medium-last.large-third,
    .column.right.medium-last.large-five,
    .column.right.medium-last.large-six,
    .column.right.medium-last.large-half,
    .column.right.medium-last.large-threesixths,
    .column.right.medium-last.large-twofourths,
    .column.right.medium-last.large-seven,
    .column.right.medium-last.large-eight,
    .column.right.medium-last.large-foursixths,
    .column.right.medium-last.large-twothirds,
    .column.right.medium-last.large-nine,
    .column.right.medium-last.large-threefourths,
    .column.right.medium-last.large-ten,
    .column.right.medium-last.large-fivesixths,
    .column.right.medium-last.large-eleven,
    .column.right.medium-last.large-twelve,
    .column.right.medium-last.large-full {
        margin-left: 3.8%;
    }

    /*Column basics*/
    .column.large-fifth,
    .column.large-twofifths,
    .column.large-threefifths,
    .column.large-fourfifths,
    .column.large-one,
    .column.large-two,
    .column.large-sixth,
    .column.large-three,
    .column.large-fourth,
    .column.large-four,
    .column.large-twosixths,
    .column.large-third,
    .column.large-five,
    .column.large-six,
    .column.large-half,
    .column.large-threesixths,
    .column.large-twofourths,
    .column.large-seven,
    .column.large-eight,
    .column.large-foursixths,
    .column.large-twothirds,
    .column.large-nine,
    .column.large-threefourths,
    .column.large-ten,
    .column.large-fivesixths,
    .column.large-eleven,
    .column.large-twelve,
    .column.large-full {
        clear: none;
        float: left;
        min-height: 1px;
        margin-left: 0;
        margin-right: 3.8%;
    }

    .column.right.large-fifth,
    .column.right.large-twofifths,
    .column.right.large-threefifths,
    .column.right.large-fourfifths,
    .column.right.large-one,
    .column.right.large-two,
    .column.right.large-sixth,
    .column.right.large-three,
    .column.right.large-fourth,
    .column.right.large-four,
    .column.right.large-twosixths,
    .column.right.large-third,
    .column.right.large-five,
    .column.right.large-six,
    .column.right.large-half,
    .column.right.large-threesixths,
    .column.right.large-twofourths,
    .column.right.large-seven,
    .column.right.large-eight,
    .column.right.large-foursixths,
    .column.right.large-twothirds,
    .column.right.large-nine,
    .column.right.large-threefourths,
    .column.right.large-ten,
    .column.right.large-fivesixths,
    .column.right.large-eleven,
    .column.right.large-twelve,
    .column.right.large-full {
        float: right;
        margin-right: 0;
        margin-left: 3.8%;
    }

    .column.reset.large-fifth,
    .column.reset.large-twofifths,
    .column.reset.large-threefifths,
    .column.reset.large-fourfifths,
    .column.reset.large-one,
    .column.reset.large-two,
    .column.reset.large-sixth,
    .column.reset.large-three,
    .column.reset.large-fourth,
    .column.reset.large-four,
    .column.reset.large-twosixths,
    .column.reset.large-third,
    .column.reset.large-five,
    .column.reset.large-six,
    .column.reset.large-half,
    .column.reset.large-threesixths,
    .column.reset.large-twofourths,
    .column.reset.large-seven,
    .column.reset.large-eight,
    .column.reset.large-foursixths,
    .column.reset.large-twothirds,
    .column.reset.large-nine,
    .column.reset.large-threefourths,
    .column.reset.large-ten,
    .column.reset.large-fivesixths,
    .column.reset.large-eleven,
    .column.reset.large-twelve,
    .column.reset.large-full {
        margin-right: 0;
        margin-left: 0;
    }

    /*Full-width column*/
    .column.large-full,
    .column.large-twelve {
        width: 100%;
    }

    /*Fifth*/
    .column.large-fifth {
        width: 16.95%; /* 16.96 */
    }

    .column.large-twofifths {
        width: 37.70%; /* 33.92 + 3.8 */
    }

    .column.large-threefifths {
        width: 58.45%; /* 50.88 + 3.8 + 3.8 */
    }

    .column.large-fourfifths {
        width: 79.20%; /* 67.84 + 3.8 + 3.8 + 3.8 */
    }

    .column.large-push-fifth {
        margin-left: 20.45%;
    }

    .column.large-right.push-fifth {
        margin-right: 20.45%;
    }

    .column.large-push-twofifths {
        margin-left: 41.50%;
    }

    .column.large-right.push-twofifths {
        margin-right: 41.50%;
    }

    .column.large-push-threefifths {
        margin-left: 62.25%;
    }

    .column.large-right.push-threefifths {
        margin-right: 62.25%;
    }

    .column.large-push-fourfifths {
        margin-left: 83.00%;
    }

    .column.large-right.push-fourfifths {
        margin-right: 83.00%;
    }

    /*Fluid column widths*/
    .column.large-one {
        width: 4.85%;
    }

    .column.large-two,
    .column.large-sixth {
        width: 13.45%;
    }

    .column.large-three,
    .column.large-fourth {
        width: 22.05%;
    }

    .column.large-four,
    .column.large-twosixths,
    .column.large-third {
        width: 30.75%;
    }

    .column.large-five {
        width: 39.45%;
    }

    .column.large-six,
    .column.large-half,
    .column.large-threesixths,
    .column.large-twofourths {
        width: 48%;
    }

    .column.large-seven {
        width: 56.75%;
    }

    .column.large-eight,
    .column.large-foursixths,
    .column.large-twothirds {
        width: 65.4%;
    }

    .column.large-nine,
    .column.large-threefourths {
        width: 74.05%;
    }

    .column.large-ten,
    .column.large-fivesixths {
        width: 82.7%;
    }

    .column.large-eleven {
        width: 91.35%;
    }

    /*Shift guttered columns*/
    .column.large-push-one {
        margin-left: 8.65%;
    }

    .column.right.large-push-one {
        margin-right: 8.65%;
    }

    .column.large-push-two,
    .column.large-push-sixth {
        margin-left: 17.25%;
    }

    .column.right.large-push-two,
    .column.right.large-push-sixth {
        margin-right: 17.25%;
    }

    .column.large-push-three,
    .column.large-push-fourth {
        margin-left: 25.85%;
    }

    .column.right.large-push-three,
    .column.right.large-push-fourth {
        margin-right: 25.85%;
    }

    .column.large-push-four,
    .column.large-push-twosixths,
    .column.large-push-third {
        margin-left: 34.55%;
    }

    .column.right.large-push-four,
    .column.right.large-push-twosixths,
    .column.right.large-push-third {
        margin-right: 34.55%;
    }

    .column.large-push-five {
        margin-left: 43.25%;
    }

    .column.right.large-push-five {
        margin-right: 43.25%;
    }

    .column.large-push-six,
    .column.large-push-half,
    .column.large-push-threesixths,
    .column.large-push-twofourths {
        margin-left: 51.8%;
    }

    .column.right.large-push-six,
    .column.right.large-push-half,
    .column.right.large-push-threesixths,
    .column.right.large-push-twofourths {
        margin-right: 51.8%;
    }

    .column.large-push-seven {
        margin-left: 60.55%;
    }

    .column.right.large-push-seven {
        margin-right: 60.55%;
    }

    .column.large-push-eight,
    .column.large-push-foursixths,
    .column.large-push-twothirds {
        margin-left: 69.2%;
    }

    .column.right.large-push-eight,
    .column.right.large-push-foursixths,
    .column.right.large-push-twothirds {
        margin-right: 69.2%;
    }

    .column.large-push-nine,
    .column.large-push-threefourths {
        margin-left: 77.85%;
    }

    .column.right.large-push-nine,
    .column.right.large-push-threefourths {
        margin-right: 77.85%;
    }

    .column.large-push-ten,
    .column.large-push-fivesixths {
        margin-left: 86.5%;
    }

    .column.right.large-push-ten,
    .column.right.large-push-fivesixths {
        margin-right: 86.5%;
    }

    .column.large-push-eleven {
        margin-left: 95.15%;
    }

    .column.right.large-push-eleven {
        margin-right: 95.15%;
    }

    /*No gutters*/
    .column.large-one.reset {
        width: 8.3%;
    }

    .column.large-two.reset,
    .column.large-sixth.reset {
        width: 16.65%;
    }

    .column.large-three.reset,
    .column.large-fourth.reset {
        width: 25%;
    }

    .column.large-four.reset,
    .column.large-twosixths.reset,
    .column.large-third.reset {
        width: 33.3%;
    }

    .column.large-five.reset {
        width: 41.65%;
    }

    .column.large-six.reset,
    .column.large-half.reset,
    .column.large-threesixths.reset,
    .column.large-twofourths.reset {
        width: 50%;
    }

    .column.large-seven.reset {
        width: 58.3%;
    }

    .column.large-eight.reset,
    .column.large-foursixths.reset,
    .column.large-twothirds.reset {
        width: 66.6%;
    }

    .column.large-nine.reset,
    .column.large-threefourths.reset {
        width: 75%;
    }

    .column.large-ten.reset,
    .column.large-fivesixths.reset {
        width: 83.35%;
    }

    .column.large-eleven.reset {
        width: 91.7%;
    }

    .column.large-full.reset,
    .column.large-twelve.reset {
        width: 100%;
    }

    /*Shift no-gutter columns*/
    .column.reset.large-push-one {
        margin-left: 8.3%;
    }

    .column.reset.right.large-push-one {
        margin-right: 8.3%;
    }

    .column.reset.large-push-two,
    .column.reset.large-push-sixth {
        margin-left: 16.65%;
    }

    .column.reset.right.large-push-two,
    .column.reset.right.large-push-sixth {
        margin-right: 16.65%;
    }

    .column.reset.large-push-three,
    .column.reset.large-push-fourth {
        margin-left: 25%;
    }

    .column.reset.right.large-push-three,
    .column.reset.right.large-push-fourth {
        margin-right: 25%;
    }

    .column.reset.large-push-four,
    .column.reset.large-push-twosixths,
    .column.reset.large-push-third {
        margin-left: 33.3%;
    }

    .column.reset.right.large-push-four,
    .column.reset.right.large-push-twosixths,
    .column.reset.right.large-push-third {
        margin-right: 33.3%;
    }

    .column.reset.large-push-five {
        margin-left: 41.65%;
    }

    .column.reset.right.large-push-five {
        margin-right: 41.65%;
    }

    .column.reset.large-push-six,
    .column.reset.large-push-half,
    .column.reset.large-push-threesixths,
    .column.reset.large-push-twofourths {
        margin-left: 50%;
    }

    .column.reset.right.large-push-six,
    .column.right.reset.large-push-half,
    .column.right.reset.large-push-threesixths,
    .column.right.reset.large-push-twofourths {
        margin-right: 50%;
    }

    .column.reset.large-push-seven {
        margin-left: 58.3%;
    }

    .column.reset.right.large-push-seven {
        margin-right: 58.3%;
    }

    .column.reset.large-push-eight,
    .column.reset.large-push-foursixths,
    .column.reset.large-push-twothirds {
        margin-left: 66.6%;
    }

    .column.reset.right.large-push-eight,
    .column.reset.right.large-push-foursixths,
    .column.reset.right.large-push-twothirds {
        margin-right: 66.6%;
    }

    .column.reset.large-push-nine,
    .column.reset.large-push-threefourths {
        margin-left: 75%;
    }

    .column.reset.right.large-push-nine,
    .column.reset.right.large-push-threefourths {
        margin-right: 75%;
    }

    .column.reset.large-push-ten,
    .column.reset.large-push-fivesixths {
        margin-left: 83.35%;
    }

    .column.reset.right.large-push-ten,
    .column.reset.right.large-push-fivesixths {
        margin-right: 83.35%;
    }

    .column.reset.large-push-eleven {
        margin-left: 91.7%;
    }

    .column.reset.right.large-push-eleven {
        margin-right: 91.7%;
    }

    /*Last column in the series*/
    .column.large-last,
    .column.large-last.large-one,
    .column.large-last.large-two,
    .column.large-last.large-sixth,
    .column.large-last.large-three,
    .column.large-last.large-fourth,
    .column.large-last.large-four,
    .column.large-last.large-twosixths,
    .column.large-last.large-third,
    .column.large-last.large-five,
    .column.large-last.large-six,
    .column.large-last.large-half,
    .column.large-last.large-threesixths,
    .column.large-last.large-twofourths,
    .column.large-last.large-seven,
    .column.large-last.large-eight,
    .column.large-last.large-foursixths,
    .column.large-last.large-twothirds,
    .column.large-last.large-nine,
    .column.large-last.large-threefourths,
    .column.large-last.large-ten,
    .column.large-last.large-fivesixths,
    .column.large-last.large-eleven,
    .column.large-last.large-twelve,
    .column.large-last.large-full,
    .column.last.large-last.large-one,
    .column.last.large-last.large-two,
    .column.last.large-last.large-sixth,
    .column.last.large-last.large-three,
    .column.last.large-last.large-fourth,
    .column.last.large-last.large-four,
    .column.last.large-last.large-twosixths,
    .column.last.large-last.large-third,
    .column.last.large-last.large-five,
    .column.last.large-last.large-six,
    .column.last.large-last.large-half,
    .column.last.large-last.large-threesixths,
    .column.last.large-last.large-twofourths,
    .column.last.large-last.large-seven,
    .column.last.large-last.large-eight,
    .column.last.large-last.large-foursixths,
    .column.last.large-last.large-twothirds,
    .column.last.large-last.large-nine,
    .column.last.large-last.large-threefourths,
    .column.last.large-last.large-ten,
    .column.last.large-last.large-fivesixths,
    .column.last.large-last.large-eleven,
    .column.last.large-last.large-twelve,
    .column.last.large-last.large-full {
        margin-right: 0;
    }

    .column.right.large-last,
    .column.right.large-last.large-one,
    .column.right.large-last.large-two,
    .column.right.large-last.large-sixth,
    .column.right.large-last.large-three,
    .column.right.large-last.large-fourth,
    .column.right.large-last.large-four,
    .column.right.large-last.large-twosixths,
    .column.right.large-last.large-third,
    .column.right.large-last.large-five,
    .column.right.large-last.large-six,
    .column.right.large-last.large-half,
    .column.right.large-last.large-threesixths,
    .column.right.large-last.large-twofourths,
    .column.right.large-last.large-seven,
    .column.right.large-last.large-eight,
    .column.right.large-last.large-foursixths,
    .column.right.large-last.large-twothirds,
    .column.right.large-last.large-nine,
    .column.right.large-last.large-threefourths,
    .column.right.large-last.large-ten,
    .column.right.large-last.large-fivesixths,
    .column.right.large-last.large-eleven,
    .column.right.large-last.large-twelve,
    .column.right.large-last.large-full,
    .column.right.last.large-last.large-one,
    .column.right.last.large-last.large-two,
    .column.right.last.large-last.large-sixth,
    .column.right.last.large-last.large-three,
    .column.right.last.large-last.large-fourth,
    .column.right.last.large-last.large-four,
    .column.right.last.large-last.large-twosixths,
    .column.right.last.large-last.large-third,
    .column.right.last.large-last.large-five,
    .column.right.last.large-last.large-six,
    .column.right.last.large-last.large-half,
    .column.right.last.large-last.large-threesixths,
    .column.right.last.large-last.large-twofourths,
    .column.right.last.large-last.large-seven,
    .column.right.last.large-last.large-eight,
    .column.right.last.large-last.large-foursixths,
    .column.right.last.large-last.large-twothirds,
    .column.right.last.large-last.large-nine,
    .column.right.last.large-last.large-threefourths,
    .column.right.last.large-last.large-ten,
    .column.right.last.large-last.large-fivesixths,
    .column.right.last.large-last.large-eleven,
    .column.right.last.large-last.large-twelve,
    .column.right.last.large-last.large-full {
        margin-left: 0;
    }

    /*Break columns after this*/
    .column.large-break {
        width: auto !important;
        float: none !important;
        clear: both !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

}