/* -------------------------------------------------------------------------

                                        .
                                      . M=
                                   .  ..M... .
                                   .  ..M..M7.
                                    7M .M.$M..
                                   ..M=.M.MZ
                                  .. NM~M?M. .
                                   ..,MMMM8...
                                   ...MMMM  ..
                                  ... MMMM . .
                                    .8MMMMM..
                                    .MMMMMM~
                                    MMMMMMMM .
                                   ?MMMM$MMMZ
                                  .MMMMM.MMMM.
                                  DMMMM$.MMMMM
                              . ..MMMMM: NMMMM ...
                              .  DMMNM7. =MZMMM, .
                              . :MMM~M....MIMMMM..
                             . .MMM7DM.   MM=MMM7 .
                               IMMM8MZ..  ?MZMMMM
                          .  .OMMM:OM.     MN MMMN.
                         ... .MMMD OM.     MM.$MMM, .
                             MMMM. M8      7M .?MMM . .
                            +MMMMO.M~      .M~7MMMM$  .
                          ..MMMM DMM.      .MMNI,MMM
                           8MMM, .MM.       OM   DMMN .
                         ..MMM .. M=.      .,M, ..MMM~
                          MMMMMZ IM .        MO .NMMMM
                      . .+MMM.=NMMM .     .. 8MMM7.MMM$.
                     ... MMM:  ..MI.      .  ~MM . .MMMD
                     .  DMMN. . +M..      .  .MM.  .8MMM, .
                     . ,MMMMM,..MM . MMMMMM.  MM=..NMMMMM..
                     ..DMMN:MM$.MO. .      .  IM$?MM=OMMM:
                      MMMM. ..NMM:        ... .NMM,. .MMMM.
                   . =MMM$  . .$M . :MMMMMM7 . =M. .  +MMMI
                 ..  MMMMM,...=MN   MMMMMMMM:.  MI.. .MMMMM  ..
                 .  ZMMM,~MMI.DM=..ZMMMMMMMMM.  MM.=MM?.NMMN  .
    . .           ..MMMN ...MMMM. .MMMMMMMMMM . ?MMM,... MMM:. .        .  .
    ....         ..MMMO...   ,MM  .MMMMMMMMMM  . M+ ..  .IMMM. .         .
      ?NDDDDDDDDDDDDMMMM... .OM?  ,MMMMMMMMMM=. .MM . ..?MMNDNNDDDDDDDDDD
       .         .MMM= =MM?..M8   7MMMMMMMMMMO. .IM .~MMM,:MMM.           ..
     . .         OMMM.  ..MM8M:.  MMMMMMMMMMMM   .M8MM,. ..DMMN,        .  .
             . ..MMM~ ..... DM. . MMMMMMMMMMMM .  MM....  .,MMMM .
               ..MMMMMZ, .  MN   .MMMMMMMMMMMM~.  ZM .   ?MMMMMD
             .   ..8MMMMM=..M=.  IMMMMMMMMMMMMO.  ,M, :8MMMMN...   .
                   ..IMMMMMNM ...MMMMMMMMMMMMMM=. .MNMMMMMZ. ..
                 .. .  .OMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM~. ..  .
                          =MMMMMMMMMMMMMMMMMMMMMMMMMMI
                         .. .                      .  .
                         .  .                      .

 *  Author: Instrument
 *  www.weareinstrument.com
 *
 *  Digital Craft
 *  Made In Portland, Oregon
 *
 */
/* line 17, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*
@mixin centerbox {
  @include display-box;
  @include box-orient(horizontal);
  @include box-pack(center);
  @include box-align(center);
}
*/
/**
 * Media query wrapper to apply when the viewport is below specified width.
 *
 * Usage:
 *      @include respond-below(360px) {
 *          .some-class {
 *              width: 100px;
 *          }
 *      }
 */
/**
 * Media query wrapper to apply when the viewport is above specified width.
 *
 * Usage:
 *      @include respond-above(960px) {
 *          .some-class {
 *              width: 800px;
 *          }
 *      }
 */
/**
 * Media query wrapper to apply when the viewport is above specified width.
 *
 * Usage:
 *      @include respond-orientation(landscape) {
 *          .some-class {
 *              width: 800px;
 *          }
 *      }
 */
/* -------------------------------------------- */
/* Override resets to avoid font corruption     */
/* -------------------------------------------- */
/* line 306, ../img/icons/*.png */
.icons-sprite, .icons-close-dialog, .icons-droid, .icons-dropdown_caret, .icons-facebook-icon-med-color, .icons-facebook-icon-med, .icons-gallery-next, .icons-gallery-prev, .icons-get-app-apple-large, .icons-get-app-google-large, .icons-google-plus-icon-med-color, .icons-google-plus-icon-med, .icons-message-sent, .icons-nav-dot, .icons-paper-stack, .icons-pause-button-big, .icons-pause-button-small, .icons-play-button-big, .icons-play-button-small, .icons-play-overlay-big, .icons-play-overlay-small, .icons-search-glass, .icons-service-off, .icons-service-on, .icons-service-warn, .icons-small-black-arrow, .icons-submit-arrow, .icons-twitter-icon-med-color, .icons-twitter-icon-med, .icons-twitter-icon-small, .icons-video-pause, .icons-video-play, .breadcrumbs a, .breadcrumbs a.current {
  background: url('../img/icons-sdce56b3876.png') no-repeat;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-close-dialog {
  background-position: 0 -1001px;
  height: 40px;
  width: 40px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-droid {
  background-position: 0 -1548px;
  height: 22px;
  width: 35px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-dropdown_caret {
  background-position: 0 -2616px;
  height: 16px;
  width: 124px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook-icon-med-color {
  background-position: 0 -2247px;
  height: 24px;
  width: 24px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-facebook-icon-med {
  background-position: 0 -2059px;
  height: 18px;
  width: 18px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-gallery-next {
  background-position: 0 -1939px;
  height: 70px;
  width: 70px;
}
/* line 43, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-gallery-next:hover, .icons-gallery-next.gallery-next_hover, .icons-gallery-next.gallery-next-hover {
  background-position: 0 -1233px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-gallery-prev {
  background-position: 0 -1752px;
  height: 70px;
  width: 70px;
}
/* line 43, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-gallery-prev:hover, .icons-gallery-prev.gallery-prev_hover, .icons-gallery-prev.gallery-prev-hover {
  background-position: 0 -1353px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-get-app-apple-large {
  background-position: 0 -576px;
  height: 40px;
  width: 115px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-get-app-google-large {
  background-position: 0 -258px;
  height: 40px;
  width: 115px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-google-plus-icon-med-color {
  background-position: 0 -1159px;
  height: 24px;
  width: 24px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-google-plus-icon-med {
  background-position: 0 -1620px;
  height: 17px;
  width: 18px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-message-sent {
  background-position: 0 -2321px;
  height: 26px;
  width: 33px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-dot {
  background-position: 0 -2682px;
  height: 8px;
  width: 8px;
}
/* line 43, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-nav-dot:active, .icons-nav-dot.nav-dot_active, .icons-nav-dot.nav-dot-active {
  background-position: 0 -2740px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-paper-stack {
  background-position: 0 -348px;
  height: 178px;
  width: 181px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-pause-button-big {
  background-position: 0 -799px;
  height: 21px;
  width: 15px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-pause-button-small {
  background-position: 0 -870px;
  height: 11px;
  width: 7px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-play-button-big {
  background-position: 0 -666px;
  height: 21px;
  width: 14px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-play-button-small {
  background-position: 0 -737px;
  height: 12px;
  width: 8px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-play-overlay-big {
  background-position: 0 0;
  height: 98px;
  width: 98px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-play-overlay-small {
  background-position: 0 -148px;
  height: 60px;
  width: 60px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-search-glass {
  background-position: 0 -1473px;
  height: 25px;
  width: 25px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-service-off {
  background-position: 0 -2397px;
  height: 10px;
  width: 10px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-service-on {
  background-position: 0 -2187px;
  height: 10px;
  width: 10px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-service-warn {
  background-position: 0 -2127px;
  height: 10px;
  width: 10px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-small-black-arrow {
  background-position: 0 -2457px;
  height: 13px;
  width: 6px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-submit-arrow {
  background-position: 0 -2520px;
  height: 46px;
  width: 50px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter-icon-med-color {
  background-position: 0 -931px;
  height: 20px;
  width: 27px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter-icon-med {
  background-position: 0 -1091px;
  height: 18px;
  width: 26px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-twitter-icon-small {
  background-position: 0 -1687px;
  height: 15px;
  width: 21px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-video-pause {
  background-position: 0 -2798px;
  height: 17px;
  width: 14px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.icons-video-play {
  background-position: 0 -1872px;
  height: 17px;
  width: 15px;
}

/* -------------------------------- */
/* Colors                           */
/* -------------------------------- */
/* -------------------------------- */
/* Font Definitions                 */
/* -------------------------------- */
@font-face {
  font-family: "HelveticaNeueThCn";
  src: url('fonts/HelveticaNeueLTCom-ThCn.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueLtCn";
  src: url('fonts/HelveticaNeueLTCom-LtCn.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueLtCnO";
  src: url('fonts/HelveticaNeueLTCom-LtCnO.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueMdCn";
  src: url('fonts/HelveticaNeueLTCom-MdCn.ttf') format('truetype');
}

@font-face {
  font-family: "HelveticaNeueBdCn";
  src: url('fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype');
}

/* -------------------------------- */
/* Typography rules                 */
/* -------------------------------- */
/* -------------------------------- */
/* Fullscreen Background            */
/* -------------------------------- */
/* -------------------------------- */
/* Global Styles                    */
/* -------------------------------- */
/* line 157, ../sass/_main.scss */
body {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 18px;
  line-height: 21px;
  background-color: #f3f3f3;
}

/* line 164, ../sass/_main.scss */
a {
  color: #9e0000;
  text-decoration: none;
}
/* line 168, ../sass/_main.scss */
a:hover {
  text-decoration: none;
}

/* line 173, ../sass/_main.scss */
.button, #download-wrap input[type=submit], #download-wrap #application-form textarea[type=submit], #application-form #download-wrap textarea[type=submit],
#download-wrap #static-content #inquiry textarea[type=submit],
#static-content #inquiry #download-wrap textarea[type=submit], #application-form input[type='submit'], #application-form textarea[type='submit'],
#static-content #inquiry input[type='submit'],
#static-content #inquiry textarea[type='submit'] {
  -webkit-box-shadow: 2px 4px 5px rgba(54, 54, 54, 0.2);
  -moz-box-shadow: 2px 4px 5px rgba(54, 54, 54, 0.2);
  box-shadow: 2px 4px 5px rgba(54, 54, 54, 0.2);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d71800), color-stop(100%, #ca1400));
  background: -webkit-linear-gradient(#d71800, #ca1400);
  background: -moz-linear-gradient(#d71800, #ca1400);
  background: -o-linear-gradient(#d71800, #ca1400);
  background: linear-gradient(#d71800, #ca1400);
  background-color: #ca1400;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 22px;
  color: white;
  padding: 17px 40px 13px;
  text-decoration: none;
  text-align: center;
}

/* line 187, ../sass/_main.scss */
.hide {
  width: 0;
}

/* line 191, ../sass/_main.scss */
.section-h1, #publisher-faq .container > h1, #publishing-on-flipboard .container > h1, #flipboard-pages-program h1, #publisher-partners .container > h1, #see-everything h1, #ad-specs h1 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 52px;
  margin-bottom: 15px;
  line-height: 1.2em;
}

/* line 198, ../sass/_main.scss */
.section-h2, #publisher-faq .container > h2, #publishing-on-flipboard .container > h2, #flipboard-pages-program h2, #publisher-partners .container > h2, #ad-specs h2 {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding: 0;
}

/* line 205, ../sass/_main.scss */
.section-callout, #about-splash h2 {
  font-size: 60px;
  line-height: 62px;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  margin-bottom: 50px;
}

/* line 212, ../sass/_main.scss */
.icon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
  text-indent: -9999em;
}

/* line 218, ../sass/_main.scss */
input:focus, #application-form textarea:focus,
#static-content #inquiry textarea:focus {
  outline: 0;
}

/* line 222, ../sass/_main.scss */
.mobile {
  display: none;
}

/* line 224, ../sass/_main.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 228, ../sass/_main.scss */
pre {
  font-size: 14px;
  font-family: Consolas, Monaco, monospace;
  line-height: 18px;
}

/* line 230, ../sass/_main.scss */
pre code {
  display: block;
  padding: 0.5em;
  background: #3F3F3F;
  color: #DCDCDC;
  overflow-x: auto;
  margin-bottom: 30px;
}

/* line 245, ../sass/_main.scss */
pre .keyword,
pre .tag,
pre .django .tag,
pre .django .keyword,
pre .css .class,
pre .css .id,
pre .lisp .title,
pre .header {
  color: #E3CEAB;
}

/* line 251, ../sass/_main.scss */
pre .django .template_tag,
pre .django .variable,
pre .django .filter .argument {
  color: #DCDCDC;
}

/* line 256, ../sass/_main.scss */
pre .number,
pre .date {
  color: #8CD0D3;
}

/* line 263, ../sass/_main.scss */
pre .dos .envvar,
pre .dos .stream,
pre .variable,
pre .apache .sqbracket {
  color: #EFDCBC;
}

/* line 272, ../sass/_main.scss */
pre .dos .flow,
pre .diff .change,
pre .python .exception,
pre .python .built_in,
pre .literal,
pre .tex .special {
  color: #EFEFAF;
}

/* line 277, ../sass/_main.scss */
pre .diff .chunk,
pre .ruby .subst {
  color: #8F8F8F;
}

/* line 290, ../sass/_main.scss */
pre .dos .keyword,
pre .python .decorator,
pre .title,
pre .haskell .label,
pre .diff .header,
pre .ruby .class .parent,
pre .apache .tag,
pre .nginx .built_in,
pre .tex .command,
pre .input_number {
  color: #efef8f;
}

/* line 300, ../sass/_main.scss */
pre .dos .winutils,
pre .ruby .symbol,
pre .ruby .symbol .string,
pre .ruby .symbol .keyword,
pre .ruby .symbol .keymethods,
pre .ruby .string,
pre .ruby .instancevar {
  color: #DCA3A3;
}

/* line 318, ../sass/_main.scss */
pre .diff .deletion,
pre .string,
pre .tag .value,
pre .preprocessor,
pre .built_in,
pre .sql .aggregate,
pre .javadoc,
pre .smalltalk .class,
pre .smalltalk .localvars,
pre .smalltalk .array,
pre .css .rules .value,
pre .attr_selector,
pre .pseudo,
pre .apache .cbracket,
pre .tex .formula {
  color: #CC9393;
}

/* line 328, ../sass/_main.scss */
pre .shebang,
pre .diff .addition,
pre .comment,
pre .java .annotation,
pre .template_comment,
pre .pi,
pre .doctype {
  color: #7F9F7F;
}

/* line 336, ../sass/_main.scss */
pre .coffeescript .javascript,
pre .xml .css,
pre .xml .javascript,
pre .xml .vbscript,
pre .tex .formula {
  opacity: 0.5;
}

/* -------------------------------- */
/* Global Design Elements           */
/* -------------------------------- */
/* line 342, ../sass/_main.scss */
.slider-header {
  left: 50%;
  margin-left: -480px;
  position: absolute;
  top: 50px;
  width: 960px;
  z-index: 1;
}
/* line 350, ../sass/_main.scss */
.slider-header h1 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1em;
  margin-bottom: 10px;
}
/* line 357, ../sass/_main.scss */
.slider-header p {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  width: 472px;
}

/* line 364, ../sass/_main.scss */
.app-store {
  background: url("../img/app-store-icon.png") no-repeat;
  width: 132px;
  height: 41px;
}

/* line 372, ../sass/_main.scss */
.google-play {
  background: url("../img/google-play-icon.png") no-repeat;
  width: 116px;
  height: 40px;
}

/* line 380, ../sass/_main.scss */
.paper-stack {
  height: 143px;
  padding: 20px 19px 15px 19px;
  width: 143px;
}
/* line 385, ../sass/_main.scss */
.paper-stack a {
  display: block;
  height: 143px;
  position: relative;
  width: 143px;
}
/* line 392, ../sass/_main.scss */
.paper-stack a img,
.paper-stack a .hover {
  height: 143px;
  position: absolute;
  width: 143px;
  z-index: 0;
}
/* line 399, ../sass/_main.scss */
.paper-stack a .hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: none;
  font-size: 60px;
  line-height: 133px;
  text-align: center;
  text-shadow: 5px 5px 10px #000;
  z-index: 1;
}
/* line 410, ../sass/_main.scss */
.paper-stack a:hover .hover {
  display: block;
}

/* line 416, ../sass/_main.scss */
.video-thumb {
  background: #FFF;
  border: 1px solid #CDCDCD;
  height: 74px;
  overflow: hidden;
  padding: 7px;
  width: 144px;
}
/* line 424, ../sass/_main.scss */
.video-thumb div {
  height: 74px;
  overflow: hidden;
  width: 144px;
}

/* line 431, ../sass/_main.scss */
ul.inline-list {
  *zoom: 1;
  margin: 0;
  padding: 0;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
ul.inline-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 436, ../sass/_main.scss */
ul.inline-list > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 440, ../sass/_main.scss */
ul.inline-list.cols-4 li {
  margin-right: 7.29167%;
  margin-bottom: 3.125%;
  vertical-align: top;
  width: 17.70833%;
}
/* line 447, ../sass/_main.scss */
ul.inline-list.cols-3 li {
  margin-right: 7.29167%;
  margin-bottom: 50px;
  vertical-align: top;
  width: 26.04167%;
}

/*
THIS IS CURRENTLY ONLY USED ON THE HOMEPAGE
FOR IE8. OTHER VERTICAL CENTERING IS DONE WITH A
centerbox MIXIN.
OUTLAW -- 7/24
*/
/* line 462, ../sass/_main.scss */
.vertical-centering {
  display: table !important;
}
/* line 465, ../sass/_main.scss */
.vertical-centering > div {
  display: table-cell;
  height: inherit;
  vertical-align: middle;
}

/* line 473, ../sass/_main.scss */
.vertical-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}

/* line 479, ../sass/_main.scss */
.vertical-centering-assist {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

/* -------------------------------- */
/* "latest" drawer                  */
/* -------------------------------- */
/* line 492, ../sass/_main.scss */
.tabular-layout > section,
.tabular-layout > div {
  vertical-align: top !important;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 499, ../sass/_main.scss */
.tabular-layout.cols-3 > section, .tabular-layout.cols-3 > div {
  margin-left: 2.08333%;
  width: 31.25%;
}
/* line 503, ../sass/_main.scss */
.tabular-layout.cols-3 > section:first-child, .tabular-layout.cols-3 > div:first-child {
  margin-left: 0;
}

/* -------------------------------- */
/* carousel                         */
/* -------------------------------- */
/* line 514, ../sass/_main.scss */
#bucket-list {
  height: 907px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
/* line 520, ../sass/_main.scss */
#bucket-list .gallery-slide {
  height: 760px;
  width: 100%;
  display: inline-block;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 527, ../sass/_main.scss */
#bucket-list .gallery-slide .inner {
  height: 770px;
  margin: 0 auto;
  width: 960px;
}

/* line 536, ../sass/_main.scss */
.gallery-prev,
.gallery-next {
  display: block;
  margin-top: -35px;
  position: absolute;
  top: 50%;
}

/* line 543, ../sass/_main.scss */
.gallery-prev {
  left: 0;
}

/* line 546, ../sass/_main.scss */
.gallery-next {
  right: 0;
}

/* -------------------------------- */
/* Slidedeck                        */
/* -------------------------------- */
/* line 556, ../sass/_main.scss */
.slide-deck, .feature-list {
  text-align: center;
  float: right;
  margin: 30px 40px 0 -100px;
  width: 310px;
}
/* line 562, ../sass/_main.scss */
.slide-deck li, .feature-list li {
  color: #959595;
  cursor: pointer;
  margin-bottom: 43px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
/* line 568, ../sass/_main.scss */
.slide-deck li:hover, .feature-list li:hover, .slide-deck li.active, .feature-list li.active {
  color: #959595;
}
/* line 575, ../sass/_main.scss */
.slide-deck h2, .feature-list h2 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 1em;
  margin-bottom: 14px;
}
/* line 582, ../sass/_main.scss */
.slide-deck p, .feature-list p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1em;
}

/* -------------------------------- */
/* "Latest" Drawer                  */
/* -------------------------------- */
/* line 608, ../sass/_main.scss */
#latest-tab-drawer {
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background: white;
  z-index: 200;
}
/* line 618, ../sass/_main.scss */
.drawer-open #latest-tab-drawer {
  -webkit-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  transition: width 0.5s ease;
  width: 350px;
}

/* line 625, ../sass/_main.scss */
a.ribbon {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: absolute;
  right: 0;
  bottom: 14px;
  background: url('../img/flag_1377726296.png') no-repeat;
  width: 81px;
  height: 49px;
  text-decoration: none;
  padding-top: 12px;
  padding-left: 7px;
  text-align: center;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  z-index: 200;
  color: white;
}

/* line 643, ../sass/_main.scss */
#latest-tab-drawer #latest-content {
  text-shadow: none;
  padding: 32px;
  color: #363636;
  width: 286px;
}
/* line 650, ../sass/_main.scss */
#latest-tab-drawer #latest-content .posted-on {
  font-style: italic;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 8px;
}
/* line 657, ../sass/_main.scss */
#latest-tab-drawer #latest-content h1 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}
/* line 664, ../sass/_main.scss */
#latest-tab-drawer #latest-content .body {
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
/* line 671, ../sass/_main.scss */
#latest-tab-drawer #latest-content .outbound-link {
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

/* line 683, ../sass/_main.scss */
#lightbox {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 199;
  background: #363636;
}

/* -------------------------------- */
/* Global Navigation                */
/* -------------------------------- */
/* line 702, ../sass/_main.scss */
#global-nav, #secondary-nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  overflow: visible;
  position: relative;
  z-index: 96;
  height: 43px;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  padding-top: 15px;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 17px;
  margin-bottom: -58px;
}
/* line 49, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
#global-nav li, #secondary-nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 714, ../sass/_main.scss */
.drawer-open #global-nav, .drawer-open #secondary-nav {
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
  right: 175px;
}
/* line 721, ../sass/_main.scss */
#global-nav ul, #secondary-nav ul {
  line-height: 29px;
  margin: 0 auto;
  text-align: center;
}
/* line 727, ../sass/_main.scss */
#global-nav li, #secondary-nav li {
  margin-left: 15px;
  margin-right: 15px;
}
/* line 732, ../sass/_main.scss */
#global-nav li.plus, #secondary-nav li.plus {
  margin-top: 0;
  margin-right: 64px;
}
/* line 736, ../sass/_main.scss */
#global-nav li.plus img, #secondary-nav li.plus img {
  display: block;
}
/* line 742, ../sass/_main.scss */
#global-nav a, #secondary-nav a {
  color: #363636;
  text-decoration: none;
}
/* line 746, ../sass/_main.scss */
#global-nav a.download, #secondary-nav a.download {
  padding-right: 30px;
  background-image: url('../img/nav-carrot_1377726296.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #9e0000;
}
/* line 754, ../sass/_main.scss */
#global-nav a:hover, #secondary-nav a:hover {
  color: #9e0000;
}
/* line 759, ../sass/_main.scss */
#global-nav li.about_nav, #secondary-nav li.about_nav {
  position: relative;
}
/* line 762, ../sass/_main.scss */
#global-nav li.about_nav .shadow, #secondary-nav li.about_nav .shadow {
  z-index: -10;
  background: transparent;
  position: absolute;
  display: none;
  top: -999px;
  left: 50%;
  margin-left: -62px;
  margin-top: 14px;
  width: 124px;
  height: 171px;
  opacity: 0;
  -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  /* For IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc')";
  /* For IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#ccc');
}
/* line 791, ../sass/_main.scss */
#global-nav li.about_nav ul, #secondary-nav li.about_nav ul {
  background: transparent;
  left: 50%;
  margin-left: -62px;
  opacity: 0;
  padding-top: 15px;
  position: absolute;
  top: -999px;
  z-index: 1;
}
/* line 806, ../sass/_main.scss */
#global-nav li.about_nav ul li, #secondary-nav li.about_nav ul li {
  background-color: #F5F5F5;
  display: block;
  height: 57px;
  margin: 0;
}
/* line 812, ../sass/_main.scss */
#global-nav li.about_nav ul li.icons-dropdown_caret, #secondary-nav li.about_nav ul li.icons-dropdown_caret {
  background-color: transparent;
  height: 16px;
  position: absolute;
  top: 0;
}
/* line 819, ../sass/_main.scss */
#global-nav li.about_nav ul li a, #secondary-nav li.about_nav ul li a {
  border-top: 1px solid #E9E9E9;
  display: block;
  font-size: 17px;
  height: 57px;
  line-height: 63px;
  text-align: center;
  width: 124px;
}
/* line 829, ../sass/_main.scss */
#global-nav li.about_nav ul li:first-child a, #secondary-nav li.about_nav ul li:first-child a {
  border-top: none;
}
/* line 836, ../sass/_main.scss */
#global-nav li.about_nav:hover > a, #secondary-nav li.about_nav:hover > a, #global-nav li.about_nav.hover > a, #secondary-nav li.about_nav.hover > a {
  color: #9e0000;
}
/* line 839, ../sass/_main.scss */
#global-nav li.about_nav:hover ul, #secondary-nav li.about_nav:hover ul, #global-nav li.about_nav.hover ul, #secondary-nav li.about_nav.hover ul {
  display: block;
  opacity: 1;
  top: 28px;
}
/* line 849, ../sass/_main.scss */
#global-nav li.about_nav:hover .shadow, #secondary-nav li.about_nav:hover .shadow, #global-nav li.about_nav.hover .shadow, #secondary-nav li.about_nav.hover .shadow {
  opacity: 1;
  display: block;
  top: 28px;
}
/* line 858, ../sass/_main.scss */
body[data-controller="app-tour"] #global-nav a.app-tour, body[data-controller="app-tour"] #secondary-nav a.app-tour {
  color: #9e0000;
}
/* line 864, ../sass/_main.scss */
body[data-controller="publishers"] #global-nav a.publishers, body[data-controller="publishers"] #secondary-nav a.publishers {
  color: #9e0000;
}
/* line 870, ../sass/_main.scss */
body[data-controller="advertisers"] #global-nav a.advertisers, body[data-controller="advertisers"] #secondary-nav a.advertisers {
  color: #9e0000;
}
/* line 876, ../sass/_main.scss */
body[data-controller="support"] #global-nav a.support, body[data-controller="support"] #secondary-nav a.support {
  color: #9e0000;
}
/* line 882, ../sass/_main.scss */
body[data-controller="about"] #global-nav a.about, body[data-controller="about"] #secondary-nav a.about {
  color: #9e0000;
}
/* line 888, ../sass/_main.scss */
body[data-controller="press"] #global-nav a.about, body[data-controller="press"] #secondary-nav a.about {
  color: #9e0000;
}
/* line 894, ../sass/_main.scss */
body[data-controller="careers"] #global-nav a.about, body[data-controller="careers"] #secondary-nav a.about {
  color: #9e0000;
}

/* line 902, ../sass/_main.scss */
#global-nav > ul > li.plus > a, #secondary-nav > ul > li.plus > a {
  line-height: normal;
}

/* line 905, ../sass/_main.scss */
#global-nav > ul > li > a, #secondary-nav > ul > li > a {
  display: block;
  height: 29px;
  line-height: 34px;
}

/* line 912, ../sass/_main.scss */
.sticky-nav {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

/* line 919, ../sass/_main.scss */
#secondary-nav {
  background: transparent;
  margin-bottom: 0;
  margin-top: -58px;
  padding: 0;
  height: 81px;
}
/* line 928, ../sass/_main.scss */
#secondary-nav ul {
  overflow: hidden;
  *zoom: 1;
  background: #f0f0f0;
  line-height: normal;
  padding-top: 1px;
}
/* line 935, ../sass/_main.scss */
#secondary-nav li {
  border-left: 1px solid #e4e4e4;
  margin: 0;
}
/* line 939, ../sass/_main.scss */
#secondary-nav li.last {
  border-right: 1px solid #e4e4e4;
}
/* line 944, ../sass/_main.scss */
#secondary-nav a {
  display: block;
  color: #838383;
  background: #f0f0f0;
  padding-top: 20px;
  line-height: normal !important;
  height: 38px !important;
  width: 224px;
}
/* line 957, ../sass/_main.scss */
#secondary-nav .on a,
#secondary-nav a:hover,
#secondary-nav a.active {
  color: #9e0000;
  text-decoration: none;
}
/* line 963, ../sass/_main.scss */
body[data-action="publishing-on-flipboard"] #secondary-nav a.publishing-on-flipboard {
  color: #9e0000;
  text-decoration: none;
}
/* line 970, ../sass/_main.scss */
body[data-action="partners"] #secondary-nav a.partners {
  color: #9e0000;
  text-decoration: none;
}
/* line 977, ../sass/_main.scss */
body[data-action="faq"] #secondary-nav a.faq {
  color: #9e0000;
  text-decoration: none;
}
/* line 983, ../sass/_main.scss */
#secondary-nav.sticky-nav {
  margin-top: 0;
}
/* line 987, ../sass/_main.scss */
#secondary-nav .shadow-container {
  background: green;
  -webkit-box-shadow: inset 0 11px 25px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 11px 25px -10px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 11px 25px -10px rgba(0, 0, 0, 0.2);
  position: absolute;
  height: 23px;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 998, ../sass/_main.scss */
#secondary-nav .corner-shadow-top-left {
  background: yellowgreen;
  bottom: 0;
  top: auto;
}
/* line 1004, ../sass/_main.scss */
#secondary-nav .corner-shadow-top-right {
  background: greenyellow;
  bottom: 0;
  top: auto;
}

/* line 1013, ../sass/_main.scss */
#secondary-nav[class~='sticky-nav'] + section {
  margin-top: -58px;
  padding-top: 58px;
}

/* -------------------------------- */
/* Download Slide Down              */
/* -------------------------------- */
/* line 1022, ../sass/_main.scss */
#download-wrap {
  background: #494949;
  color: #FFF;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  height: 0px;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 58px;
  width: 100%;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}
/* line 1036, ../sass/_main.scss */
#download-wrap.opened {
  height: 550px;
}
/* line 1040, ../sass/_main.scss */
#download-wrap .close-download {
  position: absolute;
  right: 30px;
  top: 30px;
}
/* line 1045, ../sass/_main.scss */
#download-wrap .close-download:hover {
  border-bottom: none;
  text-decoration: none;
}
/* line 1051, ../sass/_main.scss */
#download-wrap .container {
  *zoom: 1;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#download-wrap .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 1055, ../sass/_main.scss */
#download-wrap .centerbox {
  height: 550px;
  display: table-cell;
  vertical-align: middle;
}
/* line 1060, ../sass/_main.scss */
#download-wrap .app-store {
  background-image: url('../img/app-store-icon-large_1377726296.png');
  width: 175px;
  height: 50px;
}
/* line 1064, ../sass/_main.scss */
#download-wrap .app-store:hover {
  border: none;
}
/* line 1069, ../sass/_main.scss */
#download-wrap .google-play {
  margin-right: 30px;
  background-image: url('../img/google-play-icon-large_1377726296.png');
  width: 175px;
  height: 50px;
}
/* line 1074, ../sass/_main.scss */
#download-wrap .google-play:hover {
  border: none;
}
/* line 1079, ../sass/_main.scss */
#download-wrap h1 {
  font-size: 51px;
  line-height: 1em;
  margin-bottom: 30px;
}
/* line 1085, ../sass/_main.scss */
#download-wrap .app-downloads {
  float: left;
}
/* line 1089, ../sass/_main.scss */
#download-wrap div.vr {
  height: 35px;
  border-right: 1px solid #333333;
  float: left;
  margin-top: 5px;
}
/* line 1096, ../sass/_main.scss */
#download-wrap p {
  float: left;
  font-size: 16px;
  padding-left: 28px;
  padding-top: 5px;
}
/* line 1103, ../sass/_main.scss */
#download-wrap .download-form-holder {
  float: left;
  margin-left: 30px;
}
/* line 1107, ../sass/_main.scss */
#download-wrap .download-form-holder .error {
  margin-bottom: -40px;
  padding-left: 0;
  padding-top: 5px;
}
/* line 1115, ../sass/_main.scss */
#download-wrap input::-webkit-input-placeholder, #download-wrap #application-form textarea::-webkit-input-placeholder, #application-form #download-wrap textarea::-webkit-input-placeholder,
#download-wrap #static-content #inquiry textarea::-webkit-input-placeholder,
#static-content #inquiry #download-wrap textarea::-webkit-input-placeholder {
  line-height: 1.5em;
}
/* line 1120, ../sass/_main.scss */
#download-wrap input[type=text], #download-wrap #application-form textarea[type=text], #application-form #download-wrap textarea[type=text],
#download-wrap #static-content #inquiry textarea[type=text],
#static-content #inquiry #download-wrap textarea[type=text] {
  border: none;
  display: block;
  float: left;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 0;
  padding: 14px;
  width: 230px;
}
/* line 1132, ../sass/_main.scss */
#download-wrap input[type=submit], #download-wrap #application-form textarea[type=submit], #application-form #download-wrap textarea[type=submit],
#download-wrap #static-content #inquiry textarea[type=submit],
#static-content #inquiry #download-wrap textarea[type=submit] {
  border: none;
  padding: 18px 36px 10px 36px;
  margin-top: 0;
  margin-left: 8px;
  font-size: 16px;
}
/* line 1142, ../sass/_main.scss */
#download-wrap a {
  color: white;
}
/* line 1145, ../sass/_main.scss */
#download-wrap a:hover {
  color: white;
  border-bottom: 2px solid white;
}
/* line 1152, ../sass/_main.scss */
#download-wrap.success .message-sent {
  display: block;
}

/* line 1157, ../sass/_main.scss */
.message-sent, .application-sent {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #9e0000;
  font-size: 26px;
  text-align: center;
}
/* line 1168, ../sass/_main.scss */
.message-sent img, .application-sent img {
  padding-right: 10px;
}

/* line 1173, ../sass/_main.scss */
.application-sent {
  color: white;
}

/* line 1177, ../sass/_main.scss */
.application-sent.success {
  display: block;
}

/* -------------------------------- */
/* Social Media Links               */
/* -------------------------------- */
/* line 1184, ../sass/_main.scss */
.social-media-dropdown {
  position: absolute;
  top: 30px;
  z-index: 1000;
  pointer-events: none;
}
/* line 1190, ../sass/_main.scss */
.social-media-dropdown .content {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  background: white;
  width: 108px;
  height: 86px;
}
/* line 1199, ../sass/_main.scss */
.social-media-dropdown .icon-container {
  margin: 0 -3px;
  padding: 0 3px;
  height: 59px;
  overflow: hidden;
}
/* line 1206, ../sass/_main.scss */
.social-media-dropdown .icon-container div {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  width: 65px;
  background-color: white;
  padding-top: 15px;
  height: 39px;
  text-align: center;
}
/* line 1216, ../sass/_main.scss */
.social-media-dropdown#twitter-expanded-dropdown {
  right: 73px;
}
/* line 1219, ../sass/_main.scss */
.social-media-dropdown#twitter-expanded-dropdown .content {
  padding-top: 23px;
  padding-left: 10px;
  height: 63px;
  width: 98px;
}
/* line 1225, ../sass/_main.scss */
.social-media-dropdown#twitter-expanded-dropdown .content p {
  font-size: 14px;
  margin-bottom: 3px;
}
/* line 1232, ../sass/_main.scss */
.social-media-dropdown#google-expanded-dropdown {
  right: 19px;
  top: 64px;
}
/* line 1236, ../sass/_main.scss */
.social-media-dropdown#google-expanded-dropdown .content {
  padding-top: 13px;
  width: 116px;
  height: 40px;
  text-align: center;
}
/* line 1243, ../sass/_main.scss */
.social-media-dropdown#google-expanded-dropdown .icon-container div {
  margin: 0 auto;
  height: 38px;
}
/* line 1249, ../sass/_main.scss */
.social-media-dropdown#facebook-expanded-dropdown {
  right: -23px;
  top: 13px;
}
/* line 1253, ../sass/_main.scss */
.social-media-dropdown#facebook-expanded-dropdown .content {
  width: 65px;
  text-align: center;
  padding: 7px 0 10px;
}
/* line 1259, ../sass/_main.scss */
.social-media-dropdown#facebook-expanded-dropdown .icon-container div {
  float: right;
}

/* -------------------------------- */
/* Breadcrumbs                      */
/* -------------------------------- */
/* line 1269, ../sass/_main.scss */
.breadcrumbs {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 100;
}
/* line 49, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_inline-block-list.scss */
.breadcrumbs li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 1279, ../sass/_main.scss */
.breadcrumbs li {
  padding: 0 10px;
}
/* line 1283, ../sass/_main.scss */
.breadcrumbs a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 -2682px;
  height: 8px;
  width: 8px;
  display: block;
  width: 8px;
  height: 9px;
  margin-bottom: 10px;
}
/* line 43, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.breadcrumbs a:active, .breadcrumbs a.nav-dot_active, .breadcrumbs a.nav-dot-active {
  background-position: 0 -2740px;
}
/* line 1296, ../sass/_main.scss */
.breadcrumbs a.current {
  background-position: 0 -2740px;
  height: 8px;
  width: 8px;
}

/* -------------------------------- */
/* Application Form                 */
/* -------------------------------- */
/* line 1308, ../sass/_main.scss */
#application-form,
#static-content #inquiry {
  width: 532px;
  height: 600px;
  overflow: auto;
  padding: 25px;
}
/* line 1314, ../sass/_main.scss */
#application-form h1,
#static-content #inquiry h1 {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 34px;
  margin-bottom: 17px;
}
/* line 1320, ../sass/_main.scss */
#application-form label,
#static-content #inquiry label {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  display: block;
  color: #4b4b4b;
}
/* line 1325, ../sass/_main.scss */
#application-form label.title,
#static-content #inquiry label.title {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 16px;
}
/* line 1330, ../sass/_main.scss */
#application-form label.subtitle, #application-form span.checknote,
#application-form #static-content #inquiry span.checknote,
#static-content #inquiry #application-form span.checknote, #application-form span.checkradio,
#application-form #static-content #inquiry span.checkradio,
#static-content #inquiry #application-form span.checkradio,
#static-content #inquiry label.subtitle,
#static-content #inquiry span.checknote,
#static-content #inquiry span.checkradio {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 6px;
}
/* line 1337, ../sass/_main.scss */
#application-form .error-header,
#static-content #inquiry .error-header {
  width: 508px;
  border: 1px solid #9e0000;
  background-color: rgba(158, 0, 0, 0.1);
  padding: 6px 12px;
  margin-bottom: 20px;
  color: #ad1300;
}
/* line 1345, ../sass/_main.scss */
#application-form .error-header p,
#static-content #inquiry .error-header p {
  color: #ad1300;
}
/* line 1350, ../sass/_main.scss */
#application-form span.checknote,
#static-content #inquiry span.checknote {
  display: inline;
  padding-left: 2px;
  margin-bottom: 2px;
}
/* line 1357, ../sass/_main.scss */
#application-form span.checkradio,
#static-content #inquiry span.checkradio {
  display: inline;
  padding-left: 2px;
  margin-bottom: 2px;
  margin-right: 30px;
}
/* line 1365, ../sass/_main.scss */
#application-form span.required,
#static-content #inquiry span.required {
  color: red;
  padding-left: 1px;
}
/* line 1370, ../sass/_main.scss */
#application-form p,
#static-content #inquiry p {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
}
/* line 1375, ../sass/_main.scss */
#application-form p.note,
#static-content #inquiry p.note {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  font-size: 13px;
  text-align: right;
  margin-bottom: 30px;
}
/* line 1383, ../sass/_main.scss */
#application-form header,
#static-content #inquiry header {
  margin-bottom: 30px;
}
/* line 1387, ../sass/_main.scss */
#application-form ul,
#static-content #inquiry ul {
  overflow: hidden;
  *zoom: 1;
  vertical-align: top;
  display: inline-block;
  margin: 6px 40px 17px 0;
  padding: 0;
}
/* line 1394, ../sass/_main.scss */
#application-form ul.select,
#static-content #inquiry ul.select {
  margin-right: 2px;
}
/* line 1398, ../sass/_main.scss */
#application-form ul li,
#static-content #inquiry ul li {
  margin: 0;
  padding: 0;
}
/* line 1404, ../sass/_main.scss */
#application-form input, #application-form textarea,
#application-form #static-content #inquiry textarea,
#static-content #inquiry #application-form textarea,
#static-content #inquiry input,
#static-content #inquiry textarea {
  -webkit-box-shadow: inset 0 0 49px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: inset 0 0 49px rgba(0, 0, 0, 0.03);
  box-shadow: inset 0 0 49px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 10px;
  font-size: 13px;
  background: #fdfdfd;
  border: 1px solid #e3e3e3;
  margin-bottom: 30px;
  width: 508px;
}
/* line 1414, ../sass/_main.scss */
#application-form input.error, #application-form textarea.error,
#application-form #static-content #inquiry textarea.error,
#static-content #inquiry #application-form textarea.error,
#static-content #inquiry input.error,
#static-content #inquiry textarea.error {
  border: 1px solid #9e0000;
  background-color: rgba(158, 0, 0, 0.1);
}
/* line 1419, ../sass/_main.scss */
#application-form input[type='checkbox'], #application-form input[type='radio'], #application-form textarea[type='radio'],
#application-form #static-content #inquiry input[type='radio'],
#static-content #inquiry #application-form input[type='radio'],
#application-form #static-content #inquiry textarea[type='radio'],
#static-content #inquiry #application-form textarea[type='radio'], #application-form textarea[type='checkbox'],
#application-form #static-content #inquiry textarea[type='checkbox'],
#static-content #inquiry #application-form textarea[type='checkbox'],
#static-content #inquiry input[type='checkbox'],
#static-content #inquiry input[type='radio'],
#static-content #inquiry textarea[type='radio'],
#static-content #inquiry textarea[type='checkbox'] {
  display: inline;
  width: 12px;
  padding: 0;
  margin-bottom: 4px;
}
/* line 1430, ../sass/_main.scss */
#application-form input[type='submit'], #application-form textarea[type='submit'],
#application-form #static-content #inquiry textarea[type='submit'],
#static-content #inquiry #application-form textarea[type='submit'],
#static-content #inquiry input[type='submit'],
#static-content #inquiry textarea[type='submit'] {
  width: auto;
  float: right;
}
/* line 1437, ../sass/_main.scss */
#application-form textarea,
#static-content #inquiry textarea {
  height: 80px;
}
/* line 1442, ../sass/_main.scss */
#application-form #form-error-message,
#static-content #inquiry #form-error-message {
  text-align: right;
  color: #ad1300;
  display: none;
}

/* -------------------------------- */
/* Inquiry Overwrite                */
/* -------------------------------- */
/* line 1453, ../sass/_main.scss */
#static-content #inquiry {
  height: auto;
  padding-top: 100px;
}
/* line 1457, ../sass/_main.scss */
#static-content #inquiry label {
  float: none;
  margin-bottom: 10px;
}
/* line 1462, ../sass/_main.scss */
#static-content #inquiry select {
  margin: 0 0 15px;
}

/* -------------------------------- */
/* Content "Buckets"                */
/* -------------------------------- */
/* General/Globally Applicable */
/* line 1473, ../sass/_main.scss */
section .container {
  width: 960px;
  margin: 0 auto;
}

/* line 1478, ../sass/_main.scss */
body > .container > section {
  position: relative;
  overflow: hidden;
}

/* line 1483, ../sass/_main.scss */
.recessed {
  position: relative;
}

/* line 1501, ../sass/_main.scss */
.impression.light {
  background: #fafaf6;
  color: #363636;
}
/* line 1507, ../sass/_main.scss */
.impression.dark {
  background: #6b645c;
  color: white;
}
/* line 1511, ../sass/_main.scss */
.impression.dark h1 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
}
/* line 1516, ../sass/_main.scss */
.impression.darker {
  background: #333333;
  color: white;
}

/* line 1523, ../sass/_main.scss */
.callout {
  text-align: center;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 34px;
  line-height: 40px;
}
/* line 1529, ../sass/_main.scss */
.callout a {
  color: #9e0000;
  text-decoration: none;
}

/* line 1535, ../sass/_main.scss */
.app-downloads {
  margin-bottom: 15px;
}
/* line 1538, ../sass/_main.scss */
.app-downloads a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-right: 15px;
}

/* line 1544, ../sass/_main.scss */
body > .container section.foot-wrap {
  height: auto;
}

/* line 1549, ../sass/_main.scss */
#flip-tip-tweet {
  background-color: #fafaf6;
  text-align: center;
}
/* line 1554, ../sass/_main.scss */
body[data-controller="publishers"] #flip-tip-tweet, body[data-controller="careers"] #flip-tip-tweet {
  display: none;
}
/* line 1556, ../sass/_main.scss */
#flip-tip-tweet a {
  color: #363636;
}
/* line 1559, ../sass/_main.scss */
#flip-tip-tweet a:hover {
  color: #9e0000;
}
/* line 1564, ../sass/_main.scss */
#flip-tip-tweet img.twitter-icon {
  margin-bottom: 18px;
}
/* line 1568, ../sass/_main.scss */
#flip-tip-tweet .loading-indicator {
  background: url(../img/ajax-loader.gif) no-repeat center center;
  height: 32px;
  left: 50%;
  margin-left: -16px;
  overflow: hidden;
  position: absolute;
  text-indent: -999em;
  width: 32px;
}
/* line 1579, ../sass/_main.scss */
#flip-tip-tweet .container {
  padding: 67px 0;
  width: 750px;
  margin: 0 auto;
}
/* line 1587, ../sass/_main.scss */
#flip-tip-tweet .body {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 29px;
  line-height: 1.2em;
  margin-bottom: 25px;
  overflow: hidden;
  text-align: center;
}
/* line 1596, ../sass/_main.scss */
#flip-tip-tweet .body a {
  text-decoration: none;
}
/* line 1601, ../sass/_main.scss */
#flip-tip-tweet .attribution {
  display: block;
  text-transform: uppercase;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 5px;
}
/* line 1613, ../sass/_main.scss */
#flip-tip-tweet .posted-on {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
}

/* line 1622, ../sass/_main.scss */
#footer-with-news {
  background-color: #fafaf6;
}

/* line 1626, ../sass/_main.scss */
#news-post {
  width: 960px;
  height: 56%;
  margin: 0 auto;
  padding-top: 92px;
}
/* line 1633, ../sass/_main.scss */
#news-post .posted-on, #news-post h1, #news-post .body, #news-post .outbound-link {
  width: 640px;
}
/* line 1637, ../sass/_main.scss */
#news-post .posted-on {
  font-style: italic;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 8px;
}
/* line 1644, ../sass/_main.scss */
#news-post h1 {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 34px;
  line-height: 45px;
  margin-bottom: 15px;
}
/* line 1651, ../sass/_main.scss */
#news-post .body {
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
/* line 1658, ../sass/_main.scss */
#news-post .outbound-link {
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
}

/* line 1665, ../sass/_main.scss */
.corner-shadow-top-left {
  background: red;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 1672, ../sass/_main.scss */
.corner-shadow-top-right {
  background: redorange;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 1679, ../sass/_main.scss */
.corner-shadow-bottom-left {
  background: orange;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* line 1686, ../sass/_main.scss */
.corner-shadow-bottom-right {
  background: lightblue;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* line 1, ../sass/_app-tour.scss */
#app-tour-thumb {
  cursor: pointer;
}

/* line 5, ../sass/_app-tour.scss */
#app-tour-video {
  display: block;
}

/* line 10, ../sass/_app-tour.scss */
#how-it-works-masthead {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 608px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 18, ../sass/_app-tour.scss */
#how-it-works-masthead .container {
  padding-top: 58px;
}
/* line 22, ../sass/_app-tour.scss */
#how-it-works-masthead h1 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: #e7af04;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 32, ../sass/_app-tour.scss */
#how-it-works-masthead h2 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: white;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 60px;
  line-height: 62px;
}

/* line 44, ../sass/_app-tour.scss */
.progress-bar {
  position: relative;
}
/* line 47, ../sass/_app-tour.scss */
.progress-bar a {
  position: absolute;
  top: 11px;
  left: 13px;
}
/* line 53, ../sass/_app-tour.scss */
.progress-bar a.icons-video-play {
  top: 12px;
  left: 14px;
}
/* line 58, ../sass/_app-tour.scss */
.progress-bar a.video-mute {
  color: white;
  top: 12px;
  left: 44px;
}

/* line 66, ../sass/_app-tour.scss */
#beauty-of-print {
  background: #dedddd;
  position: relative;
  height: 946px;
  background-image: -webkit-gradient(radial, center 50%, 0, center 50%, 1500, color-stop(0%, #ffffff), color-stop(100%, #dedddd));
  background-image: -webkit-radial-gradient(center 50%, #ffffff, #dedddd 1500px);
  background-image: -moz-radial-gradient(center 50%, #ffffff, #dedddd 1500px);
  background-image: -o-radial-gradient(center 50%, #ffffff, #dedddd 1500px);
  background-image: radial-gradient(center 50%, #ffffff, #dedddd 1500px);
}
/* line 74, ../sass/_app-tour.scss */
#beauty-of-print h1 {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1.2em;
  margin: 58px 0 30px;
  text-align: center;
}
/* line 84, ../sass/_app-tour.scss */
#beauty-of-print .gallery-slide .inner {
  position: relative;
  white-space: normal;
}
/* line 90, ../sass/_app-tour.scss */
#beauty-of-print .gallery-slide ul li {
  position: absolute;
  width: auto;
}
/* line 94, ../sass/_app-tour.scss */
#beauty-of-print .gallery-slide ul li h2 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 0;
}
/* line 101, ../sass/_app-tour.scss */
#beauty-of-print .gallery-slide ul li p {
  padding-left: 10px;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
  width: 240px;
}
/* line 113, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/apptour_screen_1.png') no-repeat;*/
  background-position: 217px 15px;
}
/* line 118, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .magnifying-glass-1 {
  position: absolute;
  top: 357px;
  right: 150px;
}
/* line 124, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .magnifying-glass-2 {
  position: absolute;
  top: 356px;
  left: 170px;
}
/* line 130, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .point-content-1 {
  left: 10px;
  top: 125px;
}
/* line 134, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .point-content-1 p {
  width: 170px;
}
/* line 138, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .point-content-2 {
  left: 760px;
  top: 354px;
}
/* line 142, ../sass/_app-tour.scss */
#beauty-of-print #slide-1 .point-content-2 p {
  width: 200px;
}
/* line 149, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/apptour_screen_2.png') no-repeat;*/
  background-position: 172px 19px;
}
/* line 155, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .magnifying-glass-1 {
  position: absolute;
  left: 146px;
  top: 83px;
}
/* line 162, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .magnifying-glass-2 {
  position: absolute;
  left: 481px;
  top: 159px;
}
/* line 168, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-1 {
  left: 0;
  top: 330px;
}
/* line 172, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-1 h2 {
  width: 200px;
}
/* line 176, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-1 p {
  width: 200px;
}
/* line 180, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-2 {
  left: 764px;
  top: 100px;
}
/* line 184, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-2 h2 {
  width: 210px;
}
/* line 188, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-2 p {
  margin-bottom: 30px;
  width: 180px;
}
/* line 193, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-2 .social-callout {
  font-size: 16px;
  padding: 0 0 0 10px;
}
/* line 197, ../sass/_app-tour.scss */
#beauty-of-print #slide-2 .point-content-2 .social-callout p {
  color: #bbbbba;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
/* line 211, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/apptour_screen_3.png') no-repeat;*/
}
/* line 215, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .magnifying-glass-1 {
  position: absolute;
  left: 405px;
  top: 141px;
}
/* line 221, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-1 {
  left: 767px;
  top: 45px;
}
/* line 225, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-1 p {
  margin-bottom: 20px;
  width: 230px;
}
/* line 230, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-1 .video-thumb {
  display: block;
  margin-left: 10px;
}
/* line 235, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-1 .social-callout {
  font-size: 16px;
  padding: 0 0 0 10px;
}
/* line 239, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-1 .social-callout p {
  color: #bbbbba;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
/* line 250, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-2 {
  left: 185px;
  top: 579px;
}
/* line 254, ../sass/_app-tour.scss */
#beauty-of-print #slide-3 .point-content-2 p {
  width: 380px;
}
/* line 263, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/apptour_screen_4.png') no-repeat center;*/
}
/* line 267, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .magnifying-glass-1 {
  position: absolute;
  left: 499px;
  top: 505px;
}
/* line 273, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .point-content-1 {
  left: 0;
  top: 115px;
}
/* line 277, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .point-content-1 p {
  margin-bottom: 20px;
  width: 230px;
}
/* line 282, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .point-content-1 .video-thumb {
  display: block;
  margin-left: 10px;
}
/* line 287, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .point-content-2 {
  right: 0;
  top: 439px;
  width: 210px;
}
/* line 292, ../sass/_app-tour.scss */
#beauty-of-print #slide-4 .point-content-2 p {
  width: 250px;
}

/* line 106, ../img/logos/*.png */
.logos-sprite, .logos-bonappetit, .logos-esquire, .logos-fastcompany, .logos-forbes, .logos-guardian, .logos-nyt, .logos-oprah, .logos-telegraph, .logos-vanityfair {
  background: url('../img/logos-sc1ddea2d72.png') no-repeat;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-bonappetit {
  background-position: 0 -1100px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-esquire {
  background-position: 0 -1650px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-fastcompany {
  background-position: 0 -550px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-forbes {
  background-position: 0 -1375px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-guardian {
  background-position: 0 -1925px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-nyt {
  background-position: 0 -275px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-oprah {
  background-position: 0 0;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-telegraph {
  background-position: 0 -825px;
  height: 75px;
  width: 250px;
}

/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/sprites/_base.scss */
.logos-vanityfair {
  background-position: 0 -2200px;
  height: 75px;
  width: 250px;
}

/**/
/* line 10, ../sass/_publishers.scss */
.feature-list {
  margin-left: -25px;
  margin-right: 25px;
}
/* line 15, ../sass/_publishers.scss */
.feature-list li.apply {
  padding-top: 20px;
}
/* line 18, ../sass/_publishers.scss */
.feature-list li.apply #apply-btn {
  color: white;
  padding: 19px 50px 12px 50px;
}
/* line 24, ../sass/_publishers.scss */
.feature-list p {
  line-height: 1.25em;
}
/* line 28, ../sass/_publishers.scss */
.feature-list a {
  color: #9e0000;
}

/* line 33, ../sass/_publishers.scss */
aside.feature-callout {
  float: left;
  position: relative;
}
/* line 37, ../sass/_publishers.scss */
aside.feature-callout .magnify {
  position: absolute;
}

/* line 43, ../sass/_publishers.scss */
#publishers-masthead {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 608px;
  margin-bottom: 58px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 51, ../sass/_publishers.scss */
#publishers-masthead .container {
  padding-top: 58px;
}
/* line 55, ../sass/_publishers.scss */
#publishers-masthead h1 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: #e7af04;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
/* line 65, ../sass/_publishers.scss */
#publishers-masthead h2 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: white;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 22px;
}

/* line 77, ../sass/_publishers.scss */
#publisher-faq {
  background: white;
  height: auto;
  margin-top: -23px;
}
/* line 82, ../sass/_publishers.scss */
#publisher-faq .container {
  overflow: hidden;
  *zoom: 1;
  padding-top: 62px;
  padding-bottom: 106px;
}
/* line 92, ../sass/_publishers.scss */
#publisher-faq .container > h2 {
  margin-bottom: 85px;
}
/* line 97, ../sass/_publishers.scss */
#publisher-faq .container .left-column > ul {
  padding-right: 40px;
}
/* line 102, ../sass/_publishers.scss */
#publisher-faq .container #flipboard-pages > ul, #publisher-faq .container #flipboard-pages > h1 {
  padding-left: 40px;
}
/* line 107, ../sass/_publishers.scss */
#publisher-faq .container img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 113, ../sass/_publishers.scss */
#publisher-faq .container > section {
  float: left;
  width: 50%;
  height: auto;
}
/* line 118, ../sass/_publishers.scss */
#publisher-faq .container > section > h1 {
  color: #9e0000;
  font-size: 16px;
  margin-bottom: 34px;
}
/* line 124, ../sass/_publishers.scss */
#publisher-faq .container > section ol {
  list-style-type: decimal;
  padding-left: 20px;
}
/* line 129, ../sass/_publishers.scss */
#publisher-faq .container > section li h1 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 25px;
}
/* line 136, ../sass/_publishers.scss */
#publisher-faq .container > section p, #publisher-faq .container > section li li {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  line-height: 24px;
  margin-bottom: 25px;
}
/* line 144, ../sass/_publishers.scss */
#publisher-faq .container > section img {
  margin-bottom: 25px;
}

/* line 155, ../sass/_publishers.scss */
#publishing-on-flipboard {
  position: relative;
  background: white;
  height: 941px;
  margin-top: -23px;
}
/* line 161, ../sass/_publishers.scss */
#publishing-on-flipboard .container {
  *zoom: 1;
  position: relative;
  padding-top: 62px;
  padding-bottom: 106px;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#publishing-on-flipboard .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 168, ../sass/_publishers.scss */
#publishing-on-flipboard .container > h1 {
  font-size: 42px;
}
/* line 173, ../sass/_publishers.scss */
#publishing-on-flipboard .container > h2 {
  margin-bottom: 85px;
}
/* line 178, ../sass/_publishers.scss */
#publishing-on-flipboard .container > p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 30px;
  width: 410px;
}
/* line 187, ../sass/_publishers.scss */
#publishing-on-flipboard .container aside {
  margin-left: -46px;
  margin-top: -20px;
}
/* line 193, ../sass/_publishers.scss */
#publishing-on-flipboard .container .slide-1 .magnify {
  left: 280px;
  top: 19px;
}
/* line 200, ../sass/_publishers.scss */
#publishing-on-flipboard .container .slide-2 .magnify {
  left: 251px;
  top: 245px;
}
/* line 207, ../sass/_publishers.scss */
#publishing-on-flipboard .container .slide-3 .magnify {
  left: 243px;
  top: 103px;
}
/* line 214, ../sass/_publishers.scss */
#publishing-on-flipboard .container .slide-4 .magnify {
  left: 226px;
  top: 164px;
}
/* line 220, ../sass/_publishers.scss */
#publishing-on-flipboard .container .attribution {
  float: left;
  color: #ababab;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 12px;
  text-align: right;
  margin-left: 310px;
  margin-top: -10px;
  width: auto;
}

/* line 236, ../sass/_publishers.scss */
#flipboard-pages-program {
  overflow: visible;
}
/* line 239, ../sass/_publishers.scss */
#flipboard-pages-program .container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px 90px;
  position: relative;
}
/* line 245, ../sass/_publishers.scss */
#flipboard-pages-program h1 {
  color: #FFF;
}
/* line 250, ../sass/_publishers.scss */
#flipboard-pages-program h2 {
  margin-bottom: 85px;
}
/* line 255, ../sass/_publishers.scss */
#flipboard-pages-program p {
  color: #ababab;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.75em;
  margin-bottom: 20px;
  width: 410px;
}
/* line 264, ../sass/_publishers.scss */
#flipboard-pages-program img {
  bottom: 0;
  position: absolute;
  right: 8.33333%;
}

/* line 273, ../sass/_publishers.scss */
#publisher-partners {
  position: relative;
  background: white;
  height: auto;
  margin-top: -23px;
}
/* line 279, ../sass/_publishers.scss */
#publisher-partners .container {
  *zoom: 1;
  padding-top: 62px;
  padding-bottom: 0;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#publisher-partners .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 285, ../sass/_publishers.scss */
#publisher-partners .container > h1 {
  text-align: center;
}
/* line 290, ../sass/_publishers.scss */
#publisher-partners .container > h2 {
  margin-bottom: 85px;
}
/* line 295, ../sass/_publishers.scss */
#publisher-partners .container > p {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  width: 410px;
}
/* line 302, ../sass/_publishers.scss */
#publisher-partners .container aside {
  margin-left: 0px;
}
/* line 305, ../sass/_publishers.scss */
#publisher-partners .container aside img {
  display: block;
}
/* line 311, ../sass/_publishers.scss */
#publisher-partners .container .slide-1 .magnify {
  left: 280px;
  top: 50px;
}
/* line 318, ../sass/_publishers.scss */
#publisher-partners .container .slide-2 .magnify {
  left: 300px;
  top: 120px;
}
/* line 325, ../sass/_publishers.scss */
#publisher-partners .container .slide-3 .magnify {
  left: 214px;
  top: 301px;
}
/* line 331, ../sass/_publishers.scss */
#publisher-partners .container ul {
  float: right;
  margin: 100px 0 0 0;
  width: 310px;
}
/* line 336, ../sass/_publishers.scss */
#publisher-partners .container ul a.button {
  display: inline-block;
  margin-bottom: 10px;
}
/* line 341, ../sass/_publishers.scss */
#publisher-partners .container ul small {
  font-family: "HelveticaNeueThCn", "HelveticaNeueW01-ThinCn 673383", Helvetica, sans-serif;
  font-size: 12px;
}

/* line 354, ../sass/_publishers.scss */
#handful-of-publishers {
  background: white;
  position: relative;
}
/* line 358, ../sass/_publishers.scss */
#handful-of-publishers .panner {
  height: 834px;
}
/* line 362, ../sass/_publishers.scss */
#handful-of-publishers .inner {
  height: 100%;
  background-repeat: no-repeat;
}
/* line 367, ../sass/_publishers.scss */
#handful-of-publishers .gallery-slide {
  height: 100%;
}
/* line 370, ../sass/_publishers.scss */
#handful-of-publishers .gallery-slide .inner {
  height: 780px;
  margin: 0 auto;
  position: relative;
  white-space: normal;
  width: 960px;
}
/* line 377, ../sass/_publishers.scss */
#handful-of-publishers .gallery-slide .inner > ul > li {
  position: absolute;
}
/* line 380, ../sass/_publishers.scss */
#handful-of-publishers .gallery-slide .inner h2 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
/* line 387, ../sass/_publishers.scss */
#handful-of-publishers .gallery-slide .inner p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 23px;
}
/* line 397, ../sass/_publishers.scss */
#handful-of-publishers .slide-1 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/pub_partners_lp.png') no-repeat;*/
  background-position: -20px 170px;
}
/* line 402, ../sass/_publishers.scss */
#handful-of-publishers .slide-1 .point-content-1 {
  right: 0px;
  top: 450px;
  width: 220px;
}
/* line 408, ../sass/_publishers.scss */
#handful-of-publishers .slide-1 h2 {
  margin-bottom: 10px;
}
/* line 412, ../sass/_publishers.scss */
#handful-of-publishers .slide-1 p {
  margin-bottom: 20px;
}
/* line 419, ../sass/_publishers.scss */
#handful-of-publishers .slide-2 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/pub_partners_op.png') no-repeat;*/
  background-position: -10px 150px;
}
/* line 424, ../sass/_publishers.scss */
#handful-of-publishers .slide-2 .point-content-1 {
  right: 0px;
  top: 410px;
  width: 220px;
}
/* line 430, ../sass/_publishers.scss */
#handful-of-publishers .slide-2 h2 {
  margin-bottom: 10px;
}
/* line 434, ../sass/_publishers.scss */
#handful-of-publishers .slide-2 p {
  margin-bottom: 20px;
}
/* line 440, ../sass/_publishers.scss */
#handful-of-publishers .slide-3 .inner {
  /*      background: image-url('https://flipboard.com/static/stylesheets/pub_partners_nyt.png') no-repeat;*/
  background-position: -20px 145px;
}
/* line 445, ../sass/_publishers.scss */
#handful-of-publishers .slide-3 .point-content-1 {
  right: 0px;
  top: 430px;
  width: 220px;
}
/* line 451, ../sass/_publishers.scss */
#handful-of-publishers .slide-3 h2 {
  margin-bottom: 10px;
}
/* line 455, ../sass/_publishers.scss */
#handful-of-publishers .slide-3 p {
  margin-bottom: 20px;
}

/* line 462, ../sass/_publishers.scss */
#logo-grid.gallery-slide {
  height: 100%;
}
/* line 465, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner {
  position: relative;
  white-space: normal;
  margin: 0 auto;
  width: 960px;
}
/* line 471, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner ul {
  overflow: hidden;
  padding-top: 170px;
}
/* line 476, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #dedddd;
  float: left;
  height: 110px;
  padding: 40px 0;
  position: relative;
  width: 320px;
}
/* line 485, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li.first-row {
  border-top: none;
}
/* line 489, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li.last-row {
  border-bottom: none;
}
/* line 493, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li > div {
  border-right: 1px solid #FFF;
  border-left: 1px solid #dedddd;
  height: 110px;
}
/* line 498, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li > div.first-cell {
  border-left: none;
}
/* line 502, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li > div.last-cell {
  border-right: none;
}
/* line 507, ../sass/_publishers.scss */
#logo-grid.gallery-slide .inner > ul > li div div {
  margin: 0 auto;
}

/* line 515, ../sass/_publishers.scss */
#publisher-advertising {
  position: relative;
  margin-top: -23px;
}

/* line 521, ../sass/_publishers.scss */
#advertising-assets {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 525, ../sass/_publishers.scss */
#advertising-assets .container {
  padding: 70px 0 50px;
}
/* line 529, ../sass/_publishers.scss */
#advertising-assets h2 {
  color: #9e0000;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 537, ../sass/_publishers.scss */
#advertising-assets h3,
#advertising-assets strong {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 541, ../sass/_publishers.scss */
#advertising-assets p {
  margin-bottom: 20px;
}
/* line 545, ../sass/_publishers.scss */
#advertising-assets a {
  color: #333333;
}
/* line 548, ../sass/_publishers.scss */
#advertising-assets a:hover {
  color: #9e0000;
}
/* line 553, ../sass/_publishers.scss */
#advertising-assets .asset-section {
  border-top: 1px solid #dedddd;
  margin-top: 30px;
  padding-top: 30px;
}
/* line 558, ../sass/_publishers.scss */
#advertising-assets .asset-section:first-child {
  border-top: none;
  margin-top: 0px;
  padding-top: 0px;
}

/* line 567, ../sass/_publishers.scss */
.panner {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 16px;
}
/* line 571, ../sass/_publishers.scss */
.panner h1 {
  font-size: 51px;
  line-height: 1.2em;
}
/* line 576, ../sass/_publishers.scss */
.panner h2 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

/* line 30, ../sass/_sprites.scss */
.app-store-btn-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -988px;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 50px;
}

/* line 30, ../sass/_sprites.scss */
.app-store-large-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -140px;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 202px;
}

/* line 30, ../sass/_sprites.scss */
.app-store-small-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -300px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 135px;
}

/* line 30, ../sass/_sprites.scss */
.app-store-smallest-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -589px;
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  width: 110px;
}

/* line 30, ../sass/_sprites.scss */
.close-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1901px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}

/* line 30, ../sass/_sprites.scss */
.download-app-store-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -480px;
  background-repeat: no-repeat;
  display: block;
  height: 34px;
  width: 115px;
}

/* line 30, ../sass/_sprites.scss */
.download-google-play-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -420px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 116px;
}

/* line 30, ../sass/_sprites.scss */
.events-camera-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1941px;
  background-repeat: no-repeat;
  display: block;
  height: 21px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.events-map-pin-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1592px;
  background-repeat: no-repeat;
  display: block;
  height: 21px;
  width: 14px;
}

/* line 30, ../sass/_sprites.scss */
.feature-note-flag-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1781px;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 21px;
}

/* line 30, ../sass/_sprites.scss */
.flip-it-btn-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -644px;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 120px;
}

/* line 30, ../sass/_sprites.scss */
.flipboard-logo-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1234px;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 60px;
}

/* line 30, ../sass/_sprites.scss */
.google-play-btn-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -850px;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 50px;
}

/* line 30, ../sass/_sprites.scss */
.google-play-large-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -220px;
  background-repeat: no-repeat;
  display: block;
  height: 60px;
  width: 175px;
}

/* line 30, ../sass/_sprites.scss */
.google-play-small-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -360px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 112px;
}

/* line 30, ../sass/_sprites.scss */
.google-play-smallest-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -534px;
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  width: 110px;
}

/* line 30, ../sass/_sprites.scss */
.list-closed-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1982px;
  background-repeat: no-repeat;
  display: block;
  height: 12px;
  width: 12px;
}

/* line 30, ../sass/_sprites.scss */
.list-open-red-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -2014px;
  background-repeat: no-repeat;
  display: block;
  height: 8px;
  width: 14px;
}

/* line 30, ../sass/_sprites.scss */
.list-open-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -2042px;
  background-repeat: no-repeat;
  display: block;
  height: 8px;
  width: 14px;
}

/* line 30, ../sass/_sprites.scss */
.logo-mobile-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1394px;
  background-repeat: no-repeat;
  display: block;
  height: 50px;
  width: 50px;
}

/* line 30, ../sass/_sprites.scss */
.logo-tiny-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1851px;
  background-repeat: no-repeat;
  display: block;
  height: 30px;
  width: 30px;
}

/* line 30, ../sass/_sprites.scss */
.logo-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1677px;
  background-repeat: no-repeat;
  display: block;
  height: 40px;
  width: 40px;
}

/* line 30, ../sass/_sprites.scss */
.social-facebook-large-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -920px;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
}

/* line 30, ../sass/_sprites.scss */
.social-facebook-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1552px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}

/* line 30, ../sass/_sprites.scss */
.social-gplus-large-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -714px;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
}

/* line 30, ../sass/_sprites.scss */
.social-gplus-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1314px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}

/* line 30, ../sass/_sprites.scss */
.social-twitter-large-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -782px;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
}

/* line 30, ../sass/_sprites.scss */
.social-twitter-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1354px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__facebook--hover-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1508px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__facebook-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1464px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__flipboard--hover-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1737px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__flipboard-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1633px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__gplus--hover-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1102px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__gplus-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1058px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__twitter--hover-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1190px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.sticky-social__twitter-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1146px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 30, ../sass/_sprites.scss */
.submenu-carat-icon {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 120px;
  width: 60px;
}

@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min-device-pixel-ratio: 2) {
  /* line 37, ../sass/_sprites.scss */
  .app-store-btn-icon {
    background-position: 0 -916px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .app-store-large-icon {
    background-position: 0 -395px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .app-store-small-icon {
    background-position: 0 -530px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .app-store-smallest-icon {
    background-position: 0 -475px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .close-icon {
    background-position: 0 -1640px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .download-app-store-icon {
    background-position: 0 -660px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .download-google-play-icon {
    background-position: 0 -280px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .events-camera-icon {
    background-position: 0 -1893px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .events-map-pin-icon {
    background-position: 0 -1710px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .feature-note-flag-icon {
    background-position: 0 -1330px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .flip-it-btn-icon {
    background-position: 0 -590px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .flipboard-logo-icon {
    background-position: 0 -1162px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .google-play-btn-icon {
    background-position: 0 -714px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .google-play-large-icon {
    background-position: 0 -140px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .google-play-small-icon {
    background-position: 0 -220px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .google-play-smallest-icon {
    background-position: 0 -340px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .list-closed-icon {
    background-position: 0 -1805px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .list-open-red-icon {
    background-position: 0 -1837px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .list-open-icon {
    background-position: 0 -1865px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .logo-mobile-icon {
    background-position: 0 -1400px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .logo-tiny-icon {
    background-position: 0 -1590px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .logo-icon {
    background-position: 0 -1470px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .social-facebook-large-icon {
    background-position: 0 -1242px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .social-facebook-icon {
    background-position: 0 -1680px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .social-gplus-large-icon {
    background-position: 0 -784px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .social-gplus-icon {
    background-position: 0 -1530px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .social-twitter-large-icon {
    background-position: 0 -1074px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .social-twitter-icon {
    background-position: 0 -1560px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__facebook--hover-icon {
    background-position: 0 -1286px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__facebook-icon {
    background-position: 0 -1118px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__flipboard--hover-icon {
    background-position: 0 -1773px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__flipboard-icon {
    background-position: 0 -1741px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__gplus--hover-icon {
    background-position: 0 -872px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__gplus-icon {
    background-position: 0 -828px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__twitter--hover-icon {
    background-position: 0 -1030px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .sticky-social__twitter-icon {
    background-position: 0 -986px;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }

  /* line 37, ../sass/_sprites.scss */
  .submenu-carat-icon {
    background-position: 0 0;
    -webkit-background-size: 202px auto;
    -moz-background-size: 202px auto;
    -o-background-size: 202px auto;
    background-size: 202px auto;
    background-image: url('../img/sprites-retina-s85eb250fcb.png');
  }
}
/* line 44, ../sass/_sprites.scss */
.inline-sprite {
  display: inline-block;
}

/*
----------------------------------------------------
EVENTS - GLOBAL
----------------------------------------------------*/
/* line 8, ../sass/_events.scss */
#events .fancybox-skin {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/* line 13, ../sass/_events.scss */
#events .fancybox-title.fancybox-title-inside-wrap {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 25px;
  padding: 20px !important;
  text-align: left;
}
/* line 20, ../sass/_events.scss */
#events .fancybox-wrap .fancybox-close {
  background: transparent url(../img/fancybox-close.png);
  bottom: 20px;
  height: 24px;
  right: 20px;
  top: auto;
  width: 24px;
  z-index: 9999;
}

/* line 31, ../sass/_events.scss */
.hero-navigation-holder {
  display: inline-block;
  margin: 20px auto 136px;
  overflow: hidden;
  text-align: center;
  width: 100% !important;
}
/* line 38, ../sass/_events.scss */
.hero-navigation-holder .hero-arrow {
  display: inline-block;
  height: 23px;
  vertical-align: top;
  width: 13px;
}
/* line 44, ../sass/_events.scss */
.hero-navigation-holder .hero-arrow.hero-prev {
  background: transparent url(../img/arrow-hero-left.png) center 100% no-repeat;
  margin-right: 45px;
}
/* line 49, ../sass/_events.scss */
.hero-navigation-holder .hero-arrow.hero-next {
  background: transparent url(../img/arrow-hero-right.png) center 100% no-repeat;
  margin-left: 45px;
}
/* line 55, ../sass/_events.scss */
.hero-navigation-holder ul {
  font-size: 30px;
}
/* line 57, ../sass/_events.scss */
.hero-navigation-holder ul li {
  display: inline-block;
  margin-right: 10px;
}
/* line 60, ../sass/_events.scss */
.hero-navigation-holder ul li:last-child {
  margin-right: 0px;
}
/* line 63, ../sass/_events.scss */
.hero-navigation-holder ul li a {
  color: #bbbcbc;
}
/* line 66, ../sass/_events.scss */
.hero-navigation-holder ul li a:hover, .hero-navigation-holder ul li a.activeSlide {
  color: #3d3d3d;
}
/* line 71, ../sass/_events.scss */
.hero-navigation-holder ul li.activeSlide a {
  color: #3d3d3d;
}

@media only screen and (max-width: 959px) {
  /* line 94, ../sass/_events.scss */
  .heroes-holder {
    height: 480px;
  }
}
/* line 99, ../sass/_events.scss */
#event-image-holder {
  display: none;
}

/* line 103, ../sass/_events.scss */
.event-image-holders img {
  display: block;
}

/* line 109, ../sass/_events.scss */
.events .hero,
.events .hero .main-column,
.events .hero header.global > .inner {
  height: 610px;
}
/* line 113, ../sass/_events.scss */
.events .hero .get-app {
  padding: 9px 0;
}
/* line 116, ../sass/_events.scss */
.events .hero .get-app a {
  height: 40px;
}
/* line 119, ../sass/_events.scss */
.events .hero .get-app a img {
  height: 100%;
}
/* line 125, ../sass/_events.scss */
.events .hero .main-column, .events .hero header.global > .inner {
  position: relative;
}
/* line 129, ../sass/_events.scss */
.events .hero .copy {
  padding: 105px 0 0;
  width: 390px;
  z-index: 67;
  position: relative;
}
@media only screen and (max-width: 959px) {
  /* line 129, ../sass/_events.scss */
  .events .hero .copy {
    padding-top: 118px;
    text-align: center;
    width: 350px;
  }
}
/* line 142, ../sass/_events.scss */
.events .hero .description {
  margin: 1em 0;
}
@media only screen and (max-width: 959px) {
  /* line 151, ../sass/_events.scss */
  .events .hero,
  .events .hero .main-column,
  .events .hero header.global > .inner {
    height: 480px;
  }
  /* line 155, ../sass/_events.scss */
  .events .hero .copy {
    padding-top: 60px;
    text-align: center;
    width: 350px;
  }
  /* line 161, ../sass/_events.scss */
  .events .hero#hero-video {
    height: 330px;
  }
}
/* line 168, ../sass/_events.scss */
.events .hero.simple {
  overflow: hidden;
}
/* line 171, ../sass/_events.scss */
.events .hero.simple .hero-image {
  -webkit-transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  -o-transform-origin: 0 50%;
  transform-origin: 0 50%;
  left: 450px;
  opacity: 1;
  position: absolute;
  top: 0px;
}
@media only screen and (max-width: 959px) {
  /* line 182, ../sass/_events.scss */
  .events .hero.simple .copy {
    padding-left: 20px;
    padding-top: 156px;
  }
  /* line 187, ../sass/_events.scss */
  .events .hero.simple .hero-image {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    left: 425px;
    top: -61px;
  }
}
/* line 196, ../sass/_events.scss */
.events .hero.simple.animate {
  overflow-y: hidden;
  position: relative;
}
/* line 200, ../sass/_events.scss */
.events .hero.simple.animate .hero-image {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: top 3s;
  -moz-transition: top 3s;
  -o-transition: top 3s;
  transition: top 3s;
  position: absolute;
  top: 90px;
}
/* line 207, ../sass/_events.scss */
.events .hero.simple.animate.start .hero-image {
  top: 0px;
}
/* line 213, ../sass/_events.scss */
.events .hero .footnote {
  position: static !important;
  display: block;
  margin-top: 30px;
}
/* line 221, ../sass/_events.scss */
.events .hero.bg-image, .events .hero.centered {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 100%;
}
/* line 233, ../sass/_events.scss */
.events .hero.bg-image .head,
.events .hero.bg-image .subhead,
.events .hero.bg-image .description,
.events .hero.bg-image .note,
.events .hero.bg-image .note strong,
.events .hero.bg-image .head,
.events .hero.bg-image .subhead, .events .hero.centered .head,
.events .hero.centered .subhead,
.events .hero.centered .description,
.events .hero.centered .note,
.events .hero.centered .note strong,
.events .hero.centered .head,
.events .hero.centered .subhead {
  text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 5px;
}
/* line 244, ../sass/_events.scss */
.events .hero.cards .copy {
  padding-top: 140px;
}
/* line 248, ../sass/_events.scss */
.events .hero.cards .card-wrapper {
  left: 606px;
  opacity: 1;
  position: absolute;
  top: 72px;
}
/* line 256, ../sass/_events.scss */
.events .hero.cards .card-1,
.events .hero.cards .card-2 {
  -webkit-transition: -webkit-transform 2s, left 2s, top 2s;
  -moz-transition: -moz-transform 2s, left 2s, top 2s;
  -o-transition: -o-transform 2s, left 2s, top 2s;
  transition: transform 2s, left 2s, top 2s;
  height: 432px;
  position: absolute;
  width: 294px;
}
/* line 269, ../sass/_events.scss */
.events .hero.cards .card-1 img,
.events .hero.cards .card-2 img {
  -ms-interpolation-mode: bicubic;
  display: block;
  height: 100%;
  width: 100%;
}
/* line 277, ../sass/_events.scss */
.events .hero.cards .card-1 {
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  z-index: 80;
}
/* line 282, ../sass/_events.scss */
.events .hero.cards .card-2 {
  -webkit-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 3px 4px 10px rgba(0, 0, 0, 0.25);
  z-index: 79;
}
/* line 290, ../sass/_events.scss */
.no-csstransforms .events .hero.cards .card-1 {
  left: -58px;
  top: 17px;
}
/* line 295, ../sass/_events.scss */
.no-csstransforms .events .hero.cards .card-2 {
  left: 90px;
  top: -29px;
}
/* line 304, ../sass/_events.scss */
.csstransforms .events .hero.cards.start .card-1 {
  -webkit-transform: translate(-58px, 17px) rotate(-5deg);
  -moz-transform: translate(-58px, 17px) rotate(-5deg);
  -ms-transform: translate(-58px, 17px) rotate(-5deg);
  -o-transform: translate(-58px, 17px) rotate(-5deg);
  transform: translate(-58px, 17px) rotate(-5deg);
}
/* line 308, ../sass/_events.scss */
.csstransforms .events .hero.cards.start .card-2 {
  -webkit-transform: translate(90px, -29px) rotate(15deg);
  -moz-transform: translate(90px, -29px) rotate(15deg);
  -ms-transform: translate(90px, -29px) rotate(15deg);
  -o-transform: translate(90px, -29px) rotate(15deg);
  transform: translate(90px, -29px) rotate(15deg);
}
/* line 313, ../sass/_events.scss */
.events .hero.cards .more {
  display: none;
}
@media only screen and (max-width: 959px) {
  /* line 320, ../sass/_events.scss */
  .events .hero.cards .copy {
    padding-top: 80px;
  }
  /* line 324, ../sass/_events.scss */
  .events .hero.cards .card-wrapper {
    left: 509px;
    top: 32px;
  }
  /* line 330, ../sass/_events.scss */
  .events .hero.cards .card-1,
  .events .hero.cards .card-2 {
    height: 346px;
    width: 235px;
  }
}
/* line 341, ../sass/_events.scss */
.events .hero.carousel .footnote {
  left: auto;
  right: 570px;
}
/* line 346, ../sass/_events.scss */
.events .hero.carousel .carousel-wrapper {
  height: 610px;
  left: 505px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 524px;
}
/* line 356, ../sass/_events.scss */
.events .hero.carousel .carousel-wrapper > .inner {
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 364, ../sass/_events.scss */
.events .hero.carousel .column-1,
.events .hero.carousel .column-2 {
  float: left;
  overflow: hidden;
  padding: 0 13px;
  position: relative;
}
/* line 371, ../sass/_events.scss */
.events .hero.carousel .column-1,
.events .hero.carousel .column-1 li,
.events .hero.carousel .column-2,
.events .hero.carousel .column-2 li {
  width: 236px;
}
/* line 377, ../sass/_events.scss */
.events .hero.carousel .images li {
  padding: 14px 0;
}
/* line 380, ../sass/_events.scss */
.events .hero.carousel .images li img {
  -webkit-box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.25);
  box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.25);
  display: block;
  width: 100%;
}
/* line 390, ../sass/_events.scss */
.events .hero.carousel .column-2 .images:first-child {
  margin-top: -100px;
}
@media only screen and (max-width: 959px) {
  /* line 398, ../sass/_events.scss */
  .events .hero.carousel .footnote {
    right: auto;
  }
  /* line 402, ../sass/_events.scss */
  .events .hero.carousel .carousel-wrapper {
    height: 480px;
    left: 445px;
  }
  /* line 408, ../sass/_events.scss */
  .events .hero.carousel .column-1,
  .events .hero.carousel .column-2 {
    padding: 0 10px;
  }
  /* line 412, ../sass/_events.scss */
  .events .hero.carousel .column-1,
  .events .hero.carousel .column-1 li,
  .events .hero.carousel .column-2,
  .events .hero.carousel .column-2 li {
    width: 188px;
  }
  /* line 418, ../sass/_events.scss */
  .events .hero.carousel .images li {
    padding: 10px 0;
  }
}
/* line 428, ../sass/_events.scss */
.events .hero.magazines .copy {
  padding-top: 104px;
}
/* line 432, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper {
  position: absolute;
  right: -20px;
  top: 85px;
  width: 554px;
}
/* line 440, ../sass/_events.scss */
.js .events .hero.magazines .magazine-wrapper .magazine-cover,
.js .events .hero.magazines .magazine-wrapper .magazine-cover-flat {
  opacity: 0;
}
/* line 449, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover,
.events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover-flat {
  margin-bottom: 15px;
  margin-left: 8px;
}
/* line 453, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover img,
.events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover-flat img {
  width: 153px;
}
/* line 458, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover {
  margin-left: 10px;
}
/* line 467, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper .footnote {
  bottom: auto;
  left: auto;
  margin: 12px 8px 12px 17px;
  position: relative;
  text-align: center;
}
/* line 474, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper .footnote p {
  margin: 0;
}
/* line 478, ../sass/_events.scss */
.events .hero.magazines .magazine-wrapper .footnote a {
  color: #cc0000;
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
  /* line 488, ../sass/_events.scss */
  .events .hero.magazines .copy {
    padding-left: 30px;
    padding-top: 60px;
    width: 320px;
  }
  /* line 494, ../sass/_events.scss */
  .events .hero.magazines .magazine-wrapper {
    right: 121px;
    top: 20px;
    width: 230px;
  }
  /* line 502, ../sass/_events.scss */
  .events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover img,
  .events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover-flat img {
    width: 92px;
  }
  /* line 506, ../sass/_events.scss */
  .events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover a,
  .events .hero.magazines .magazine-wrapper .magazine-grid .magazine-cover-flat a {
    font-size: 0.9em;
  }
  /* line 512, ../sass/_events.scss */
  .events .hero.magazines .magazine-wrapper .footnote {
    margin: 0 4px 6px 13px;
  }
}

/* line 526, ../sass/_events.scss */
.events-main {
  margin-top: 70px;
}
/* line 529, ../sass/_events.scss */
.events-main .event-list, .events-main .event-past-list, .events-main .previous-events {
  width: 615px;
  margin: 70px auto;
}
/* line 534, ../sass/_events.scss */
.events-main div.filter-container {
  float: right;
  padding-right: 43px;
}
/* line 538, ../sass/_events.scss */
.events-main div.filter-container label {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 20px;
  padding-right: 10px;
}
/* line 549, ../sass/_events.scss */
.events-main .previous-events {
  text-align: center;
  padding: 30px 0;
  background: #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #707070;
  font-size: 18px;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  line-height: 34px;
  width: 615px;
  margin: 0 auto;
  display: block;
  margin-bottom: 70px;
}
/* line 564, ../sass/_events.scss */
.events-main .previous-events:not(.no-upcoming) {
  cursor: pointer;
}
/* line 568, ../sass/_events.scss */
.events-main .previous-events:not(.no-upcoming):hover {
  background: #DDD;
}
/* line 572, ../sass/_events.scss */
.events-main .event {
  margin-bottom: 50px;
}
/* line 575, ../sass/_events.scss */
.events-main .event h5 {
  font-size: 25px;
}
/* line 579, ../sass/_events.scss */
.events-main .event h4 {
  color: #707070;
  font-size: 15px;
}
/* line 584, ../sass/_events.scss */
.events-main .event .reserve {
  display: block;
  margin-top: 21px;
}
/* line 589, ../sass/_events.scss */
.events-main .event .event-icon {
  text-indent: -999em;
  border-right: 1px solid #ccc;
  width: 20px;
  overflow: hidden;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
}
/* line 599, ../sass/_events.scss */
.events-main .event .event-images {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1941px;
  background-repeat: no-repeat;
  display: block;
  height: 21px;
  width: 24px;
  background-position: 10 0;
  height: 21px;
}
/* line 605, ../sass/_events.scss */
.events-main .event .event-location {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1592px;
  background-repeat: no-repeat;
  display: block;
  height: 21px;
  width: 14px;
}
/* line 609, ../sass/_events.scss */
.events-main .event .event-display {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  color: #cc0000;
  line-height: 25px;
}
/* line 616, ../sass/_events.scss */
.events-main .follow {
  padding-right: 10px;
}
/* line 622, ../sass/_events.scss */
.events-main .social-share {
  float: left;
}
/* line 625, ../sass/_events.scss */
.events-main .social-share li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 628, ../sass/_events.scss */
.events-main .social-share li a {
  display: block;
  text-indent: -999em;
  width: 20px;
  height: 20px;
}
/* line 634, ../sass/_events.scss */
.events-main .social-share li a.twitter {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1354px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}
/* line 635, ../sass/_events.scss */
.events-main .social-share li a.gplus {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1314px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}
/* line 636, ../sass/_events.scss */
.events-main .social-share li a.facebook {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1552px;
  background-repeat: no-repeat;
  display: block;
  height: 20px;
  width: 20px;
}
/* line 639, ../sass/_events.scss */
.events-main .social-share li a.large {
  display: block;
  text-indent: -999em;
  width: 48px;
  height: 48px;
}
/* line 645, ../sass/_events.scss */
.events-main .social-share li a.large.twitter-large {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -782px;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
}
/* line 646, ../sass/_events.scss */
.events-main .social-share li a.large.gplus-large {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -714px;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
}
/* line 647, ../sass/_events.scss */
.events-main .social-share li a.large.facebook-large {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -920px;
  background-repeat: no-repeat;
  display: block;
  height: 48px;
  width: 48px;
}
/* line 652, ../sass/_events.scss */
.events-main .topper {
  overflow: hidden;
}
/* line 654, ../sass/_events.scss */
.events-main .copy-container {
  float: left;
  padding-left: 80px;
}

/* line 665, ../sass/_events.scss */
.events-form form {
  height: auto !important;
  margin: 0 auto !important;
}
/* line 670, ../sass/_events.scss */
.events-form input[type="submit"], .events-form #application-form textarea[type="submit"], #application-form .events-form textarea[type="submit"],
.events-form #static-content #inquiry textarea[type="submit"],
#static-content #inquiry .events-form textarea[type="submit"] {
  margin-top: 75px;
}

/* line 678, ../sass/_events.scss */
.img-cycle {
  display: none;
}

/* line 1, ../sass/_advertisers.scss */
#advertisers-masthead {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 608px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 8, ../sass/_advertisers.scss */
#advertisers-masthead .container {
  padding-top: 58px;
}
/* line 12, ../sass/_advertisers.scss */
#advertisers-masthead h1 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: #e7af04;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 13px;
}
/* line 23, ../sass/_advertisers.scss */
#advertisers-masthead h2 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: white;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 22px;
}
/* line 33, ../sass/_advertisers.scss */
#advertisers-masthead .subtext {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: white;
  font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
}

/* line 43, ../sass/_advertisers.scss */
#see-everything {
  background: white;
}
/* line 46, ../sass/_advertisers.scss */
#see-everything .container {
  padding-top: 0px;
  height: 775px;
}
/* line 51, ../sass/_advertisers.scss */
#see-everything #bucket-list .gallery-slide {
  height: 775px;
}
/* line 56, ../sass/_advertisers.scss */
#see-everything h1 {
  margin: 58px 0 10px;
  text-align: center;
}
/* line 62, ../sass/_advertisers.scss */
#see-everything .callout {
  width: 175px;
  position: absolute;
  top: 222px;
  right: 100px;
}
/* line 68, ../sass/_advertisers.scss */
#see-everything .callout h1 {
  font-size: 34px;
  line-height: 39px;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
}
/* line 76, ../sass/_advertisers.scss */
#see-everything .callout p {
  text-align: left;
  font-size: 16px;
  line-height: 21px;
}
/* line 82, ../sass/_advertisers.scss */
#see-everything .callout p.subtext {
  font-size: 14px;
  margin-top: 30px;
}
/* line 89, ../sass/_advertisers.scss */
#see-everything .gallery-slide h2 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 20px;
}
/* line 96, ../sass/_advertisers.scss */
#see-everything .gallery-slide p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 23px;
}
/* line 105, ../sass/_advertisers.scss */
#see-everything .slide-1 .inner {
  /*      background-image: image-url('https://flipboard.com/static/stylesheets/adv_nm_screen.png');*/
  background-repeat: no-repeat;
  background-position: 120px 0px;
  height: 655px;
  position: relative;
}
/* line 113, ../sass/_advertisers.scss */
#see-everything .slide-1 .magnifying-glass-1 {
  position: absolute;
  top: 290px;
  left: 362px;
}
/* line 119, ../sass/_advertisers.scss */
#see-everything .slide-1 .logo {
  position: absolute;
  top: 520px;
  left: 10px;
}
/* line 125, ../sass/_advertisers.scss */
#see-everything .slide-1 li {
  position: absolute;
  white-space: normal;
  width: 170px;
}
/* line 131, ../sass/_advertisers.scss */
#see-everything .slide-1 .point-content-1 {
  left: 740px;
  bottom: 190px;
}
/* line 139, ../sass/_advertisers.scss */
#see-everything .slide-2 .inner {
  /*      background-image: image-url('https://flipboard.com/static/stylesheets/adv_lx_screen.png');*/
  background-repeat: no-repeat;
  background-position: 150px 0px;
  height: 655px;
  position: relative;
}
/* line 147, ../sass/_advertisers.scss */
#see-everything .slide-2 .magnifying-glass-1 {
  position: absolute;
  top: 205px;
  left: 446px;
}
/* line 153, ../sass/_advertisers.scss */
#see-everything .slide-2 .logo {
  position: absolute;
  top: 520px;
  left: -30px;
}
/* line 159, ../sass/_advertisers.scss */
#see-everything .slide-2 li {
  position: absolute;
  white-space: normal;
  width: 170px;
}
/* line 165, ../sass/_advertisers.scss */
#see-everything .slide-2 .point-content-1 {
  left: 740px;
  bottom: 100px;
}
/* line 172, ../sass/_advertisers.scss */
#see-everything .slide-3 .inner {
  /*      background-image: image-url('https://flipboard.com/static/stylesheets/adv_au_screen.png');*/
  background-repeat: no-repeat;
  background-position: 120px 0px;
  height: 655px;
  position: relative;
}
/* line 180, ../sass/_advertisers.scss */
#see-everything .slide-3 .magnifying-glass-1 {
  position: absolute;
  top: 93px;
  left: 372px;
}
/* line 186, ../sass/_advertisers.scss */
#see-everything .slide-3 .logo {
  position: absolute;
  top: 520px;
  left: -20px;
}
/* line 192, ../sass/_advertisers.scss */
#see-everything .slide-3 li {
  position: absolute;
  white-space: normal;
  width: 170px;
}
/* line 198, ../sass/_advertisers.scss */
#see-everything .slide-3 .point-content-1 {
  left: 710px;
  bottom: 200px;
}

/* line 206, ../sass/_advertisers.scss */
#ad-specs {
  background: white;
}
/* line 210, ../sass/_advertisers.scss */
#ad-specs .container {
  padding: 80px 0;
  text-align: center;
}
/* line 215, ../sass/_advertisers.scss */
#ad-specs h1 {
  text-align: center;
}
/* line 220, ../sass/_advertisers.scss */
#ad-specs h2 {
  margin-bottom: 15px;
  text-align: center;
}
/* line 226, ../sass/_advertisers.scss */
#ad-specs .download-link {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: none;
  font-size: 16px;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  margin-bottom: 40px;
}
/* line 234, ../sass/_advertisers.scss */
#ad-specs #spec-visual {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 238, ../sass/_advertisers.scss */
#ad-specs #spec-visual h1 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 15px;
  color: #363636;
}
/* line 246, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  text-align: center;
  width: 310px;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  color: #898687;
}
/* line 48, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#ad-specs #spec-visual > li:first-child, #ad-specs #spec-visual > li.first {
  padding-left: 0;
}
/* line 49, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#ad-specs #spec-visual > li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#ad-specs #spec-visual > li.last {
  padding-right: 0;
}
/* line 255, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li .icon-holder {
  height: 300px;
  width: 310px;
  position: absolute;
}
/* line 262, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li h1 {
  margin-top: 300px;
}
/* line 266, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li li {
  font-size: 14px;
  line-height: 18px;
}
/* line 271, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li .vr {
  position: absolute;
  height: 110px;
  border-left: 1px solid #dfdfdf;
  width: 1px;
  top: 96px;
}
/* line 281, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li.iphone .vr {
  right: 24px;
}
/* line 286, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li.iphone .icon-holder {
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 293, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li.ipad .icon-holder {
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 300, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li.android .vr {
  left: 24px;
}
/* line 304, ../sass/_advertisers.scss */
#ad-specs #spec-visual > li.android .icon-holder {
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 315, ../sass/_advertisers.scss */
#accolades {
  background: #9e0000;
  height: 280px;
}
/* line 319, ../sass/_advertisers.scss */
#accolades .container {
  padding-top: 70px;
  padding-bottom: 56px;
}
/* line 324, ../sass/_advertisers.scss */
#accolades img {
  margin-bottom: 27px;
}
/* line 328, ../sass/_advertisers.scss */
#accolades p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 51px;
  line-height: 58px;
  letter-spacing: -0.05em;
  margin: 0;
}

/* line 340, ../sass/_advertisers.scss */
#inquiries-and-contact {
  height: auto;
  background: #f3f3f3;
}
/* line 344, ../sass/_advertisers.scss */
#inquiries-and-contact .container {
  overflow: hidden;
  *zoom: 1;
  padding-top: 55px;
  padding-bottom: 67px;
}
/* line 350, ../sass/_advertisers.scss */
#inquiries-and-contact .button, #inquiries-and-contact #download-wrap input[type=submit], #download-wrap #inquiries-and-contact input[type=submit], #inquiries-and-contact #download-wrap #application-form textarea[type=submit], #download-wrap #application-form #inquiries-and-contact textarea[type=submit], #inquiries-and-contact #application-form #download-wrap textarea[type=submit], #application-form #download-wrap #inquiries-and-contact textarea[type=submit],
#inquiries-and-contact #download-wrap #static-content #inquiry textarea[type=submit],
#download-wrap #static-content #inquiry #inquiries-and-contact textarea[type=submit],
#inquiries-and-contact #static-content #inquiry #download-wrap textarea[type=submit],
#static-content #inquiry #download-wrap #inquiries-and-contact textarea[type=submit], #inquiries-and-contact #application-form input[type='submit'], #application-form #inquiries-and-contact input[type='submit'], #inquiries-and-contact #application-form textarea[type='submit'], #application-form #inquiries-and-contact textarea[type='submit'],
#inquiries-and-contact #static-content #inquiry input[type='submit'],
#static-content #inquiry #inquiries-and-contact input[type='submit'],
#inquiries-and-contact #static-content #inquiry textarea[type='submit'],
#static-content #inquiry #inquiries-and-contact textarea[type='submit'] {
  width: 170px;
  padding-right: 0;
  padding-left: 0;
}
/* line 356, ../sass/_advertisers.scss */
#inquiries-and-contact a {
  color: #000;
}
/* line 357, ../sass/_advertisers.scss */
#inquiries-and-contact a:hover {
  color: #9e0000;
}
/* line 359, ../sass/_advertisers.scss */
#inquiries-and-contact #inquiries, #inquiries-and-contact #contact, #inquiries-and-contact #asset-section {
  margin-right: 85px;
  margin-top: 20px;
  float: right;
}
/* line 364, ../sass/_advertisers.scss */
#inquiries-and-contact #inquiries li a, #inquiries-and-contact #contact li a, #inquiries-and-contact #asset-section li a {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 368, ../sass/_advertisers.scss */
#inquiries-and-contact #inquiries > h1, #inquiries-and-contact #contact > h1, #inquiries-and-contact #asset-section > h1 {
  font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 43px;
}
/* line 376, ../sass/_advertisers.scss */
#inquiries-and-contact #inquiries section, #inquiries-and-contact #contact section, #inquiries-and-contact #asset-section section {
  width: 210px;
  font-size: 14px;
  line-height: 18px;
}
/* line 381, ../sass/_advertisers.scss */
#inquiries-and-contact #inquiries section h1, #inquiries-and-contact #contact section h1, #inquiries-and-contact #asset-section section h1 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 386, ../sass/_advertisers.scss */
#inquiries-and-contact #inquiries section p, #inquiries-and-contact #contact section p, #inquiries-and-contact #asset-section section p {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  margin-bottom: 18px;
}

/* line 1, ../sass/_about.scss */
#about-splash {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: right 0.1s ease;
  -moz-transition: right 0.1s ease;
  -o-transition: right 0.1s ease;
  transition: right 0.1s ease;
  /*  background-image: image-url('https://flipboard.com/static/stylesheets/about-masthead.jpg');*/
  background-repeat: no-repeat;
  background-position: center center;
  height: 610px;
  width: 100%;
}
/* line 11, ../sass/_about.scss */
#about-splash > .container {
  position: relative;
  z-index: 1;
  height: inherit;
  padding-top: 42px;
}
/* line 17, ../sass/_about.scss */
#about-splash > .container .centerbox {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
}
/* line 24, ../sass/_about.scss */
#about-splash h1 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: #e7af04;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 11px;
}
/* line 33, ../sass/_about.scss */
#about-splash h2 {
  text-shadow: 1px 1px 1px rgba(54, 54, 54, 0.6);
  color: white;
  margin-bottom: 15px;
  font-size: 52px;
  line-height: 1em;
}

/* line 44, ../sass/_about.scss */
#about-content {
  background: white;
}
/* line 47, ../sass/_about.scss */
#about-content .container {
  border-bottom: 1px solid #DFDFDF;
  padding: 50px 0;
  *zoom: 1;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#about-content .container:after {
  content: "";
  display: table;
  clear: both;
}
/* line 53, ../sass/_about.scss */
#about-content aside {
  float: left;
  font-family: "HelveticaNeueThCn", "HelveticaNeueW01-ThinCn 673383", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  width: 447px;
}
/* line 61, ../sass/_about.scss */
#about-content aside .cycle {
  height: 447px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 447px;
}
/* line 69, ../sass/_about.scss */
#about-content aside img {
  left: 0px;
  top: 0px;
}
/* line 75, ../sass/_about.scss */
#about-content section {
  float: right;
  margin-right: 10px;
  width: 460px;
  margin-top: 29px;
}
/* line 81, ../sass/_about.scss */
#about-content section p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
/* line 89, ../sass/_about.scss */
#about-content section p.important {
  color: #363636;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.25em;
}

/* line 99, ../sass/_about.scss */
#about-map {
  height: 611px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 108, ../sass/_about.scss */
#about-map div {
  position: absolute;
  top: 0;
  z-index: 0;
  height: 647px;
}
/* line 115, ../sass/_about.scss */
#about-map img {
  position: relative;
  z-index: 1;
}
/* line 120, ../sass/_about.scss */
#about-map .map-filler-left {
  background: #9e0000;
  left: 0;
  right: 50%;
}
/* line 126, ../sass/_about.scss */
#about-map .map-filler-right {
  background: #d3180f;
  left: 50%;
  right: 0;
}
/* line 132, ../sass/_about.scss */
#about-map .contact-info {
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: 2;
  width: 780px;
  margin-left: -390px;
  text-align: left;
  color: white;
}
/* line 145, ../sass/_about.scss */
#about-map .contact-info a {
  color: white;
}
/* line 149, ../sass/_about.scss */
#about-map .contact-info h1 {
  color: #FFF;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 60px;
  line-height: 62px;
  margin-bottom: 40px;
}
/* line 157, ../sass/_about.scss */
#about-map .contact-info h2, #about-map .contact-info p {
  color: #FFF;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  line-height: 21px;
}
/* line 164, ../sass/_about.scss */
#about-map .contact-info p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  margin-bottom: 20px;
}

/* line 175, ../sass/_about.scss */
#about-contact {
  background: white;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 180, ../sass/_about.scss */
#about-contact .container {
  padding: 72px 0 28px;
}
/* line 184, ../sass/_about.scss */
#about-contact .container ul > li {
  margin-right: 0;
  padding: 0 4%;
  width: 17%;
}
/* line 190, ../sass/_about.scss */
#about-contact h2 {
  color: #9e0000;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
}
/* line 199, ../sass/_about.scss */
#about-contact h3,
#about-contact h4,
#about-contact strong {
  font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 204, ../sass/_about.scss */
#about-contact h3 {
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 15px;
}
/* line 210, ../sass/_about.scss */
#about-contact p {
  color: #B7B7B7;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0 0 10px;
}
/* line 217, ../sass/_about.scss */
#about-contact a {
  color: #9e0000;
}
/* line 220, ../sass/_about.scss */
#about-contact a:hover {
  color: #9e0000;
}

/* line 1, ../sass/_careers.scss */
#careers-masthead {
  background: white;
  margin-top: 80px;
}
/* line 5, ../sass/_careers.scss */
#careers-masthead .container {
  padding: 45px 0 37px;
}
/* line 8, ../sass/_careers.scss */
#careers-masthead .container > div {
  border-top: 1px solid #FFF;
  padding-top: 45px;
  *zoom: 1;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#careers-masthead .container > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 15, ../sass/_careers.scss */
#careers-masthead h1 {
  border-bottom: 1px solid #DFDFDF;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 36px;
}
/* line 24, ../sass/_careers.scss */
#careers-masthead .social-media {
  float: right;
}
/* line 27, ../sass/_careers.scss */
#careers-masthead .social-media li {
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #FFF;
  height: 24px;
  line-height: 24px;
  padding: 0 24px;
}
/* line 34, ../sass/_careers.scss */
#careers-masthead .social-media li:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 39, ../sass/_careers.scss */
#careers-masthead .social-media li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 47, ../sass/_careers.scss */
#careers-masthead section {
  float: left;
  width: 490px;
}
/* line 52, ../sass/_careers.scss */
#careers-masthead section p, #careers-masthead section ul, #careers-masthead section ol {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
/* line 60, ../sass/_careers.scss */
#careers-masthead section p.important {
  color: #333333;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.25em;
}
/* line 67, ../sass/_careers.scss */
#careers-masthead section ul, #careers-masthead section ol {
  padding: 0 0 0 30px;
}
/* line 71, ../sass/_careers.scss */
#careers-masthead section ul {
  list-style: disc;
}
/* line 75, ../sass/_careers.scss */
#careers-masthead section ol {
  list-style-type: decimal;
}
/* line 80, ../sass/_careers.scss */
#careers-masthead .cycle {
  height: 447px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  width: 447px;
}
/* line 87, ../sass/_careers.scss */
#careers-masthead .cycle img {
  height: 447px;
  width: 447px;
}
/* line 93, ../sass/_careers.scss */
#careers-masthead aside {
  float: right;
  width: 365px;
}

/* line 101, ../sass/_careers.scss */
#careers-positions {
  background: white;
}
/* line 104, ../sass/_careers.scss */
#careers-positions .container {
  padding: 45px 0 60px;
}
/* line 108, ../sass/_careers.scss */
#careers-positions header {
  position: relative;
}
/* line 112, ../sass/_careers.scss */
#careers-positions .powered-by-jobvite-logo {
  position: absolute;
  right: 7px;
  bottom: 32px;
}
/* line 118, ../sass/_careers.scss */
#careers-positions h1 {
  border-bottom: 1px solid #DFDFDF;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1em;
  margin-bottom: 50px;
  padding-bottom: 30px;
}
/* line 127, ../sass/_careers.scss */
#careers-positions h2 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 24px;
}
/* line 134, ../sass/_careers.scss */
#careers-positions ul {
  margin-bottom: 25px;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 140, ../sass/_careers.scss */
#careers-positions ul a {
  color: #333333;
}
/* line 142, ../sass/_careers.scss */
#careers-positions ul a:hover {
  color: #9e0000;
}
/* line 146, ../sass/_careers.scss */
#careers-positions ul p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
/* line 153, ../sass/_careers.scss */
#careers-positions ul p.locale {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  font-size: 13px;
}
/* line 159, ../sass/_careers.scss */
#careers-positions p {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 164, ../sass/_careers.scss */
#careers-positions p.error-message {
  font-size: 1.25em;
  margin-bottom: 50px;
}

/* line 1, ../sass/_careers-detail.scss */
#careers-detail {
  background: white;
  padding-top: 72px;
}
/* line 5, ../sass/_careers-detail.scss */
#careers-detail .container {
  padding: 45px 0 70px;
}
/* line 8, ../sass/_careers-detail.scss */
#careers-detail .container > div {
  border-top: 1px solid #FFF;
  color: #333333;
  padding-top: 30px;
  *zoom: 1;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#careers-detail .container > div:after {
  content: "";
  display: table;
  clear: both;
}
/* line 16, ../sass/_careers-detail.scss */
#careers-detail h1 {
  border-bottom: 1px solid #DFDFDF;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1em;
  margin-bottom: 0;
  padding-bottom: 30px;
}
/* line 25, ../sass/_careers-detail.scss */
#careers-detail strong {
  font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif !important;
  color: #000 !important;
}
/* line 31, ../sass/_careers-detail.scss */
#careers-detail .social-media {
  float: right;
}
/* line 34, ../sass/_careers-detail.scss */
#careers-detail .social-media li {
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #FFF;
  height: 24px;
  line-height: 24px;
  padding: 0 24px;
}
/* line 41, ../sass/_careers-detail.scss */
#careers-detail .social-media li:first-child {
  border-left: none;
  padding-left: 0;
}
/* line 46, ../sass/_careers-detail.scss */
#careers-detail .social-media li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 54, ../sass/_careers-detail.scss */
#careers-detail section {
  float: right;
  margin-right: 10px;
  width: 640px;
}
/* line 60, ../sass/_careers-detail.scss */
#careers-detail section p,
#careers-detail section ul {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
/* line 67, ../sass/_careers-detail.scss */
#careers-detail section ul {
  list-style-type: disc;
  margin-left: 15px;
}
/* line 71, ../sass/_careers-detail.scss */
#careers-detail section ul li {
  margin-bottom: 10px;
}
/* line 76, ../sass/_careers-detail.scss */
#careers-detail section p.important {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.25em;
}
/* line 82, ../sass/_careers-detail.scss */
#careers-detail section h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
/* line 87, ../sass/_careers-detail.scss */
#careers-detail section p.locale {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 10px;
}
/* line 95, ../sass/_careers-detail.scss */
#careers-detail aside {
  float: left;
  text-transform: uppercase;
  width: 250px;
}
/* line 100, ../sass/_careers-detail.scss */
#careers-detail aside img {
  display: block;
  margin-bottom: 10px;
}
/* line 105, ../sass/_careers-detail.scss */
#careers-detail aside p {
  background: #9e0000;
  color: #FFF;
  font-family: "HelveticaNeueThCn", "HelveticaNeueW01-ThinCn 673383", Helvetica, sans-serif;
  font-size: 31px;
  line-height: 1.25em;
  padding: 30px 0 30px 30px;
}
/* line 114, ../sass/_careers-detail.scss */
#careers-detail aside ul {
  font-size: 16px;
  padding: 30px 0 30px 30px;
}

/* line 2, ../sass/_newsroom.scss */
#newsroom-splash {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 450px;
  width: 100%;
}

/* line 11, ../sass/_newsroom.scss */
.newsroom-content {
  overflow: hidden;
  padding-top: 120px;
}

/* line 16, ../sass/_newsroom.scss */
.newsroom-content__left-column {
  float: left;
  width: 250px;
}

/* line 21, ../sass/_newsroom.scss */
.newsroom-section-list__header {
  margin-bottom: 60px;
}

/* line 25, ../sass/_newsroom.scss */
.newsroom-section-list__list-item {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 20px;
}

/* line 30, ../sass/_newsroom.scss */
.newsroom-content__left-column a {
  display: block;
  color: #B7B7B7;
  line-height: 1.8em;
}
/* line 36, ../sass/_newsroom.scss */
.newsroom-content__left-column a:hover, .newsroom-content__left-column a:active {
  color: #363636;
}

/* line 41, ../sass/_newsroom.scss */
.newsroom-content__right-column {
  float: right;
  padding-right: 60px;
  width: 580px;
}

/* line 47, ../sass/_newsroom.scss */
.newsroom-content__section {
  margin-bottom: 90px;
}

/* line 51, ../sass/_newsroom.scss */
.newsroom-content__section--intro-content {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5em;
}

/* line 59, ../sass/_newsroom.scss */
.newsroom__image-grid,
.newsroom__video-grid {
  margin-top: 30px;
}

/* line 64, ../sass/_newsroom.scss */
.newsroom__image-grid--item,
.newsroom__video-grid--item {
  margin-bottom: 20px;
  overflow: hidden;
  width: 180px;
}

/* line 71, ../sass/_newsroom.scss */
.newsroom__image-grid--item img,
.newsroom__video-grid--item img {
  display: block;
  height: auto;
  width: 100%;
}

/* line 77, ../sass/_newsroom.scss */
.newsroom-content__load-more {
  background: #F2F2F2;
  color: #707070;
  display: block;
  padding: 20px 0;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 86, ../sass/_newsroom.scss */
.newsroom-content__load-more:hover {
  background: #F5F5F5;
}

/* line 92, ../sass/_newsroom.scss */
.newsroom-head {
  border-bottom: 1px solid #EBEBEB;
  padding: 0 0 30px;
  position: relative;
}

/* line 98, ../sass/_newsroom.scss */
.newsroom-head__title {
  display: inline-block;
}

/* line 102, ../sass/_newsroom.scss */
.newsroom-head__archive {
  float: right;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.4em;
}

/* line 109, ../sass/_newsroom.scss */
.no-touch .newsroom-head__archive:hover {
  color: #000;
}

/* line 114, ../sass/_newsroom.scss */
.press-list {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  margin-bottom: 60px;
}

/* line 120, ../sass/_newsroom.scss */
.press-list__list-item {
  border-bottom: 1px solid #EBEBEB;
  padding: 30px 0;
}

/* line 126, ../sass/_newsroom.scss */
.press-list__timespan {
  color: #959595;
  display: block;
  font-size: 20px;
  line-height: 1em;
  margin-bottom: 10px;
}

/* line 135, ../sass/_newsroom.scss */
.press-list__headline {
  color: #363636;
  font-size: 20px;
  line-height: 1.25em;
}
/* line 141, ../sass/_newsroom.scss */
.press-list__headline:hover, .press-list__headline:active {
  color: #959595;
}

/* line 147, ../sass/_newsroom.scss */
.press-list__body {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  margin: 0;
}

/* line 155, ../sass/_newsroom.scss */
.newsroom__image-cat-select {
  background: #FFF;
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  z-index: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 10px #aaaaaa;
  -moz-box-shadow: 0 3px 10px #aaaaaa;
  box-shadow: 0 3px 10px #aaaaaa;
}

/* line 167, ../sass/_newsroom.scss */
.newsroom__image-cat-display {
  display: block;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 20px;
  padding: 10px 40px 5px 10px;
  position: relative;
}
/* line 174, ../sass/_newsroom.scss */
.newsroom__image-cat-display span {
  position: absolute;
  right: 15px;
  top: 14px;
}

/* line 181, ../sass/_newsroom.scss */
.newsroom__image-cat-option {
  display: none;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 15px;
  padding: 10px;
}
/* line 187, ../sass/_newsroom.scss */
.newsroom__image-cat-option:hover {
  color: #959595;
}

/* line 192, ../sass/_newsroom.scss */
.newsroom__image-cat-select:hover .newsroom__image-cat-option {
  display: block;
}

@media only screen and (max-width: 959px) {
  /* line 202, ../sass/_newsroom.scss */
  .newsroom-content__right-column {
    width: 400px;
  }
}
/* line 211, ../sass/_newsroom.scss */
.newsroom__media-header {
  margin-bottom: 30px;
}

/* line 215, ../sass/_newsroom.scss */
.touch .newsroom__media-header .download {
  display: none;
}

/* line 220, ../sass/_newsroom.scss */
.newsroom__media-header .newsroom-head__title {
  margin-right: 20px;
}

/* line 229, ../sass/_newsroom.scss */
#press, #media {
  background: #FFFFFF;
  color: #959595;
  overflow: hidden;
  padding: 0 0 70px;
  margin-top: 80px;
}
/* line 236, ../sass/_newsroom.scss */
#press .container, #media .container {
  padding-top: 45px;
}
/* line 241, ../sass/_newsroom.scss */
#press .archive, #media .archive,
#press .download,
#media .download {
  color: #000;
  display: block;
  font-size: 16px;
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  text-align: right;
  width: 100%;
}
/* line 249, ../sass/_newsroom.scss */
#press .archive:hover, #media .archive:hover,
#press .download:hover,
#media .download:hover {
  color: #CC0000;
}
/* line 254, ../sass/_newsroom.scss */
#press h1, #media h1 {
  border-bottom: 1px solid #DEDEDE;
  color: #363636;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 52px;
  line-height: 1em;
  padding-bottom: 36px;
}
/* line 262, ../sass/_newsroom.scss */
#press h1 a, #media h1 a {
  color: #000000;
}
/* line 265, ../sass/_newsroom.scss */
#press h1 a:hover, #media h1 a:hover {
  color: #CC0000;
}
/* line 271, ../sass/_newsroom.scss */
#press h2, #media h2 {
  color: #000000;
  font-size: 42px;
  margin-bottom: 33px;
}
/* line 277, ../sass/_newsroom.scss */
#press h3, #media h3 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 28px;
  line-height: 1em;
  margin-bottom: 20px;
}
/* line 283, ../sass/_newsroom.scss */
#press h3 a, #media h3 a {
  color: #000000;
}
/* line 286, ../sass/_newsroom.scss */
#press h3 a:hover, #media h3 a:hover {
  color: #CC0000;
}
/* line 292, ../sass/_newsroom.scss */
#press p, #media p {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 299, ../sass/_newsroom.scss */
#press #about-flipboard h3, #media #about-flipboard h3 {
  max-width: 580px;
}
/* line 300, ../sass/_newsroom.scss */
#press #about-flipboard p, #media #about-flipboard p {
  color: #959595;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.5em;
  max-width: 700px;
}
/* line 307, ../sass/_newsroom.scss */
#press #about-flipboard .container, #media #about-flipboard .container {
  border-bottom: none;
}
/* line 312, ../sass/_newsroom.scss */
#press > section .container, #media > section .container {
  border-bottom: 1px solid #DEDEDE;
  padding: 37px 0;
}
/* line 323, ../sass/_newsroom.scss */
#press .image-grid, #media .image-grid,
#press .video-grid,
#media .video-grid {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  *zoom: 1;
  overflow: hidden;
}
/* line 60, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#press .image-grid li, #media .image-grid li,
#press .video-grid li,
#media .video-grid li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
/* line 48, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#press .image-grid li:first-child, #media .image-grid li:first-child, #press .image-grid li.first, #media .image-grid li.first,
#press .video-grid li:first-child,
#media .video-grid li:first-child,
#press .video-grid li.first,
#media .video-grid li.first {
  padding-left: 0;
}
/* line 49, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#press .image-grid li:last-child, #media .image-grid li:last-child,
#press .video-grid li:last-child,
#media .video-grid li:last-child {
  padding-right: 0;
}
/* line 50, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/typography/lists/_horizontal-list.scss */
#press .image-grid li.last, #media .image-grid li.last,
#press .video-grid li.last,
#media .video-grid li.last {
  padding-right: 0;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
#press .image-grid:after, #media .image-grid:after,
#press .video-grid:after,
#media .video-grid:after {
  content: "";
  display: table;
  clear: both;
}
/* line 329, ../sass/_newsroom.scss */
#press .image-grid li.grid-item, #media .image-grid li.grid-item,
#press .video-grid li.grid-item,
#media .video-grid li.grid-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  margin: 0 5px 5px 0;
  overflow: hidden;
  padding: 1px;
  width: 188px;
}
/* line 338, ../sass/_newsroom.scss */
#press .image-grid li.grid-item.last, #media .image-grid li.grid-item.last,
#press .video-grid li.grid-item.last,
#media .video-grid li.grid-item.last {
  margin-right: 0;
}
/* line 343, ../sass/_newsroom.scss */
#press .image-grid li.grid-item a, #media .image-grid li.grid-item a,
#press .image-grid li.grid-item img,
#media .image-grid li.grid-item img,
#press .video-grid li.grid-item a,
#media .video-grid li.grid-item a,
#press .video-grid li.grid-item img,
#media .video-grid li.grid-item img {
  display: block;
}
/* line 348, ../sass/_newsroom.scss */
#press .image-grid li.grid-item .video, #media .image-grid li.grid-item .video,
#press .image-grid li.grid-item .photo,
#media .image-grid li.grid-item .photo,
#press .video-grid li.grid-item .video,
#media .video-grid li.grid-item .video,
#press .video-grid li.grid-item .photo,
#media .video-grid li.grid-item .photo {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}
/* line 353, ../sass/_newsroom.scss */
#press .image-grid li.grid-item .video img, #media .image-grid li.grid-item .video img,
#press .image-grid li.grid-item .photo img,
#media .image-grid li.grid-item .photo img,
#press .video-grid li.grid-item .video img,
#media .video-grid li.grid-item .video img,
#press .video-grid li.grid-item .photo img,
#media .video-grid li.grid-item .photo img {
  vertical-align: middle;
  width: 100%;
}
/* line 361, ../sass/_newsroom.scss */
#press .image-grid, #media .image-grid {
  margin-bottom: 33px;
}
/* line 367, ../sass/_newsroom.scss */
#press .image-grid .grid-item, #media .image-grid .grid-item {
  height: 188px;
}
/* line 371, ../sass/_newsroom.scss */
#press .image-grid a, #media .image-grid a {
  position: relative;
}
/* line 374, ../sass/_newsroom.scss */
#press .image-grid a span, #media .image-grid a span {
  background: #CC0000;
  color: #FFF;
  height: 100%;
  left: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  width: 100%;
  white-space: normal;
  -webkit-transition: opacity, 0.25s;
  -moz-transition: opacity, 0.25s;
  -o-transition: opacity, 0.25s;
  transition: opacity, 0.25s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 392, ../sass/_newsroom.scss */
#press .image-grid a:hover span, #media .image-grid a:hover span {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/* line 402, ../sass/_newsroom.scss */
#press .video-grid .grid-item, #media .video-grid .grid-item {
  height: 110px;
  position: relative;
}
/* line 406, ../sass/_newsroom.scss */
#press .video-grid .grid-item a, #media .video-grid .grid-item a {
  background: url("../img/video-play-button.png") 50% 50% no-repeat;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
/* line 418, ../sass/_newsroom.scss */
#press .support-grid, #media .support-grid {
  margin-bottom: 10px;
}
/* line 421, ../sass/_newsroom.scss */
#press .support-grid .timespan, #media .support-grid .timespan {
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  margin: 0 0 10px;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 429, ../sass/_newsroom.scss */
#press .support-grid section, #media .support-grid section {
  margin-left: 75px;
  width: 26.8%;
}
/* line 433, ../sass/_newsroom.scss */
#press .support-grid section:first-child, #media .support-grid section:first-child {
  margin-left: 0;
}
/* line 441, ../sass/_newsroom.scss */
#press #news-announcements.list .container, #media #news-announcements.list .container,
#press #in-the-news.list .container,
#media #in-the-news.list .container {
  border-bottom: none;
}

/* line 449, ../sass/_newsroom.scss */
#news-announcements .support-grid > section {
  margin-bottom: 20px;
}
/* line 452, ../sass/_newsroom.scss */
#news-announcements .support-grid > section:nth-child(3n+1) {
  margin-left: 0;
}

/* line 458, ../sass/_newsroom.scss */
#press-release {
  background: #FFFFFF;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 16px;
  line-height: 1.5em;
  padding: 100px 0 70px;
  color: #1E1E1E;
  overflow: hidden;
  margin-top: 58px;
}
/* line 468, ../sass/_newsroom.scss */
#press-release .press-content {
  width: 680px;
}
/* line 472, ../sass/_newsroom.scss */
#press-release .byline {
  font-size: 14px;
  font-style: italic;
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
}
/* line 478, ../sass/_newsroom.scss */
#press-release h1 {
  border-bottom: 1px solid #DEDEDE;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1em;
  padding-bottom: 60px;
}
/* line 485, ../sass/_newsroom.scss */
#press-release h1 span {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  font-size: 14px;
}
/* line 491, ../sass/_newsroom.scss */
#press-release h2 {
  color: #CC0000;
  font-size: 16px;
  margin-bottom: 33px;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  padding-top: 37px;
}
/* line 499, ../sass/_newsroom.scss */
#press-release h3 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  margin-bottom: 0;
  line-height: 1.3em;
}
/* line 506, ../sass/_newsroom.scss */
#press-release h4 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5em;
}
/* line 513, ../sass/_newsroom.scss */
#press-release .press-details {
  width: 570px;
  padding-right: 70px;
  float: left;
}
/* line 519, ../sass/_newsroom.scss */
#press-release .release-meta {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  margin-bottom: 20px;
}
/* line 526, ../sass/_newsroom.scss */
#press-release .press-release-body h2 {
  color: #CC0000;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}
/* line 535, ../sass/_newsroom.scss */
#press-release .press-release-body h3,
#press-release .press-release-body h4,
#press-release .press-release-body strong {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 539, ../sass/_newsroom.scss */
#press-release .press-release-body h3 {
  font-size: 22px;
  margin: 25px 0 15px;
}
/* line 544, ../sass/_newsroom.scss */
#press-release .press-release-body p {
  margin-bottom: 15px;
}
/* line 548, ../sass/_newsroom.scss */
#press-release .press-release-body a {
  color: #959595;
}
/* line 551, ../sass/_newsroom.scss */
#press-release .press-release-body a:hover {
  color: #CC0000;
}

/* line 560, ../sass/_newsroom.scss */
#press-contact {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  margin-bottom: 30px;
  text-align: center;
  height: 960px;
  margin-top: -70px;
  background-image: url("../img/vertical-line.png");
  background-repeat: repeat-y;
  padding-left: 16px;
  width: 285px;
  float: right;
}
/* line 572, ../sass/_newsroom.scss */
#press-contact > div {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  width: 31%;
}
/* line 579, ../sass/_newsroom.scss */
#press-contact > div.center {
  padding: 0 3%;
}
/* line 583, ../sass/_newsroom.scss */
#press-contact img {
  display: block;
  height: auto;
  max-width: 100%;
}
/* line 591, ../sass/_newsroom.scss */
#press-contact .press-images li {
  padding: 16px 0;
}
/* line 594, ../sass/_newsroom.scss */
#press-contact .press-images li:first-child {
  padding-top: 0;
}
/* line 600, ../sass/_newsroom.scss */
#press-contact .press-images li + li, #press-contact .press-images + .press-contact-people {
  background: url("../img/horizontal-line.png") 0 0 repeat-x;
}
/* line 605, ../sass/_newsroom.scss */
#press-contact .press-contact-people {
  padding: 25px 0 25px 60px;
  text-align: left;
}
/* line 609, ../sass/_newsroom.scss */
#press-contact .press-contact-people li {
  margin: 25px 0;
}

/* line 617, ../sass/_newsroom.scss */
#media-resources p {
  padding: 30px 0;
}
/* line 619, ../sass/_newsroom.scss */
#media-resources p.float-right {
  float: right;
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  padding-right: 5px;
}
/* line 620, ../sass/_newsroom.scss */
#media-resources p.float-right a {
  color: #000000;
}
/* line 620, ../sass/_newsroom.scss */
#media-resources p.float-right a:hover {
  color: #CC0000;
}
/* line 621, ../sass/_newsroom.scss */
#media-resources p.float-left {
  float: left;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
}
/* line 621, ../sass/_newsroom.scss */
#media-resources p.float-left strong {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 623, ../sass/_newsroom.scss */
#media-resources a.archive {
  margin: 30px 0;
}

/* line 628, ../sass/_newsroom.scss */
.back-to-press, .download-as-pdf {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  font-size: 14px;
  text-align: right;
}
/* line 633, ../sass/_newsroom.scss */
.back-to-press a, .download-as-pdf a {
  color: #000000;
  padding-left: 12px;
  padding-top: 3px;
}
/* line 639, ../sass/_newsroom.scss */
.back-to-press a:hover, .download-as-pdf a:hover {
  color: #CC0000;
}

/* line 645, ../sass/_newsroom.scss */
.download-as-pdf {
  float: left;
}
/* line 648, ../sass/_newsroom.scss */
.download-as-pdf a {
  padding-left: 0px;
}

/* line 653, ../sass/_newsroom.scss */
.fancybox-title {
  background: #f9f9f9;
  color: #000;
  padding: 10px 10px 0;
}

/* line 659, ../sass/_newsroom.scss */
.fancybox-bg {
  background-image: none !important;
}

/* line 670, ../sass/_newsroom.scss */
#media header h1 {
  margin-bottom: 0;
}
/* line 674, ../sass/_newsroom.scss */
#media header .subhead {
  padding: 20px 0;
}
/* line 677, ../sass/_newsroom.scss */
#media header .subhead .download {
  color: #000;
  display: block;
  font-size: 13px;
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
  text-align: right;
  float: right;
  width: 50%;
}
/* line 686, ../sass/_newsroom.scss */
#media header .subhead .download:hover {
  color: #CC0000;
}
/* line 693, ../sass/_newsroom.scss */
#media > section .container {
  border: none;
  padding-top: 0;
}
/* line 698, ../sass/_newsroom.scss */
#media h3 {
  font-size: 16px;
}

@media only screen and (max-width: 959px) {
  /* line 704, ../sass/_newsroom.scss */
  #press, #media {
    margin-left: 35px;
    margin-right: 35px;
  }

  /* line 709, ../sass/_newsroom.scss */
  #press #news-announcements.list .container, #media #news-announcements.list .container {
    width: 100%;
  }
}
/* line 9, ../sass/_static-content.scss */
#privacy-policy-static .app-store,
#privacy-policy-static .google-play,
#privacy-policy-static .app-store-btn-icon,
#privacy-policy-static .google-play-btn-icon,
#privacy-policy-static footer .get-the-app,
#terms-of-use-static .app-store,
#terms-of-use-static .google-play,
#terms-of-use-static .app-store-btn-icon,
#terms-of-use-static .google-play-btn-icon,
#terms-of-use-static footer .get-the-app,
#privacy-static .app-store,
#privacy-static .google-play,
#privacy-static .app-store-btn-icon,
#privacy-static .google-play-btn-icon,
#privacy-static footer .get-the-app,
#terms-static .app-store,
#terms-static .google-play,
#terms-static .app-store-btn-icon,
#terms-static .google-play-btn-icon,
#terms-static footer .get-the-app {
  display: none;
}

/* line 14, ../sass/_static-content.scss */
#copyright {
  background: #f3f3f3;
  color: #363636;
  padding: 0 0 70px;
  margin-top: 58px;
}
/* line 21, ../sass/_static-content.scss */
#copyright ul {
  padding: 0 0 0 20px;
}
/* line 23, ../sass/_static-content.scss */
#copyright .container {
  padding-top: 45px;
}
/* line 27, ../sass/_static-content.scss */
#copyright .policy-body {
  width: 750px;
}
/* line 31, ../sass/_static-content.scss */
#copyright h1 {
  border-bottom: 1px solid #DEDEDE;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1em;
  padding-bottom: 36px;
}
/* line 38, ../sass/_static-content.scss */
#copyright h1 a {
  color: #363636;
}
/* line 41, ../sass/_static-content.scss */
#copyright h1 a:hover {
  color: #9e0000;
}
/* line 47, ../sass/_static-content.scss */
#copyright h2 {
  color: #9e0000;
  font-size: 16px;
  margin-bottom: 33px;
}
/* line 53, ../sass/_static-content.scss */
#copyright h3 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 20px;
}
/* line 59, ../sass/_static-content.scss */
#copyright h3 a {
  color: #363636;
}
/* line 62, ../sass/_static-content.scss */
#copyright h3 a:hover {
  color: #9e0000;
}
/* line 68, ../sass/_static-content.scss */
#copyright p, #copyright li {
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 76, ../sass/_static-content.scss */
#copyright .policy-body h2 {
  color: #9e0000;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}
/* line 83, ../sass/_static-content.scss */
#copyright .policy-body ul {
  list-style: disc;
}
/* line 87, ../sass/_static-content.scss */
#copyright .policy-body ol {
  list-style-type: decimal;
  padding-left: 50px;
}
/* line 91, ../sass/_static-content.scss */
#copyright .policy-body ol li ul {
  padding-left: 50px;
}
/* line 96, ../sass/_static-content.scss */
#copyright .policy-body h3,
#copyright .policy-body h4,
#copyright .policy-body strong {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 100, ../sass/_static-content.scss */
#copyright .policy-body h3 {
  font-size: 22px;
  margin: 25px 0 15px;
}
/* line 105, ../sass/_static-content.scss */
#copyright .policy-body p, #copyright .policy-body li {
  margin-bottom: 15px;
}
/* line 109, ../sass/_static-content.scss */
#copyright .policy-body a {
  color: #333333;
}
/* line 112, ../sass/_static-content.scss */
#copyright .policy-body a:hover {
  color: #9e0000;
}

/* line 120, ../sass/_static-content.scss */
#static-content {
  background: #f3f3f3;
  color: #363636;
  padding: 0 0 70px;
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 16px;
  line-height: 1.5em;
  overflow: hidden;
}
/* line 129, ../sass/_static-content.scss */
#static-content .container {
  padding: 45px 30px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 136, ../sass/_static-content.scss */
#static-content p, #static-content h2, #static-content h3, #static-content h4, #static-content h5, #static-content h6, #static-content ul, #static-content li, #static-content a {
  max-width: 750px;
}
/* line 142, ../sass/_static-content.scss */
#static-content a {
  color: #363636;
  text-decoration: underline;
}
/* line 146, ../sass/_static-content.scss */
#static-content a:hover {
  color: #9e0000;
}
/* line 149, ../sass/_static-content.scss */
#static-content form {
  margin: 0 0 50px;
}
/* line 153, ../sass/_static-content.scss */
#static-content h1 {
  border-bottom: 1px solid #DEDEDE;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1em;
  padding-bottom: 36px;
  margin-bottom: 36px;
  clear: both;
}
/* line 164, ../sass/_static-content.scss */
#static-content h2 {
  color: #9e0000;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 33px;
}
/* line 172, ../sass/_static-content.scss */
#static-content h3, #static-content label {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  line-height: 1em;
  margin-bottom: 20px;
}
/* line 179, ../sass/_static-content.scss */
#static-content label {
  font-size: 16px;
  display: block;
  float: left;
  padding: 6px 10px 0 0;
}
/* line 185, ../sass/_static-content.scss */
#static-content select {
  margin-top: 15px;
  width: 175px;
}
/* line 189, ../sass/_static-content.scss */
#static-content input[type="submit"], #static-content #application-form textarea[type="submit"], #application-form #static-content textarea[type="submit"],
#static-content #inquiry textarea[type="submit"] {
  background: #F3F3F3;
  border: 1px solid #DEDDDD;
  color: #B3B3B3;
  font-size: 12px;
  line-height: 1em;
  margin: 1px 20px 0 0;
  padding: 5px 5px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 199, ../sass/_static-content.scss */
#static-content input[type="submit"]:hover, #static-content #application-form textarea[type="submit"]:hover, #application-form #static-content textarea[type="submit"]:hover,
#static-content #inquiry textarea[type="submit"]:hover {
  background: #9e0000;
  border-color: #ad1300;
  color: #f3f3f3;
}
/* line 206, ../sass/_static-content.scss */
#static-content h6 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  color: #9e0000;
  font-size: 16px;
  margin: 43px 0 33px 0;
}
/* line 213, ../sass/_static-content.scss */
#static-content ul {
  list-style: disc;
  padding: 0 0 20px 20px;
}
/* line 218, ../sass/_static-content.scss */
#static-content ol {
  list-style-type: decimal;
  padding-left: 20px;
}
/* line 222, ../sass/_static-content.scss */
#static-content ol li ul {
  padding-left: 50px;
}
/* line 225, ../sass/_static-content.scss */
#static-content p, #static-content li {
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 231, ../sass/_static-content.scss */
#static-content p {
  margin: 15px 0;
}
/* line 235, ../sass/_static-content.scss */
#static-content strong {
  font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif;
}
/* line 239, ../sass/_static-content.scss */
#static-content em {
  font-family: "HelveticaNeueLtCnO", "HelveticaNeueW01-47LtCn 692689", Helvetica, sans-serif;
}

/* line 1, ../sass/_terms.scss */
#terms-of-use {
  background: #f3f3f3;
  color: #363636;
  padding: 0 0 70px;
  margin-top: 58px;
}
/* line 8, ../sass/_terms.scss */
#terms-of-use .container {
  padding-top: 45px;
}
/* line 12, ../sass/_terms.scss */
#terms-of-use .terms-body {
  width: 750px;
}
/* line 16, ../sass/_terms.scss */
#terms-of-use h1 {
  border-bottom: 1px solid #DEDEDE;
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 51px;
  line-height: 1em;
  padding-bottom: 36px;
}
/* line 23, ../sass/_terms.scss */
#terms-of-use h1 a {
  color: #363636;
}
/* line 26, ../sass/_terms.scss */
#terms-of-use h1 a:hover {
  color: #9e0000;
}
/* line 32, ../sass/_terms.scss */
#terms-of-use h2 {
  color: #9e0000;
  font-size: 16px;
  margin: 33px 0 33px;
}
/* line 37, ../sass/_terms.scss */
#terms-of-use h2.updated {
  margin-top: 0;
}
/* line 40, ../sass/_terms.scss */
#terms-of-use h3 {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 20px;
}
/* line 46, ../sass/_terms.scss */
#terms-of-use h3 a {
  color: #363636;
}
/* line 49, ../sass/_terms.scss */
#terms-of-use h3 a:hover {
  color: #9e0000;
}
/* line 55, ../sass/_terms.scss */
#terms-of-use p, #terms-of-use li {
  font-family: "Adobe Caslon Pro", "Hoefler Text", Georgia, Garamond, Times, serif;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 63, ../sass/_terms.scss */
#terms-of-use .terms-body h2 {
  color: #9e0000;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 22px;
  margin-bottom: 30px;
}
/* line 70, ../sass/_terms.scss */
#terms-of-use .terms-body ul {
  list-style: disc;
  padding-left: 20px;
}
/* line 77, ../sass/_terms.scss */
#terms-of-use .terms-body h3,
#terms-of-use .terms-body h4,
#terms-of-use .terms-body strong {
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
}
/* line 81, ../sass/_terms.scss */
#terms-of-use .terms-body h3 {
  font-size: 22px;
  margin: 25px 0 15px;
}
/* line 86, ../sass/_terms.scss */
#terms-of-use .terms-body p, #terms-of-use .terms-body li {
  margin-bottom: 15px;
}
/* line 90, ../sass/_terms.scss */
#terms-of-use .terms-body a {
  color: #333333;
}
/* line 93, ../sass/_terms.scss */
#terms-of-use .terms-body a:hover {
  color: #9e0000;
}

/* line 1, ../sass/_fourohfour.scss */
#fourohfour {
  width: 100%;
}
/* line 4, ../sass/_fourohfour.scss */
#fourohfour .container {
  margin-top: 300px;
  text-align: center;
  width: 960px;
}
/* line 9, ../sass/_fourohfour.scss */
#fourohfour .container img {
  margin-bottom: 30px;
}
/* line 11, ../sass/_fourohfour.scss */
#fourohfour .container p {
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 51px;
  height: 50px;
}

/* line 1, ../sass/_mobile.scss */
#djDebug {
  display: none !important;
}

@media handheld, only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) and (min-webkit-device-pixel-ratio: 1) and (min-device-pixel-ratio: 1), only screen and (max-device-width: 1280px) and (min-device-width: 800px) and (orientation: portrait) and (min-webkit-device-pixel-ratio: 1) and (min-device-pixel-ratio: 1), only screen and (width: 600px) and (orientation: portrait), only screen and (width: 961px) and (orientation: landscape) {
  /* line 11, ../sass/_mobile.scss */
  #video {
    display: none;
  }

  /* line 12, ../sass/_mobile.scss */
  .no-video {
    display: none;
  }

  /* line 13, ../sass/_mobile.scss */
  .play_button {
    display: none !important;
    right: 75px;
    bottom: 20px;
  }

  /* line 15, ../sass/_mobile.scss */
  #home-welcome {
    background-image: url("../assets/uploads/splash.jpeg") !important;
    background-size: cover !important;
  }
  /* line 19, ../sass/_mobile.scss */
  #home-welcome .inner {
    width: 1080px;
  }
  /* line 23, ../sass/_mobile.scss */
  #home-welcome p {
    display: none;
  }

  /* line 27, ../sass/_mobile.scss */
  .feature-list a.apply-btn,
  .feature-list li.apply {
    display: none;
  }

  /* line 29, ../sass/_mobile.scss */
  #flipboard-pages-program img {
    display: block !important;
    right: 0;
  }

  /* line 31, ../sass/_mobile.scss */
  .mobile {
    display: block;
  }

  /* line 32, ../sass/_mobile.scss */
  .desktop {
    display: none;
  }

  /* line 37, ../sass/_mobile.scss */
  body #global-nav li.about_nav:hover, body #secondary-nav li.about_nav:hover {
    display: block;
    opacity: 1;
    top: 28px;
  }
  /* line 42, ../sass/_mobile.scss */
  body #global-nav li.about_nav:hover .shadow, body #secondary-nav li.about_nav:hover .shadow {
    display: none;
  }

  /* - added to support tablets in portrait mode - */
  /* line 50, ../sass/_mobile.scss */
  #download-wrap .container {
    margin: 0 10%;
    width: 80%;
  }

  /* line 55, ../sass/_mobile.scss */
  #download-wrap .download-form-holder {
    clear: both;
    float: none;
    margin: 0;
  }

  /* line 61, ../sass/_mobile.scss */
  #main-wrap {
    max-width: 100%;
    min-width: 100%;
  }
  /* line 65, ../sass/_mobile.scss */
  #main-wrap > footer {
    padding: 40px;
  }
  /* line 68, ../sass/_mobile.scss */
  #main-wrap > footer > .container {
    width: 100%;
  }

  /* line 75, ../sass/_mobile.scss */
  body#home #home-welcome .copy {
    left: 40px;
  }

  /* line 80, ../sass/_mobile.scss */
  body:not(#home) {
    /* - inline-block whitespace fix - */
    /* - inline-block reset whitespace - */
  }
  /* line 81, ../sass/_mobile.scss */
  body:not(#home) #main-wrap {
    overflow: hidden;
  }
  /* line 84, ../sass/_mobile.scss */
  body:not(#home) #main-wrap > section:not(#callout) {
    padding: 0 40px;
  }
  /* line 88, ../sass/_mobile.scss */
  body:not(#home) #main-wrap > section:not(#callout)#beauty-of-print, body:not(#home) #main-wrap > section:not(#callout)#see-everything {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 95, ../sass/_mobile.scss */
  body:not(#home) #main-wrap section .container {
    width: 100%;
  }
  /* line 101, ../sass/_mobile.scss */
  body:not(#home) #about-map .contact-info {
    margin-left: -346px;
  }
  /* line 106, ../sass/_mobile.scss */
  body:not(#home) #press .support-grid, body:not(#home) #media .support-grid,
  body:not(#home) #media .support-grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 112, ../sass/_mobile.scss */
  body:not(#home) #press .support-grid section, body:not(#home) #media .support-grid section,
  body:not(#home) #media .support-grid section {
    margin-left: 0;
    width: 32%;
  }
  /* line 117, ../sass/_mobile.scss */
  body:not(#home) #press .support-grid section > span, body:not(#home) #media .support-grid section > span,
  body:not(#home) #press .support-grid section > h3,
  body:not(#home) #media .support-grid section > h3,
  body:not(#home) #media .support-grid section > span,
  body:not(#home) #media .support-grid section > h3 {
    padding: 0 10px;
  }
  /* line 123, ../sass/_mobile.scss */
  body:not(#home) #press .image-grid, body:not(#home) #media .image-grid,
  body:not(#home) #media .image-grid {
    margin-left: -10px;
    margin-right: -10px;
    text-align: center;
  }
  /* line 132, ../sass/_mobile.scss */
  body:not(#home) #press .image-grid li.grid-item, body:not(#home) #media .image-grid li.grid-item,
  body:not(#home) #media .image-grid li.grid-item,
  body:not(#home) #press .video-grid li.grid-item,
  body:not(#home) #media .video-grid li.grid-item,
  body:not(#home) #media .video-grid li.grid-item {
    background-color: transparent;
    border: 0;
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
    padding: 0;
    width: 33%;
  }
  /* line 142, ../sass/_mobile.scss */
  body:not(#home) #press .image-grid li.grid-item > .photo, body:not(#home) #media .image-grid li.grid-item > .photo,
  body:not(#home) #media .image-grid li.grid-item > .photo,
  body:not(#home) #press .video-grid li.grid-item > .photo,
  body:not(#home) #media .video-grid li.grid-item > .photo,
  body:not(#home) #media .video-grid li.grid-item > .photo {
    padding: 10px;
  }
  /* line 145, ../sass/_mobile.scss */
  body:not(#home) #press .image-grid li.grid-item > .photo a, body:not(#home) #media .image-grid li.grid-item > .photo a,
  body:not(#home) #media .image-grid li.grid-item > .photo a,
  body:not(#home) #press .video-grid li.grid-item > .photo a,
  body:not(#home) #media .video-grid li.grid-item > .photo a,
  body:not(#home) #media .video-grid li.grid-item > .photo a {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    padding: 1px;
  }
  /* line 154, ../sass/_mobile.scss */
  body:not(#home) #careers-masthead > .container > div > section,
  body:not(#home) #careers-masthead > .container > div > aside {
    float: none;
  }
  /* line 158, ../sass/_mobile.scss */
  body:not(#home) .tabular-layout.cols-3 {
    margin-left: -10px;
    margin-right: -10px;
  }
  /* line 164, ../sass/_mobile.scss */
  body:not(#home) .tabular-layout.cols-3 > section,
  body:not(#home) .tabular-layout.cols-3 > div {
    margin: 0 0 40px 0;
    width: 33%;
  }
  /* line 169, ../sass/_mobile.scss */
  body:not(#home) .tabular-layout.cols-3 > section > ul,
  body:not(#home) .tabular-layout.cols-3 > section > h3,
  body:not(#home) .tabular-layout.cols-3 > div > ul,
  body:not(#home) .tabular-layout.cols-3 > div > h3 {
    padding: 0 10px;
  }
  /* line 174, ../sass/_mobile.scss */
  body:not(#home) #forum .support-grid ul {
    margin-left: 18px;
  }
  /* line 178, ../sass/_mobile.scss */
  body:not(#home) #forum .support-grid ul li {
    width: auto;
  }
  /* line 189, ../sass/_mobile.scss */
  body:not(#home) .section-h1, body:not(#home) #publisher-faq .container > h1, #publisher-faq body:not(#home) .container > h1, body:not(#home) #publishing-on-flipboard .container > h1, #publishing-on-flipboard body:not(#home) .container > h1, body:not(#home) #flipboard-pages-program h1, #flipboard-pages-program body:not(#home) h1, body:not(#home) #publisher-partners .container > h1, #publisher-partners body:not(#home) .container > h1, body:not(#home) #see-everything h1, #see-everything body:not(#home) h1, body:not(#home) #ad-specs h1, #ad-specs body:not(#home) h1,
  body:not(#home) #publisher-faq .container > h1,
  body:not(#home) #publishing-on-flipboard .container > h1,
  body:not(#home) #flipboard-pages-program h1,
  body:not(#home) #publisher-partners .container > h1,
  body:not(#home) #see-everything h1, body:not(#home) #ad-specs h1,
  body:not(#home) #flipboard-pages-program p {
    width: 300px;
  }
  /* line 193, ../sass/_mobile.scss */
  body:not(#home) #publishing-on-flipboard {
    height: auto;
  }
  /* line 200, ../sass/_mobile.scss */
  body:not(#home) .image-grid,
  body:not(#home) .video-grid,
  body:not(#home) .support-grid {
    font-family: 'Courier New', Monospace;
    letter-spacing: -.65em;
  }
  /* line 208, ../sass/_mobile.scss */
  body:not(#home) .image-grid > li,
  body:not(#home) .video-grid > li,
  body:not(#home) .support-grid > section {
    font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
    letter-spacing: normal;
  }
}
@media handheld, only screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape), only screen and (max-device-width: 1280px) and (min-device-width: 800px) and (orientation: landscape) {
  /* line 219, ../sass/_mobile.scss */
  .mobile {
    display: block;
  }

  /* line 220, ../sass/_mobile.scss */
  .desktop {
    display: none;
  }

  /* line 222, ../sass/_mobile.scss */
  #video {
    display: none;
  }

  /* line 223, ../sass/_mobile.scss */
  .no-video {
    display: none;
  }

  /* line 224, ../sass/_mobile.scss */
  .play_button {
    display: none  !important;
    right: 75px;
    bottom: 20px;
  }

  /* line 226, ../sass/_mobile.scss */
  #home-welcome {
    background-image: url("../assets/uploads/splash.jpeg") !important;
    background-size: cover !important;
  }
  /* line 230, ../sass/_mobile.scss */
  #home-welcome p {
    display: none;
  }

  /* line 234, ../sass/_mobile.scss */
  .feature-list a.apply-btn,
  .feature-list li.apply {
    display: none;
  }

  /* line 236, ../sass/_mobile.scss */
  #flipboard-pages-program img {
    display: block !important;
    right: 0;
  }

  /* line 238, ../sass/_mobile.scss */
  .breadcrumbs {
    bottom: 8px !important;
  }

  /* line 240, ../sass/_mobile.scss */
  #home-announcement .inner p.attribution {
    padding-top: 25px;
  }

  /* line 245, ../sass/_mobile.scss */
  body #global-nav li.about_nav:hover, body #secondary-nav li.about_nav:hover {
    display: block;
    opacity: 1;
    top: 28px;
  }
  /* line 250, ../sass/_mobile.scss */
  body #global-nav li.about_nav:hover .shadow, body #secondary-nav li.about_nav:hover .shadow {
    display: none;
  }
}
@media handheld, only screen and (width: 600px) and (orientation: portrait) {
  /* line 264, ../sass/_mobile.scss */
  nav#global-nav li, nav#secondary-nav li {
    font-size: 12px !important;
  }
}
@media handheld, only screen and (max-width: 599px) and (orientation: portrait), only screen and (max-width: 767px) and (orientation: landscape), only screen and (min-device-width: 961px) and (min-webkit-device-pixel-ratio: 2) and (min-device-pixel-ratio: 2) {
  /* -------------------------------- */
  /* Global                           */
  /* -------------------------------- */
  /* line 279, ../sass/_mobile.scss */
  .mobile {
    display: block;
  }

  /* line 280, ../sass/_mobile.scss */
  .desktop {
    display: none;
  }

  /* line 282, ../sass/_mobile.scss */
  .no-video {
    display: none !important;
  }

  /* line 283, ../sass/_mobile.scss */
  .play_button {
    display: none;
  }

  /* line 285, ../sass/_mobile.scss */
  #download-wrap .close-download {
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transform: scale(0.5);
  }

  /* line 292, ../sass/_mobile.scss */
  #home-footer {
    display: block !important;
  }

  /* line 294, ../sass/_mobile.scss */
  nav#global-nav, nav#secondary-nav {
    z-index: 99999;
  }

  /* line 295, ../sass/_mobile.scss */
  nav#secondary-nav {
    z-index: 96;
  }

  /* line 297, ../sass/_mobile.scss */
  nav#global-nav, nav#secondary-nav {
    background-color: white;
    margin-bottom: 0;
    min-width: 320px;
    width: 100%;
  }
  /* line 304, ../sass/_mobile.scss */
  nav#global-nav li, nav#secondary-nav li {
    display: inline-block;
    font-size: 10px !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 8px 0 0;
    padding: 8px 0 0;
  }
  /* line 312, ../sass/_mobile.scss */
  nav#global-nav li a, nav#secondary-nav li a {
    height: auto !important;
    line-height: normal !important;
  }
  /* line 317, ../sass/_mobile.scss */
  nav#global-nav li.plus, nav#secondary-nav li.plus {
    margin: 0 12px 0 15px;
    padding-top: 5px;
  }
  /* line 318, ../sass/_mobile.scss */
  nav#global-nav li:first-child, nav#secondary-nav li:first-child {
    margin-left: 0;
  }
  /* line 319, ../sass/_mobile.scss */
  nav#global-nav li:last-child, nav#secondary-nav li:last-child {
    margin-right: 0;
  }
  /* line 324, ../sass/_mobile.scss */
  nav#global-nav li.about_nav .shadow, nav#secondary-nav li.about_nav .shadow {
    height: 71px;
    border: none;
    -moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
  }
  /* line 334, ../sass/_mobile.scss */
  nav#global-nav li.about_nav:hover ul, nav#secondary-nav li.about_nav:hover ul,
  nav#global-nav li.about_nav.hover ul,
  nav#secondary-nav li.about_nav.hover ul {
    padding-top: 0px;
    top: 39px;
  }
  /* line 339, ../sass/_mobile.scss */
  nav#global-nav li.about_nav li, nav#secondary-nav li.about_nav li {
    padding-top: 0px;
  }
  /* line 342, ../sass/_mobile.scss */
  nav#global-nav li.about_nav li a, nav#secondary-nav li.about_nav li a {
    display: block;
    font-size: 12px;
    height: 24px !important;
    line-height: 26px !important;
  }
  /* line 349, ../sass/_mobile.scss */
  nav#global-nav li.about_nav li.icons-dropdown_caret, nav#secondary-nav li.about_nav li.icons-dropdown_caret {
    height: 16px !important;
    top: -16px;
  }
  /* line 355, ../sass/_mobile.scss */
  nav#global-nav a.download, nav#secondary-nav a.download {
    background: none;
    padding-right: 0;
  }
  /* line 357, ../sass/_mobile.scss */
  nav#global-nav a:hover, nav#secondary-nav a:hover {
    color: #363636;
  }
  /* line 359, ../sass/_mobile.scss */
  nav#global-nav img, nav#secondary-nav img {
    height: 15px;
    width: 15px;
  }

  /* line 366, ../sass/_mobile.scss */
  body #global-nav li.about_nav:hover, body #secondary-nav li.about_nav:hover {
    display: block;
    opacity: 1;
    top: 28px;
  }
  /* line 371, ../sass/_mobile.scss */
  body #global-nav li.about_nav:hover .shadow, body #secondary-nav li.about_nav:hover .shadow {
    display: none;
  }

  /* line 378, ../sass/_mobile.scss */
  #main-wrap section {
    min-width: 320px;
    width: 100%;
  }

  /* line 383, ../sass/_mobile.scss */
  img.magnify {
    display: none !important;
  }

  /* line 385, ../sass/_mobile.scss */
  #secondary-nav {
    height: auto;
    margin-top: 0 !important;
    text-align: center;
  }
  /* line 390, ../sass/_mobile.scss */
  #secondary-nav li {
    border: none;
    display: inline;
    float: left;
    text-align: center;
  }
  /* line 395, ../sass/_mobile.scss */
  #secondary-nav li.last {
    border: none;
  }
  /* line 397, ../sass/_mobile.scss */
  #secondary-nav li a {
    display: inline;
    padding: 5px 20px;
    text-align: center;
  }
  /* line 401, ../sass/_mobile.scss */
  #secondary-nav > ul > li > a {
    display: inline;
    line-height: 24px !important;
  }

  /* line 411, ../sass/_mobile.scss */
  .corner-shadow-top-left,
  .corner-shadow-top-right,
  .corner-shadow-bottom-left,
  .corner-shadow-bottom-right {
    display: none !important;
  }

  /* line 413, ../sass/_mobile.scss */
  .section-h1, #publisher-faq .container > h1, #publishing-on-flipboard .container > h1, #flipboard-pages-program h1, #publisher-partners .container > h1, #see-everything h1, #ad-specs h1, #publisher-faq .container > h1, #publishing-on-flipboard .container > h1, #flipboard-pages-program h1, #publisher-partners .container > h1, #see-everything h1, #ad-specs h1 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 5px;
  }

  /* line 415, ../sass/_mobile.scss */
  .button, #download-wrap input[type=submit], #download-wrap #application-form textarea[type=submit], #application-form #download-wrap textarea[type=submit],
  #download-wrap #static-content #inquiry textarea[type=submit],
  #static-content #inquiry #download-wrap textarea[type=submit], #application-form input[type='submit'], #application-form textarea[type='submit'],
  #static-content #inquiry input[type='submit'],
  #static-content #inquiry textarea[type='submit'], #application-form input[type="submit"], #application-form textarea[type="submit"],
  #application-form #static-content #inquiry textarea[type="submit"],
  #static-content #inquiry #application-form textarea[type="submit"], #application-form textarea[type="submit"], #home-download input[type="submit"], #home-download #application-form textarea[type="submit"], #application-form #home-download textarea[type="submit"],
  #home-download #static-content #inquiry textarea[type="submit"],
  #static-content #inquiry #home-download textarea[type="submit"], #home-download #application-form textarea[type="submit"], #application-form #home-download textarea[type="submit"] {
    font-size: 16px;
    padding: 10px 20px 6px;
  }

  /* -------------------------------- */
  /* Home                             */
  /* -------------------------------- */
  /* line 421, ../sass/_mobile.scss */
  #home-welcome {
    background: white url("../img/mobile/bg_home.jpg") 0 -65px no-repeat !important;
    background-size: 100% auto !important;
  }
  /* line 425, ../sass/_mobile.scss */
  #home-welcome h2 {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: 15px;
    width: 90px;
  }
  /* line 432, ../sass/_mobile.scss */
  #home-welcome h2 br {
    display: none;
  }
  /* line 437, ../sass/_mobile.scss */
  #home-welcome h1 {
    font-size: 20px;
    line-height: 22px;
    margin-left: 15px;
    width: 320px;
  }
  /* line 444, ../sass/_mobile.scss */
  #home-welcome p {
    display: none;
    font-size: 12px;
    line-height: 16px;
    padding-left: 15px;
    padding-top: 5px;
    width: 150px;
  }
  /* line 453, ../sass/_mobile.scss */
  #home-welcome .copy {
    bottom: 10px;
    top: auto;
  }
  /* line 455, ../sass/_mobile.scss */
  #home-welcome .app-downloads {
    clear: both;
    display: block !important;
  }
  /* line 458, ../sass/_mobile.scss */
  #home-welcome .app-downloads .app-store,
  #home-welcome .app-downloads .google-play {
    background-size: auto 25px;
    display: block;
    float: left;
    height: 25px;
    margin: 8px 10px 10px 0;
    text-indent: -9999em;
    width: 87px;
  }
  /* line 468, ../sass/_mobile.scss */
  #home-welcome .app-downloads .app-store {
    margin-left: 15px;
  }

  /* line 472, ../sass/_mobile.scss */
  #static-content {
    padding: 0 !important;
  }
  /* line 475, ../sass/_mobile.scss */
  #static-content .container {
    padding: 45px 0px 0 !important;
  }

  /* line 480, ../sass/_mobile.scss */
  section .container {
    padding: 0 30px;
    width: 260px;
  }

  /* line 485, ../sass/_mobile.scss */
  .app-downloads {
    display: none;
  }

  /* line 488, ../sass/_mobile.scss */
  .icons-gallery-next,
  .breadcrumbs {
    display: none !important;
  }

  /* line 494, ../sass/_mobile.scss */
  #main-wrap section.home,
  #home-gallery,
  #home-gallery .gallery-slide .inner {
    height: 325px !important;
  }

  /* -------------------------------- */
  /* App Tour                         */
  /* -------------------------------- */
  /* line 500, ../sass/_mobile.scss */
  .iphone-arrows img {
    display: block !important;
    position: absolute;
  }

  /* line 501, ../sass/_mobile.scss */
  .iphone-arrow-1 {
    top: 75px;
    left: 215px;
    width: 67px;
  }

  /* line 502, ../sass/_mobile.scss */
  .iphone-arrow-2 {
    top: 255px;
    left: 90px;
    width: 170px;
  }

  /* line 504, ../sass/_mobile.scss */
  #publishers-masthead {
    background-position: -40px 0;
  }

  /* line 510, ../sass/_mobile.scss */
  #how-it-works-masthead,
  #publishers-masthead,
  #advertisers-masthead {
    background-image: url("../img/mobile/masthead_app_tour.jpg");
    height: 200px !important;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: auto;
  }
  /* line 518, ../sass/_mobile.scss */
  #how-it-works-masthead h1,
  #publishers-masthead h1,
  #advertisers-masthead h1 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  /* line 523, ../sass/_mobile.scss */
  #how-it-works-masthead h2,
  #publishers-masthead h2,
  #advertisers-masthead h2 {
    font-size: 20px;
    line-height: 22px;
  }

  /* line 530, ../sass/_mobile.scss */
  #advertisers-masthead h1 {
    width: 140px;
  }

  /* line 534, ../sass/_mobile.scss */
  #beauty-of-print h1 {
    font-size: 30px;
    margin-top: 38px;
  }

  /* line 542, ../sass/_mobile.scss */
  #beauty-of-print,
  #bucket-list,
  #bucket-list .gallery-slide,
  #bucket-list .gallery-slide .inner {
    height: 760px !important;
  }

  /* line 544, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .inner {
    background-position: center 110px;
    background-size: 260px auto;
  }

  /* line 550, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .point-content-1,
  #beauty-of-print #slide-1 .point-content-2 {
    display: block !important;
    padding: 0 !important;
  }

  /* line 552, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .point-content-1 {
    margin-left: 30px;
  }

  /* line 553, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .point-content-2 {
    float: right;
    top: 318px;
  }

  /* line 555, ../sass/_mobile.scss */
  #beauty-of-print .gallery-slide ul li h2 {
    font-size: 16px !important;
    margin-left: 0;
  }

  /* line 557, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .point-content-1 {
    top: 0;
  }

  /* line 559, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 ul li {
    display: block !important;
    left: 0 !important;
    padding: 0 75px !important;
    position: relative !important;
    top: !important;
    width: 170px !important;
  }

  /* line 568, ../sass/_mobile.scss */
  #beauty-of-print .gallery-slide ul li p {
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    padding-left: 0;
  }

  /* line 576, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .point-content-1 p,
  #beauty-of-print #slide-1 .point-content-2 p {
    width: 200px !important;
  }

  /* line 578, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .magnifying-glass-1 {
    display: none !important;
  }

  /* line 580, ../sass/_mobile.scss */
  #beauty-of-print #slide-1 .magnifying-glass-2 {
    display: none !important;
  }

  /* line 582, ../sass/_mobile.scss */
  #how-it-works-masthead .container {
    min-width: 320px;
    padding-top: 0 !important;
    width: auto;
  }

  /* line 590, ../sass/_mobile.scss */
  .video-thumb,
  .video-thumb div,
  .video-thumb img {
    height: 37px;
    width: 72px;
  }

  /* line 592, ../sass/_mobile.scss */
  #bucket-list .gallery-slide .inner {
    max-width: 480px;
    min-width: 320px;
    width: 100%;
  }

  /* line 598, ../sass/_mobile.scss */
  #flip-tip-tweet .container {
    width: 260px !important;
  }

  /* line 600, ../sass/_mobile.scss */
  #flip-tip-tweet .body {
    font-size: 14px;
  }

  /* -------------------------------- */
  /* Publishers                       */
  /* -------------------------------- */
  /* line 606, ../sass/_mobile.scss */
  .sticky-nav {
    position: relative !important;
  }

  /* line 608, ../sass/_mobile.scss */
  #publishing-on-flipboard {
    height: 1775px !important;
    margin-top: -34px;
  }

  /* line 610, ../sass/_mobile.scss */
  #secondary-nav .shadow-container {
    display: none;
  }

  /* line 612, ../sass/_mobile.scss */
  #publisher-faq .container > section {
    min-width: 280px;
  }

  /* line 616, ../sass/_mobile.scss */
  body[data-action="publishing-on-flipboard"] #secondary-nav,
  body[data-action="partners"] #secondary-nav,
  body[data-action="faq"] #secondary-nav {
    position: relative !important;
    margin: 0 auto;
    min-width: 280px;
    width: 280px;
  }
  /* line 622, ../sass/_mobile.scss */
  body[data-action="publishing-on-flipboard"] #secondary-nav ul,
  body[data-action="partners"] #secondary-nav ul,
  body[data-action="faq"] #secondary-nav ul {
    overflow: visible;
    padding: 0;
  }
  /* line 626, ../sass/_mobile.scss */
  body[data-action="publishing-on-flipboard"] #secondary-nav ul li,
  body[data-action="partners"] #secondary-nav ul li,
  body[data-action="faq"] #secondary-nav ul li {
    border: none;
    display: inline-block;
    float: none;
    font-size: 12px !important;
    margin: 0;
    padding: 5px 0;
  }
  /* line 634, ../sass/_mobile.scss */
  body[data-action="publishing-on-flipboard"] #secondary-nav ul li a,
  body[data-action="partners"] #secondary-nav ul li a,
  body[data-action="faq"] #secondary-nav ul li a {
    background: transparent !important;
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0) !important;
    padding: 5px 20px;
    margin: 0;
  }
  /* line 641, ../sass/_mobile.scss */
  body[data-action="publishing-on-flipboard"] #secondary-nav ul li a.publishing-on-flipboard,
  body[data-action="partners"] #secondary-nav ul li a.publishing-on-flipboard,
  body[data-action="faq"] #secondary-nav ul li a.publishing-on-flipboard {
    padding-left: 0;
  }

  /* line 650, ../sass/_mobile.scss */
  #publishers-masthead .container {
    padding-top: 25px;
    width: 320px;
    margin-bottom: 58px;
  }

  /* line 652, ../sass/_mobile.scss */
  #publishing-on-flipboard .container > p {
    color: #959595;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    line-height: 1.5em;
    width: 260px;
  }

  /* line 660, ../sass/_mobile.scss */
  .feature-callout img {
    width: 280px;
    margin-left: 30px;
  }

  /* line 662, ../sass/_mobile.scss */
  #publisher-partners .feature-callout img {
    margin-left: 0;
  }

  /* line 668, ../sass/_mobile.scss */
  #publishing-on-flipboard .container aside {
    display: block !important;
    float: none;
    height: 287px;
    margin: 0 0 100px 0;
  }
  /* line 674, ../sass/_mobile.scss */
  #publishing-on-flipboard .container aside img {
    left: auto;
    margin: 0 0 0 -10px !important;
    position: relative !important;
    top: auto;
  }

  /* line 683, ../sass/_mobile.scss */
  #publishing-on-flipboard .feature-list {
    height: 1000px;
    position: absolute;
    top: 464px;
  }
  /* line 690, ../sass/_mobile.scss */
  #publishing-on-flipboard .feature-list li:nth-child(2),
  #publishing-on-flipboard .feature-list li:nth-child(3),
  #publishing-on-flipboard .feature-list li:nth-child(4) {
    padding-top: 0px;
    position: absolute;
    width: 260px;
  }
  /* line 696, ../sass/_mobile.scss */
  #publishing-on-flipboard .feature-list li:nth-child(2) {
    top: 387px;
  }
  /* line 697, ../sass/_mobile.scss */
  #publishing-on-flipboard .feature-list li:nth-child(3) {
    top: 774px;
  }
  /* line 698, ../sass/_mobile.scss */
  #publishing-on-flipboard .feature-list li:nth-child(4) {
    top: 1161px;
  }

  /* line 702, ../sass/_mobile.scss */
  .feature-list li.apply {
    display: none !important;
  }

  /* line 704, ../sass/_mobile.scss */
  #handful-of-publishers {
    display: none;
  }

  /* line 706, ../sass/_mobile.scss */
  .slide-deck, .feature-list, .feature-list {
    height: 680px !important;
    margin: 0;
    width: 260px;
  }
  /* line 711, ../sass/_mobile.scss */
  .slide-deck li, .feature-list li, .feature-list li {
    color: #333 !important;
  }
  /* line 713, ../sass/_mobile.scss */
  .slide-deck h2, .feature-list h2, .feature-list h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  /* line 715, ../sass/_mobile.scss */
  .slide-deck p, .feature-list p, .feature-list p {
    font-size: 12px;
  }

  /* line 719, ../sass/_mobile.scss */
  #flipboard-pages-program .container {
    padding: 30px 0 !important;
    position: relative;
    width: 280px;
  }

  /* line 725, ../sass/_mobile.scss */
  #flipboard-pages-program h1 {
    font-size: 18px;
    line-height: 22px;
  }

  /* line 730, ../sass/_mobile.scss */
  #flipboard-pages-program p {
    font-size: 12px;
    width: 145px;
  }

  /* line 735, ../sass/_mobile.scss */
  #flipboard-pages-program img {
    display: block !important;
    height: 150px;
    width: 143px;
    right: -20px;
  }

  /* line 742, ../sass/_mobile.scss */
  #publishing-on-flipboard .container .attribution {
    display: none;
  }

  /* line 744, ../sass/_mobile.scss */
  .slide-deck p, .feature-list p, .feature-list p, .feature-list p {
    line-height: 16px;
  }

  /* line 748, ../sass/_mobile.scss */
  #publisher-partners {
    margin-top: -34px;
    padding-top: 0 !important;
  }

  /* line 752, ../sass/_mobile.scss */
  #publisher-partners .container aside {
    display: block !important;
    float: none;
    height: 338px;
    margin: 0 0 150px 0;
  }
  /* line 758, ../sass/_mobile.scss */
  #publisher-partners .container aside img {
    display: block !important;
    left: auto;
    margin: 0 0 0 0 !important;
    position: relative !important;
    top: auto;
  }

  /* line 768, ../sass/_mobile.scss */
  #publisher-partners ul.feature-list {
    float: none;
    height: 973px !important;
    margin: 0px 0 0 0;
    position: absolute;
    top: 438px;
    width: 260px;
  }
  /* line 778, ../sass/_mobile.scss */
  #publisher-partners ul.feature-list li:nth-child(2),
  #publisher-partners ul.feature-list li:nth-child(3),
  #publisher-partners ul.feature-list li:nth-child(4) {
    padding-top: 0px;
    position: absolute;
    width: 260px;
  }
  /* line 784, ../sass/_mobile.scss */
  #publisher-partners ul.feature-list li:nth-child(2) {
    top: 488px;
  }
  /* line 785, ../sass/_mobile.scss */
  #publisher-partners ul.feature-list li:nth-child(3) {
    top: 976px;
  }
  /* line 786, ../sass/_mobile.scss */
  #publisher-partners ul.feature-list li:nth-child(4) {
    top: 1464px;
  }

  /* line 790, ../sass/_mobile.scss */
  #publisher-faq {
    margin-top: -34px;
  }

  /* -------------------------------- */
  /* Advertisers                      */
  /* -------------------------------- */
  /* line 798, ../sass/_mobile.scss */
  #advertisers-masthead .container {
    padding-top: 0;
  }

  /* line 801, ../sass/_mobile.scss */
  #accolades,
  #inquiries-and-contact {
    display: none !important;
  }

  /* line 803, ../sass/_mobile.scss */
  #see-everything .container {
    height: 660px !important;
    width: 320px;
    padding: 0 0px !important;
  }

  /* line 804, ../sass/_mobile.scss */
  #see-everything #bucket-list .gallery-slide {
    height: 400px !important;
    min-width: 280px;
    width: 280px;
    padding: 0 20px;
  }

  /* line 807, ../sass/_mobile.scss */
  #see-everything h1 {
    font-size: 30px;
    line-height: 32px;
    margin: 50px auto 30px;
    text-align: center;
    white-space: normal;
    width: 280px !important;
  }

  /* line 816, ../sass/_mobile.scss */
  #see-everything .slide-1 .inner {
    background-position: 20px 0;
    background-size: 260px auto;
    overflow: visible;
    padding-top: 330px;
  }

  /* line 823, ../sass/_mobile.scss */
  #see-everything .slide-1 .point-content-1 {
    bottom: auto;
    display: block !important;
    left: auto;
    margin-left: 20px;
    position: static;
    top: auto;
    width: 150px;
  }

  /* line 833, ../sass/_mobile.scss */
  #see-everything .slide-1 h2 {
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 0;
  }

  /* line 839, ../sass/_mobile.scss */
  #see-everything .slide-1 p {
    font-size: 12px;
    line-height: 16px;
  }

  /* line 844, ../sass/_mobile.scss */
  #ad-specs .download-link {
    display: none;
    left: 30px;
    position: absolute;
    top: 150px;
  }

  /* line 851, ../sass/_mobile.scss */
  #ad-specs #spec-visual .vr {
    display: none !important;
  }

  /* line 853, ../sass/_mobile.scss */
  #ad-specs #spec-visual > li {
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0;
    width: 260px !important;
  }

  /* line 861, ../sass/_mobile.scss */
  #ad-specs #spec-visual > li .icon-holder {
    display: block !important;
    width: 260px !important;
  }

  /* line 866, ../sass/_mobile.scss */
  #ad-specs #spec-visual > li h1 {
    margin-top: 260px;
  }

  /* line 868, ../sass/_mobile.scss */
  #ad-specs #spec-visual > li.ipad {
    padding-top: 30px;
  }

  /* line 870, ../sass/_mobile.scss */
  #ad-specs #spec-visual > li.ipad h1 {
    margin-top: 300px;
  }

  /* -------------------------------- */
  /* Support                          */
  /* -------------------------------- */
  /* line 878, ../sass/_mobile.scss */
  #help-center,
  #press,
  #media,
  #careers-masthead {
    margin-top: 0;
  }

  /* line 880, ../sass/_mobile.scss */
  #help-center .container {
    padding-top: 25px !important;
  }

  /* line 882, ../sass/_mobile.scss */
  #help-center .flip-tip {
    display: none;
  }

  /* line 884, ../sass/_mobile.scss */
  #forum .search input[type="text"], #forum .search #application-form textarea[type="text"], #application-form #forum .search textarea[type="text"],
  #forum .search #static-content #inquiry textarea[type="text"],
  #static-content #inquiry #forum .search textarea[type="text"] {
    width: 85%;
  }

  /* line 888, ../sass/_mobile.scss */
  .tabular-layout.cols-3 > section, .tabular-layout.cols-3 > div {
    width: 27.25%;
  }

  /* line 890, ../sass/_mobile.scss */
  #forum .support-grid > section > a {
    margin-right: 75px;
  }

  /* line 893, ../sass/_mobile.scss */
  #callout,
  #general-support {
    display: none !important;
  }

  /* line 895, ../sass/_mobile.scss */
  #forum .search button {
    border-radius: 5px;
    width: 13.5%;
  }

  /* -------------------------------- */
  /* Press                            */
  /* -------------------------------- */
  /* line 901, ../sass/_mobile.scss */
  #press .support-grid section, #media .support-grid section {
    clear: both;
    display: block !important;
    float: left;
    margin-bottom: 50px;
    margin-left: 0;
    min-width: 260px !important;
    width: 260px !important;
  }

  /* line 911, ../sass/_mobile.scss */
  #media-resources {
    display: none;
  }

  /* line 913, ../sass/_mobile.scss */
  .back-to-press a, .download-as-pdf a {
    padding-top: 3px;
  }

  /* line 915, ../sass/_mobile.scss */
  #press-release {
    margin-top: 0;
  }
  /* line 918, ../sass/_mobile.scss */
  #press-release .container {
    margin-left: auto;
    margin-right: auto;
    padding: 0 0px;
    min-width: 280px;
    width: 280px;
  }

  /* line 927, ../sass/_mobile.scss */
  #press-release .press-details {
    border-bottom: 1px solid #DFDFDF;
    float: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 30px 0;
    width: 280px;
  }

  /* line 936, ../sass/_mobile.scss */
  #press-contact {
    border-top: 1px solid #FFF;
    font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
    margin: 0 auto 30px auto;
    padding-top: 30px;
    text-align: center;
    height: auto;
    background-image: none;
    width: 280px;
    float: none;
  }
  /* line 947, ../sass/_mobile.scss */
  #press-contact .press-contact-logos {
    display: none;
  }
  /* line 951, ../sass/_mobile.scss */
  #press-contact .press-contact-people {
    text-align: left;
    padding-left: 0px;
    width: 280px;
  }

  /* line 958, ../sass/_mobile.scss */
  .press-release-body p {
    font-size: 12px;
  }

  /* -------------------------------- */
  /* About Us                         */
  /* -------------------------------- */
  /* line 964, ../sass/_mobile.scss */
  #about-splash > .container {
    padding-top: 5px;
  }

  /* line 966, ../sass/_mobile.scss */
  #about-splash {
    height: 200px !important;
    margin: 0;
    padding: 0;
    vertical-align: top;
    width: auto;
  }
  /* line 973, ../sass/_mobile.scss */
  #about-splash h1 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  /* line 979, ../sass/_mobile.scss */
  #about-splash h2 {
    font-size: 20px;
    line-height: 26px;
  }

  /* line 986, ../sass/_mobile.scss */
  #about-content aside {
    width: 260px;
  }
  /* line 989, ../sass/_mobile.scss */
  #about-content aside .cycle {
    height: 260px;
    width: 260px;
  }
  /* line 994, ../sass/_mobile.scss */
  #about-content aside img {
    margin-bottom: 10px;
    width: 260px;
  }

  /* line 1000, ../sass/_mobile.scss */
  #about-content section {
    float: left;
    margin-right: 0;
    min-width: 260px;
    width: 260px !important;
  }

  /* line 1007, ../sass/_mobile.scss */
  #about-content .container {
    padding-bottom: 0;
  }

  /* line 1009, ../sass/_mobile.scss */
  #about-content section p.important {
    font-size: 16px;
  }

  /* line 1011, ../sass/_mobile.scss */
  #about-content section p {
    font-size: 12px;
  }

  /* line 1013, ../sass/_mobile.scss */
  #about-map {
    height: 178px;
    overflow: hidden;
  }

  /* line 1015, ../sass/_mobile.scss */
  #about-map div {
    height: auto;
  }

  /* line 1017, ../sass/_mobile.scss */
  #about-map .contact-info {
    height: auto;
    left: 0;
    margin-left: 30px;
    top: 20px;
    width: 260px;
  }
  /* line 1024, ../sass/_mobile.scss */
  #about-map .contact-info h1 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 5px;
  }
  /* line 1030, ../sass/_mobile.scss */
  #about-map .contact-info h2 {
    font-size: 14px;
    line-height: 16px;
  }
  /* line 1032, ../sass/_mobile.scss */
  #about-map .contact-info p {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 16px;
  }

  /* line 1036, ../sass/_mobile.scss */
  #about-map img {
    width: 350px;
    margin-left: -27px;
  }

  /* line 1038, ../sass/_mobile.scss */
  #about-contact {
    display: none;
  }

  /* -------------------------------- */
  /* Careers                          */
  /* -------------------------------- */
  /* line 1044, ../sass/_mobile.scss */
  #careers-detail {
    padding-top: 0;
  }

  /* line 1046, ../sass/_mobile.scss */
  #careers-masthead section {
    min-width: 260px;
    width: 260px;
  }
  /* line 1050, ../sass/_mobile.scss */
  #careers-masthead section p {
    font-size: 12px;
  }
  /* line 1052, ../sass/_mobile.scss */
  #careers-masthead section p.important {
    font-size: 16px;
  }

  /* line 1058, ../sass/_mobile.scss */
  #careers-masthead aside,
  #careers-detail aside {
    display: none;
  }

  /* line 1060, ../sass/_mobile.scss */
  #careers-masthead .container > div {
    padding-top: 310px;
    position: relative;
  }

  /* line 1065, ../sass/_mobile.scss */
  #careers-masthead aside {
    display: block;
    float: none;
    left: 0;
    position: absolute;
    top: 20px;
    width: 260px;
  }
  /* line 1073, ../sass/_mobile.scss */
  #careers-masthead aside .cycle {
    height: 260px;
    width: 260px;
  }
  /* line 1077, ../sass/_mobile.scss */
  #careers-masthead aside .cycle img {
    width: 260px;
    height: 260px;
  }
  /* line 1083, ../sass/_mobile.scss */
  #careers-masthead aside img {
    height: auto;
    width: 260px;
  }

  /* line 1089, ../sass/_mobile.scss */
  #careers-positions .powered-by-jobvite-logo {
    bottom: 15px;
  }

  /* line 1091, ../sass/_mobile.scss */
  ul.inline-list.cols-3 li {
    margin-right: 0;
    width: 260px;
  }

  /* line 1096, ../sass/_mobile.scss */
  #careers-detail section {
    float: left;
    margin: 10px 0 0;
    min-width: 280px;
    width: 280px;
  }

  /* -------------------------------- */
  /* Privacy Policy / Terms           */
  /* -------------------------------- */
  /* line 1107, ../sass/_mobile.scss */
  #privacy-policy {
    margin-top: 0;
  }

  /* line 1110, ../sass/_mobile.scss */
  #privacy-policy .policy-body,
  #terms-of-use .terms-body {
    width: 280px;
  }

  /* line 1115, ../sass/_mobile.scss */
  #privacy-policy p,
  #privacy-policy li,
  #terms-of-use .terms-body p,
  #terms-of-use .terms-body li {
    font-size: 12px;
  }

  /* line 1117, ../sass/_mobile.scss */
  #terms-of-use {
    margin-top: 0;
  }

  /* line 1119, ../sass/_mobile.scss */
  #privacy-policy .policy-body, #copyright .policy-body {
    font-size: 12px;
    width: 260px;
  }

  /* line 1124, ../sass/_mobile.scss */
  #privacy-policy p, #privacy-policy li, #copyright p, #copyright li {
    font-size: 12px;
  }

  /* -------------------------------- */
  /* Get the App                      */
  /* -------------------------------- */
  /* line 1132, ../sass/_mobile.scss */
  #download-wrap.opened {
    height: 350px;
  }

  /* line 1134, ../sass/_mobile.scss */
  #download-wrap .centerbox {
    height: 250px;
  }

  /* line 1136, ../sass/_mobile.scss */
  #download-wrap h1 {
    font-size: 22px;
    line-height: 26px;
    padding-top: 30px;
  }

  /* line 1138, ../sass/_mobile.scss */
  #download-wrap .app-downloads {
    display: block !important;
  }
  /* line 1141, ../sass/_mobile.scss */
  #download-wrap .app-downloads a {
    float: left;
  }
  /* line 1145, ../sass/_mobile.scss */
  #download-wrap .app-downloads .google-play {
    margin-right: 0;
  }

  /* line 1149, ../sass/_mobile.scss */
  #download-wrap a {
    margin-bottom: 10px;
  }

  /* line 1151, ../sass/_mobile.scss */
  #download-wrap div.vr {
    display: none !important;
  }

  /* line 1154, ../sass/_mobile.scss */
  #download-wrap a.app-store,
  #download-wrap a.google-play {
    background-size: auto 25px;
    display: inline-block;
    height: 25px;
    margin: 8px 10px 10px 0;
    text-indent: -9999em;
    width: 87px;
  }

  /* line 1163, ../sass/_mobile.scss */
  #download-wrap p {
    font-size: 12px;
    line-height: 16px;
    padding-left: 0;
  }

  /* line 1169, ../sass/_mobile.scss */
  #download-wrap .download-form-holder {
    margin-left: 0;
  }
  /* line 1172, ../sass/_mobile.scss */
  #download-wrap .download-form-holder input[type="text"], #download-wrap .download-form-holder #application-form textarea[type="text"], #application-form #download-wrap .download-form-holder textarea[type="text"],
  #download-wrap .download-form-holder #static-content #inquiry textarea[type="text"],
  #static-content #inquiry #download-wrap .download-form-holder textarea[type="text"] {
    font-size: 12px;
    width: 150px;
  }
  /* line 1177, ../sass/_mobile.scss */
  #download-wrap .download-form-holder input[type="submit"], #download-wrap .download-form-holder #application-form textarea[type="submit"], #application-form #download-wrap .download-form-holder textarea[type="submit"],
  #download-wrap .download-form-holder #static-content #inquiry textarea[type="submit"],
  #static-content #inquiry #download-wrap .download-form-holder textarea[type="submit"] {
    height: 42px;
    padding: 12px 20px 6px;
    width: 70px;
  }

  /* -------------------------------- */
  /* Footer                           */
  /* -------------------------------- */
}
/*
@media handheld, only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {

.gallery-prev,
.gallery-next,
.breadcrumbs,
#publishing-on-flipboard .container .slide-1 .magnify,
#media-resources,
#careers-masthead aside { display: none !important; }

section .container { padding-left: 30px !important; }

#beauty-of-print #slide-1 .inner {
  background-size: 390px 481px !important;
  }
  
#beauty-of-print #slide-1 .point-content-1,
#beauty-of-print #slide-1 .point-content-2 { display: block !important; }

#beauty-of-print #slide-1 .point-content-1 {
  left: 30px;
  }
  
#beauty-of-print #slide-1 .point-content-2 {
  left: 560px;
  top: 400px;
  }
  
#beauty-of-print .gallery-slide ul li h2 { padding-left: 10px; }
  
#beauty-of-print #slide-1 .magnifying-glass-1 {
  display: block !important;
  top: 193px;
  right: 281px;
  }
  
#publishing-on-flipboard .feature-callout img,
#publisher-partners .container aside img { margin-left: 30px; width: 300px;}

#publishing-on-flipboard .feature-list,
#publisher-partners .container ul {
  float: left;
  margin-left: 0;
  }
  
footer .container,
#publisher-faq .container,
#accolades .container,
#general-support .container,
#forum .container,
#press > section .container,
#about-contact .container,
#careers-positions .container {
  width: 720px;
  }
  
#see-everything .slide-1 .inner {
  background-size: 400px 482px;
  }
  
#see-everything .slide-1 .point-content-1 { left: 500px; }

#ad-specs #spec-visual > li { width: 230px;}

#inquiries-and-contact #inquiries, #inquiries-and-contact #contact, #inquiries-and-contact #asset-section { float: none !important; }

#press .support-grid section { width: 20.8%; }

#about-content section { float: left; width: 720px; }

#about-map .contact-info { margin-left: -360px; }
  
}
*/
/* -------------------------------- */
/* Includes from new design         */
/* -------------------------------- */
/*
@mixin centerbox {
  @include display-box;
  @include box-orient(horizontal);
  @include box-pack(center);
  @include box-align(center);
}
*/
/**
 * Media query wrapper to apply when the viewport is below specified width.
 *
 * Usage:
 *      @include respond-below(360px) {
 *          .some-class {
 *              width: 100px;
 *          }
 *      }
 */
/**
 * Media query wrapper to apply when the viewport is above specified width.
 *
 * Usage:
 *      @include respond-above(960px) {
 *          .some-class {
 *              width: 800px;
 *          }
 *      }
 */
/**
 * Media query wrapper to apply when the viewport is above specified width.
 *
 * Usage:
 *      @include respond-orientation(landscape) {
 *          .some-class {
 *              width: 800px;
 *          }
 *      }
 */
/*
----------------------------------------------------
FLIPBOARD - DESKTOP/TABLET/MOBILE
----------------------------------------------------
*/
@font-face {
  font-family: "HelveticaNeueThCn";
  src: url('fonts/HelveticaNeueLTCom-ThCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-ThCn.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueLtCn";
  src: url('fonts/HelveticaNeueLTCom-LtCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-LtCn.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueLtCnO";
  src: url('fonts/HelveticaNeueLTCom-LtCnO.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-LtCnO.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueMdCn";
  src: url('fonts/HelveticaNeueLTCom-MdCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-MdCn.woff') format('woff');
}

@font-face {
  font-family: "HelveticaNeueBdCn";
  src: url('fonts/HelveticaNeueLTCom-BdCn.ttf') format('truetype'), url('fonts/HelveticaNeueLTCom-BdCn.woff') format('woff');
}

/* line 50, ../sass/_flipboard.scss */
html,
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5em;
}

/* line 57, ../sass/_flipboard.scss */
a {
  color: #cc0000;
  outline: 0;
  text-decoration: none !important;
}
/* line 62, ../sass/_flipboard.scss */
.no-touch a:hover {
  text-decoration: underline;
}

/* line 67, ../sass/_flipboard.scss */
p {
  margin: 1em 0;
}

/* line 73, ../sass/_flipboard.scss */
.events .hero.carousel .carousel-wrapper, .events .hero.magazines .magazine-wrapper .magazine-grid, ul.get-app, header.global > .inner {
  *zoom: 1;
}
/* line 38, ../../../../../usr/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.events .hero.carousel .carousel-wrapper:after, .events .hero.magazines .magazine-wrapper .magazine-grid:after, ul.get-app:after, header.global > .inner:after {
  content: "";
  display: table;
  clear: both;
}

/* line 77, ../sass/_flipboard.scss */
.main-column, header.global > .inner {
  margin: 0 auto;
  padding: 0 35px;
}

/* line 84, ../sass/_flipboard.scss */
h1, h2, h3, h4, h5, h6 {
  color: #363636;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1em;
}
/* line 90, ../sass/_flipboard.scss */
h1.subhead, h2.subhead, h3.subhead, h4.subhead, h5.subhead, h6.subhead {
  color: #b7b7b7;
}

/* line 95, ../sass/_flipboard.scss */
.debug-line {
  border-top: 1px solid red;
  position: absolute;
  width: 100%;
}

/* line 101, ../sass/_flipboard.scss */
.error-message {
  color: #cc0000;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}

/* line 1, ../sass/_modal-window.scss */
.modal-shade {
  background: #363636;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
}

/* line 14, ../sass/_modal-window.scss */
.modal-window {
  background: #FFF;
  margin-left: -245px;
  left: 50%;
  padding: 70px 50px;
  position: fixed;
  top: 220px;
  width: 490px;
  z-index: 99;
  -webkit-box-shadow: 0px 5px 30px #363636;
  -moz-box-shadow: 0px 5px 30px #363636;
  box-shadow: 0px 5px 30px #363636;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (orientation: landscape) {
  /* line 14, ../sass/_modal-window.scss */
  .modal-window {
    top: 145px;
  }
}

/* line 33, ../sass/_modal-window.scss */
.modal-window.get-the-app {
  display: none;
  text-align: center;
}
/* line 37, ../sass/_modal-window.scss */
.modal-window.get-the-app h2.head {
  font-size: 1.8em;
}
/* line 41, ../sass/_modal-window.scss */
.modal-window.get-the-app h2.subhead {
  font-size: 1.8em;
  margin-bottom: 50px;
}
/* line 46, ../sass/_modal-window.scss */
.modal-window.get-the-app p {
  color: #363636;
  font-size: 1em;
  line-height: 1em;
}
/* line 52, ../sass/_modal-window.scss */
.modal-window.get-the-app a.close-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
/* line 63, ../sass/_modal-window.scss */
.modal-window.get-the-app .app-store-large-icon,
.modal-window.get-the-app .google-play-large-icon,
.modal-window.get-the-app .app-store-small-icon,
.modal-window.get-the-app .google-play-small-icon,
.modal-window.get-the-app .app-store-smallest-icon,
.modal-window.get-the-app .google-play-smallest-icon {
  margin-bottom: 50px;
  overflow: hidden;
  text-indent: -999px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 71, ../sass/_modal-window.scss */
.modal-window.get-the-app input, .modal-window.get-the-app #application-form textarea, #application-form .modal-window.get-the-app textarea,
.modal-window.get-the-app #static-content #inquiry textarea,
#static-content #inquiry .modal-window.get-the-app textarea {
  background: #EBEBEB;
  border: none;
  color: #b7b7b7;
  font-size: 1em;
  height: 50px;
  line-height: 1em;
  margin: 0 5px;
  outline: 0;
  padding: 17px 20px;
  vertical-align: top;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 86, ../sass/_modal-window.scss */
.modal-window.get-the-app input[type="text"], .modal-window.get-the-app #application-form textarea[type="text"], #application-form .modal-window.get-the-app textarea[type="text"],
.modal-window.get-the-app #static-content #inquiry textarea[type="text"],
#static-content #inquiry .modal-window.get-the-app textarea[type="text"] {
  width: 260px;
}
/* line 90, ../sass/_modal-window.scss */
.modal-window.get-the-app input[type="submit"], .modal-window.get-the-app #application-form textarea[type="submit"], #application-form .modal-window.get-the-app textarea[type="submit"],
.modal-window.get-the-app #static-content #inquiry textarea[type="submit"],
#static-content #inquiry .modal-window.get-the-app textarea[type="submit"] {
  background: #cc0000;
  border: 2px solid #a30000;
  color: #FFF;
  font-weight: bold;
  line-height: 47px;
  padding: 0 20px;
  text-shadow: 0px -2px 0px #a30000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cc0000), color-stop(100%, #971d1a));
  background-image: -webkit-linear-gradient(#cc0000, #971d1a);
  background-image: -moz-linear-gradient(#cc0000, #971d1a);
  background-image: -o-linear-gradient(#cc0000, #971d1a);
  background-image: linear-gradient(#cc0000, #971d1a);
  -webkit-box-shadow: inset 0px 1px 1px 0px #cf7a77;
  -moz-box-shadow: inset 0px 1px 1px 0px #cf7a77;
  box-shadow: inset 0px 1px 1px 0px #cf7a77;
}

/* line 2, ../sass/_get-the-app-logos.scss */
ul.get-app {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 6, ../sass/_get-the-app-logos.scss */
ul.get-app li {
  float: left;
  margin: 0 5px 5px 0;
}
/* line 12, ../sass/_get-the-app-logos.scss */
ul.get-app a,
ul.get-app a img {
  display: block;
}
/* line 16, ../sass/_get-the-app-logos.scss */
ul.get-app a {
  height: 40px;
}
/* line 19, ../sass/_get-the-app-logos.scss */
ul.get-app a img {
  height: 100%;
}

/* line 26, ../sass/_get-the-app-logos.scss */
.modal-window ul.get-app {
  margin-bottom: 50px;
  padding-left: 5px;
  text-align: center;
  width: 285px;
}

/* line 34, ../sass/_get-the-app-logos.scss */
.hero .get-app {
  padding: 9px 0;
}

/* line 40, ../sass/_get-the-app-logos.scss */
.normal_footer ul.get-app li {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
}
/* line 47, ../sass/_get-the-app-logos.scss */
.normal_footer ul.get-app a {
  height: 44px;
}

/* line 53, ../sass/_get-the-app-logos.scss */
.mobile .hero ul.get-app {
  margin-bottom: 50px;
  text-align: center;
}
/* line 57, ../sass/_get-the-app-logos.scss */
.mobile .hero ul.get-app li {
  display: inline-block;
  float: none;
  margin: 0;
  text-align: center;
}
/* line 64, ../sass/_get-the-app-logos.scss */
.mobile .hero ul.get-app a {
  height: 50px;
}

/* line 1, ../sass/_sticky-social.scss */
.sticky-social {
  background: #FFF;
  border: 1px solid #CCC;
  border-right: none;
  padding: 6px 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 130px;
  width: 48px;
  z-index: 11;
  -moz-border-radius-topleft: 2px;
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

/* line 18, ../sass/_sticky-social.scss */
.sticky-social--list-item a {
  margin: 6px auto;
}

/* line 23, ../sass/_sticky-social.scss */
.sticky-social__twitter-icon:hover {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1190px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 28, ../sass/_sticky-social.scss */
.sticky-social__gplus-icon:hover {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1102px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 33, ../sass/_sticky-social.scss */
.sticky-social__facebook-icon:hover {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1508px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

/* line 38, ../sass/_sticky-social.scss */
.sticky-social__flipboard-icon:hover {
  background-image: url('../img/sprites-s65fede04b6.png');
  background-position: 0 -1737px;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  width: 24px;
}

@media only screen and (max-width: 1260px) {
  /* line 45, ../sass/_sticky-social.scss */
  #wrapper {
    padding-top: 125px;
  }

  /* line 48, ../sass/_sticky-social.scss */
  header.global {
    top: 45px;
  }

  /* line 51, ../sass/_sticky-social.scss */
  .sticky-social {
    border: none;
    border-bottom: 1px solid #CCC;
    height: 24px;
    left: 0px;
    padding: 10px 0;
    top: 0px;
    width: 100%;
    z-index: 99;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  /* line 64, ../sass/_sticky-social.scss */
  .sticky-social--list-item {
    display: inline-block;
    margin: 0 10px;
  }

  /* line 69, ../sass/_sticky-social.scss */
  .sticky-social--list-item a {
    margin: 0 auto;
  }
}
/*
----------------------------------------------------
FLIPBOARD DESKTOP/TABLET BASE STYLES
----------------------------------------------------
*/
/* line 10, ../sass/big/_base.scss */
html,
body {
  overflow-x: hidden;
}

/* line 16, ../sass/big/_base.scss */
h1 {
  font-size: 52px;
}

/* line 17, ../sass/big/_base.scss */
h2 {
  font-size: 42px;
}

/* line 18, ../sass/big/_base.scss */
h3 {
  font-size: 32px;
}

/* line 19, ../sass/big/_base.scss */
h4 {
  font-size: 28px;
}

/* line 21, ../sass/big/_base.scss */
.description {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15em;
  line-height: 1.75em;
}
/* line 26, ../sass/big/_base.scss */
.description.small {
  font-size: 1em;
  line-height: 1.5em;
}

/* line 32, ../sass/big/_base.scss */
.footnote {
  display: block;
}

@media only screen and (max-width: 959px) {
  /* line 37, ../sass/big/_base.scss */
  h1 {
    font-size: 38px;
  }

  /* line 38, ../sass/big/_base.scss */
  h2 {
    font-size: 25px;
  }

  /* line 39, ../sass/big/_base.scss */
  h3 {
    font-size: 25px;
  }

  /* line 40, ../sass/big/_base.scss */
  h4 {
    font-size: 20px;
  }

  /* line 42, ../sass/big/_base.scss */
  .description {
    font-size: 1em;
  }

  /* line 46, ../sass/big/_base.scss */
  .footnote {
    bottom: auto;
    display: block;
    left: auto;
    margin: 1em 0;
    position: relative;
    right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 959px) {
  /* line 60, ../sass/big/_base.scss */
  a:hover {
    color: inherit !important;
  }
}
/* line 68, ../sass/big/_base.scss */
#wrapper {
  min-width: 1030px;
  padding-top: 80px;
  position: relative;
}
@media only screen and (max-width: 959px) {
  /* line 68, ../sass/big/_base.scss */
  #wrapper {
    min-width: 750px;
  }
}

/* line 78, ../sass/big/_base.scss */
.main-column, header.global > .inner {
  width: 960px;
}
@media only screen and (max-width: 959px) {
  /* line 78, ../sass/big/_base.scss */
  .main-column, header.global > .inner {
    width: 750px;
  }
}

/*
----------------------------------------------------
FLIPBOARD NAVIGATION
----------------------------------------------------
*/
/* line 7, ../sass/big/_nav.scss */
header.global {
  background-color: rgba(255, 255, 255, 0.95);
  font-family: "HelveticaNeueLtCn", "HelveticaNeueW01-47LtCn 692686", Helvetica, sans-serif;
  font-size: 1.2em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 200;
}
/* line 21, ../sass/big/_nav.scss */
header.global .logo-icon {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: block;
  float: left;
  margin: 20px 0;
}
/* line 31, ../sass/big/_nav.scss */
header.global nav {
  float: right;
  margin: 15px 20px 0 0;
}
/* line 35, ../sass/big/_nav.scss */
header.global nav ul > li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 39, ../sass/big/_nav.scss */
header.global nav ul > li > a {
  line-height: 55px;
}
/* line 43, ../sass/big/_nav.scss */
header.global nav a {
  -webkit-transition: color 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: color 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: color 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 175ms cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #898989;
  display: block;
  padding: 0 20px;
}
/* line 49, ../sass/big/_nav.scss */
.no-touch header.global nav a:hover {
  color: #cc0000;
}
@media only screen and (max-width: 959px) {
  /* line 43, ../sass/big/_nav.scss */
  header.global nav a {
    padding: 0 15px;
  }
}
/* line 58, ../sass/big/_nav.scss */
header.global nav .on > a {
  color: #363636;
}
/* line 64, ../sass/big/_nav.scss */
header.global nav li.submenu {
  position: relative;
  z-index: 150;
}
/* line 68, ../sass/big/_nav.scss */
header.global nav li.submenu ul {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  font-size: 1.1rem;
  left: 0;
  padding: 50px 0 8px;
  position: absolute;
  top: 0;
}
/* line 78, ../sass/big/_nav.scss */
header.global nav li.submenu ul li {
  position: relative;
  z-index: 2;
}
/* line 83, ../sass/big/_nav.scss */
header.global nav li.submenu ul a {
  line-height: 1.6em;
  padding-bottom: 4px;
  padding-top: 4px;
  width: 65px;
}
/* line 90, ../sass/big/_nav.scss */
.no-js header.global nav li.submenu ul {
  display: none;
}
/* line 97, ../sass/big/_nav.scss */
header.global nav li.submenu > a {
  background-image: url("../img/submenu-carat.png");
  background-position: 100% -4px;
  background-repeat: no-repeat;
  padding-right: 54px;
  position: relative;
  z-index: 1;
  -webkit-tap-highlight-color: transparent;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  /* line 97, ../sass/big/_nav.scss */
  header.global nav li.submenu > a {
    background-image: url("../img/submenu-carat-2x.png");
    background-size: 60px auto;
  }
}
/* line 107, ../sass/big/_nav.scss */
.no-touch header.global nav li.submenu:hover > a, header.global nav li.submenu.open > a {
  background-position: 100% -64px;
  color: #cc0000;
}
/* line 113, ../sass/big/_nav.scss */
.no-js .no-touch header.global nav li.submenu:hover > ul, .no-js header.global nav li.submenu.open > ul {
  display: block;
}

/* line 126, ../sass/big/_nav.scss */
.no-touch li.submenu ul {
  -webkit-transition: opacity 250ms, visibility 0s;
  -moz-transition: opacity 250ms, visibility 0s;
  -o-transition: opacity 250ms, visibility 0s;
  transition: opacity 250ms, visibility 0s;
  -webkit-transition-delay: 0s, 300ms;
  -moz-transition-delay: 0s, 300ms;
  -o-transition-delay: 0s, 300ms;
  transition-delay: 0s, 300ms;
  opacity: 0;
  visibility: hidden;
}
/* line 135, ../sass/big/_nav.scss */
.no-touch li.submenu:hover > ul, .no-touch li.submenu.open > ul {
  -webkit-transition: opacity 250ms, visibility 0s;
  -moz-transition: opacity 250ms, visibility 0s;
  -o-transition: opacity 250ms, visibility 0s;
  transition: opacity 250ms, visibility 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  opacity: 1;
  visibility: visible;
}
/* line 141, ../sass/big/_nav.scss */
.no-js .no-touch li.submenu:hover > ul, .no-js .no-touch li.submenu.open > ul {
  display: block;
}

/*
----------------------------------------------------
FLIPBOARD FOOTER
----------------------------------------------------
*/
/* line 8, ../sass/_footer.scss */
footer.global {
  text-align: center;
}
/* line 12, ../sass/_footer.scss */
footer.global h4 {
  color: #363636;
  font-family: "HelveticaNeueBdCn", "HelveticaNeueW01-77BdCn 692722", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 24px;
}
/* line 20, ../sass/_footer.scss */
footer.global p {
  background-color: #fff;
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 35px;
}
/* line 27, ../sass/_footer.scss */
footer.global p a {
  font-weight: bold;
}
/* line 34, ../sass/_footer.scss */
footer.global .flip-it-button,
footer.global .flip-it-button img {
  display: block;
}
/* line 38, ../sass/_footer.scss */
footer.global .flip-it-button img {
  max-width: 100%;
  margin: 0 auto;
}
/* line 45, ../sass/_footer.scss */
footer.global .flip-tip-container a {
  font-weight: normal;
}
/* line 51, ../sass/_footer.scss */
footer.global .inner {
  margin: 0 auto;
  padding: 90px 0 25px;
  width: 960px;
}
/* line 57, ../sass/_footer.scss */
footer.global .equal-height-container {
  overflow: hidden;
}
/* line 61, ../sass/_footer.scss */
footer.global section {
  border-left: 1px solid #E1E1E1;
  float: left;
  margin-bottom: -900px;
  overflow: hidden;
  padding: 30px 45px 930px;
  position: relative;
  width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 72, ../sass/_footer.scss */
footer.global section:first-child {
  border-left: none;
}
/* line 76, ../sass/_footer.scss */
footer.global section.last {
  padding-right: 0;
}
/* line 83, ../sass/_footer.scss */
footer.global section:first-child {
  padding-left: 80px;
  text-align: left;
}
/* line 87, ../sass/_footer.scss */
footer.global section:first-child a {
  color: #707070;
  font-family: "HelveticaNeueMdCn", "HelveticaNeueW01-67MdCn 692710", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
/* line 93, ../sass/_footer.scss */
footer.global section:first-child a:hover {
  color: #cc0000;
}
/* line 98, ../sass/_footer.scss */
footer.global section:first-child .logo-tiny-icon {
  position: absolute;
  left: 0;
  top: 20px;
}
/* line 105, ../sass/_footer.scss */
footer.global p.locale-verbiage {
  clear: both;
  font-size: 12px;
  margin: 50px auto;
  width: 700px;
}
/* line 113, ../sass/_footer.scss */
footer.global .get-the-app a.get-the-app-button {
  margin: 6px auto;
  width: 115px;
}
/* line 115, ../sass/_footer.scss */
footer.global .get-the-app a.get-the-app-button,
footer.global .get-the-app a.get-the-app-button img {
  display: block;
}
/* line 122, ../sass/_footer.scss */
footer.global .get-the-app a.get-the-app-button img {
  width: 100%;
}
/* line 128, ../sass/_footer.scss */
footer.global .get-app {
  width: 138px;
}
@media only screen and (max-width: 959px) {
  /* line 134, ../sass/_footer.scss */
  footer.global > .inner {
    text-align: center;
    width: 750px;
  }
  /* line 139, ../sass/_footer.scss */
  footer.global section {
    float: none;
    position: static;
    vertical-align: top;
    width: 33%;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  /* line 147, ../sass/_footer.scss */
  footer.global section:first-child {
    padding-left: 50px;
    width: 200px;
  }
  /* line 151, ../sass/_footer.scss */
  footer.global section:first-child .logo-tiny-icon {
    display: none;
  }
  /* line 156, ../sass/_footer.scss */
  footer.global section.last {
    display: none;
  }
  /* line 161, ../sass/_footer.scss */
  footer.global p {
    font-size: 12px;
  }
  /* line 164, ../sass/_footer.scss */
  footer.global p.locale-verbiage {
    margin: 40px 75px 10px;
    width: auto;
  }
}

/* line 173, ../sass/_footer.scss */
.legalese {
  background: white url(../img/feature-gradient.png) center 100% no-repeat;
  color: #b7b7b7;
  font-size: 12px;
  padding: 30px 0;
  text-align: center;
}
/* line 180, ../sass/_footer.scss */
.legalese a {
  color: #b7b7b7;
}
/* line 183, ../sass/_footer.scss */
.legalese a:hover {
  color: #cc0000;
}
/* line 188, ../sass/_footer.scss */
.legalese .inner {
  margin: 0 auto;
  width: 960px;
}
/* line 194, ../sass/_footer.scss */
.legalese .inner > *,
.legalese li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 198, ../sass/_footer.scss */
.legalese ul {
  margin: 0 25px;
}
/* line 203, ../sass/_footer.scss */
.legalese li a {
  border-left: 1px solid #b7b7b7;
  margin-left: 8px;
  padding-left: 8px;
}
/* line 209, ../sass/_footer.scss */
.legalese li:first-child a {
  border-left: none;
  margin-left: 0px;
  padding-left: 0px;
}
@media only screen and (max-width: 959px) {
  /* line 217, ../sass/_footer.scss */
  .legalese > .inner {
    padding: 0 75px;
    width: 750px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

/* line 45, ../sass/main-big.scss */
#publishing-on-flipboard,
#publisher-partners,
#handful-of-publishers,
#see-everything,
#ad-specs,
#publisher-faq,
#careers-masthead,
#careers-positions,
#careers-detail,
#about-content {
  background: white url(../img/feature-gradient.png) center 100% no-repeat;
}

/* line 51, ../sass/main-big.scss */
#wrapper {
  min-width: auto;
  overflow: hidden;
  padding-top: 0;
  width: 100%;
}

/* line 59, ../sass/main-big.scss */
.feature-divider {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafafa), color-stop(50%, #d9d9d9), color-stop(100%, #fafafa));
  background-image: -webkit-linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  background-image: -moz-linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  background-image: -o-linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  background-image: linear-gradient(left, #fafafa, #d9d9d9, #fafafa);
  height: 1px;
  width: 100%;
}