/*!
Pure v0.4.2
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.g {
    letter-spacing: -0.41em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yui/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.g {
    word-spacing: -0.43em;
}

.u {
    display: inline-block;
    *display: inline; /* IE < 8: fake inline-block */
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/

.u-1,
.u-1-1,
.u-1-2,
.u-1-3,
.u-2-3,
.u-1-4,
.u-3-4,
.u-1-5,
.u-2-5,
.u-3-5,
.u-4-5,
.u-5-5,
.u-1-6,
.u-5-6,
.u-1-7,
.u-2-7,
.u-5-7, 
.u-6-7,
.u-1-8,
.u-3-8,
.u-5-8,
.u-7-8,
.u-1-12,
.u-5-12,
.u-7-12,
.u-11-12,
.u-1-24,
.u-2-24,
.u-3-24,
.u-4-24,
.u-5-24,
.u-6-24,
.u-7-24,
.u-8-24,
.u-9-24,
.u-10-24,
.u-11-24,
.u-12-24,
.u-13-24,
.u-14-24,
.u-15-24,
.u-16-24,
.u-17-24,
.u-18-24,
.u-19-24,
.u-20-24,
.u-21-24,
.u-22-24,
.u-23-24,
.u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

.u-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
}

.u-1-12,
.u-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
}

.u-1-8,
.u-3-24 {
    width: 12.5000%;
    *width: 12.4690%;
}

.u-1-6,
.u-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
}
.u-1-7,
.u-6-7, {
	width: 14.2857%;
    *width: 14.2857%;
}
.u-2-7,
.u-5-7, {
	width: 28.5714%;
    *width: 28.5714%;
}
.u-1-5 {
    width: 20%;
    *width: 19.9690%;
}

.u-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
}

.u-1-4,
.u-6-24 {
    width: 25%;
    *width: 24.9690%;
}

.u-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
}

.u-1-3,
.u-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
}

.u-3-8,
.u-9-24 {
    width: 37.5000%;
    *width: 37.4690%;
}

.u-2-5 {
    width: 40%;
    *width: 39.9690%;
}

.u-5-12,
.u-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
}

.u-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
}

.u-1-2,
.u-12-24 {
    width: 50%;
    *width: 49.9690%;
}

.u-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
}

.u-7-12,
.u-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
}

.u-3-5 {
    width: 60%;
    *width: 59.9690%;
}

.u-5-8,
.u-15-24 {
    width: 62.5000%;
    *width: 62.4690%;
}

.u-2-3,
.u-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
}

.u-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
}

.u-3-4,
.u-18-24 {
    width: 75%;
    *width: 74.9690%;
}

.u-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
}

.u-4-5 {
    width: 80%;
    *width: 79.9690%;
}

.u-5-6,
.u-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
}

.u-7-8,
.u-21-24 {
    width: 87.5000%;
    *width: 87.4690%;
}

.u-11-12,
.u-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
}

.u-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
}

.u-1,
.u-1-1,
.u-5-5,
.u-24-24 {
    width: 100%;
}
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/

.g-r {
    letter-spacing: -0.41em;
    *letter-spacing: normal;
    *word-spacing: -0.43em;

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yui/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */

    /*
    Use flexbox when possible to avoid `letter-spacing` side-effects.

    NOTE: Firefox (as of 25) does not currently support flex-wrap, so the
    `-moz-` prefix version is omitted.
    */

    display: -webkit-flex;
    -webkit-flex-flow: row wrap;

    /* IE10 uses display: flexbox */
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.g-r {
    word-spacing: -0.43em;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.g-r img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 980px) {
    .visible-phone {
        display: none;
    }
    .visible-tablet {
        display: none;
    }
    .hidden-desktop {
        display: none;
    }
}

@media (max-width: 480px) {
    .g-r > .u,
    .g-r > [class *= "u-"] {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .g-r > .u,
    .g-r > [class *= "u-"] {
        width: 100%;
    }
    .hidden-phone {
        display: none;
    }
    .visible-desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .hidden-tablet {
        display: none;
    }
    .visible-desktop {
        display: none;
    }
}