/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -ms-text-size-adjust: 100%;
  /* 2 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */

  vertical-align: baseline;
  /* 2 */

}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */

  font: inherit;
  /* 2 */

  margin: 0;
  /* 3 */

}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

@font-face {
  font-family: MerriweatherRegular;
  src: url('../font/Merriweather-Regular.woff') format('woff'), url('../font/Merriweather-Regular.ttf') format('truetype');
}
@font-face {
  font-family: MerriweatherBold;
  src: url('../font/Merriweather-Bold.woff') format('woff'), url('../font/Merriweather-Bold.ttf') format('truetype');
}
@font-face {
  font-family: MerriweatherItalic;
  src: url('../font/Merriweather-Italic.woff') format('woff'), url('../font/Merriweather-Italic.ttf') format('truetype');
}
@font-face {
  font-family: ProximaRegular;
  src: url('../font/proximanova-reg.woff') format('woff'), url('../font/proximanova-reg.ttf') format('truetype'), url('../font/proximanova-reg.svg') format('svg');
}
@font-face {
  font-family: ProximaSemibold;
  src: url('../font/proximanova-sbold.woff') format('woff'), url('../font/proximanova-sbold.ttf') format('truetype'), url('../font/proximanova-sbold.svg') format('svg');
}
@font-face {
  font-family: ProximaBold;
  src: url('../font/proximanova-bold.woff') format('woff'), url('../font/proximanova-bold.ttf') format('truetype'), url('../font/proximanova-bold.svg') format('svg');
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: ProximaRegular;
  font-size: 16px;
  color: #323232;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #323232;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
}
h1,
h2 {
  font-family: MerriweatherRegular;
  font-size: 30px;
}
h3 {
  font-family: MerriweatherRegular;
  font-size: 18px;
  margin-top: 2em;
}
p {
  line-height: 20px;
}
.see-more {
  font-family: ProximaSemibold;
  font-size: 12px;
  margin-top: 2em;
}
.button {
  display: inline-block;
  background-color: #c8b078;
  color: white;
  text-transform: uppercase;
  padding: 20px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
}
a.button {
  text-decoration: none;
}
.button strong {
  font-weight: normal;
  font-family: ProximaBold;
}
.section {
  display: table;
  position: relative;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.row {
  display: table-row;
}
.cell {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
.no-touch a:hover {
  opacity: 0.75;
}
.no-touch .button:hover {
  opacity: 0.95;
}
@media (max-width: 720px) {
  .section {
    display: block;
  }
  .row {
    display: block;
  }
  .cell {
    display: block;
    width: 100%;
  }
}
.header-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 145px;
  background-image: url(../img/img_banner_2x.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 101;
}
.header-background .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-wrapper {
  position: relative;
}
.book-title {
  width: 150px;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 145px;
  text-align: center;
  padding: 30px 0 0 0;
  color: white;
  z-index: 103;
}
.header .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
  background-size: 100% 100%;
}
.header .left-cell {
  position: relative;
  top: 5px;
  width: 50%;
  text-align: right;
  vertical-align: bottom;
  padding-right: 20px;
}
.header .center-cell {
  width: 150px;
}
.header .right-cell {
  position: relative;
  top: 5px;
  width: 50%;
  text-align: left;
  vertical-align: bottom;
  padding-left: 20px;
}
.header .right-cell .restaurants-button {
  font-family: MerriweatherRegular;
  font-size: 15px;
  text-transform: none;
  margin-left: 10%;
  padding: 5px 20px;
}
.header .nav-link {
  display: inline-block;
  position: relative;
  margin: 0 4%;
  font-family: MerriweatherRegular;
  font-size: 15px;
  padding: 5px 0;
  color: white;
  text-decoration: none;
}
.header .nav-link.selected {
  color: #c8b078;
}
.header .nav-link.selected .highlight {
  position: absolute;
  left: -17px;
  top: -5px;
  right: 0;
  height: 100%;
  background-image: url(../img/icn_navhighlight.png);
  background-size: 127px 28px;
  background-position: left center;
  background-repeat: no-repeat;
}
.header .phone-menu-button {
  display: none;
}
.header .book-title {
  position: relative;
  top: 10px;
  margin: 0 1%;
}
.newsletter {
  color: white;
  font-family: ProximaRegular;
  font-size: 12px;
}
.newsletter .prompt {
  margin-bottom: 6px;
}
.newsletter .newsletter-email {
  padding: 12px;
  border-radius: 2px;
  border: none;
  width: 70%;
  color: #323232;
}
.newsletter .button {
  text-transform: none;
  padding: 12px;
  font-size: 12px;
  margin-left: 5px;
}
.footer {
  position: relative;
  padding: 20px 0 30px 0;
  background-color: #323232;
  color: white;
  font-family: ProximaSemibold;
  font-size: 12px;
  z-index: 100;
}
.footer .top {
  text-align: center;
  margin-bottom: 20px;
}
.footer .mobile-apps {
  display: none;
  max-width: 270px;
  vertical-align: middle;
  margin: 0 20px 20px 0;
}
.footer .mobile-apps .prompt {
  margin-bottom: 10px;
}
.footer .button-group {
  display: inline-block;
  vertical-align: middle;
}
.footer .apple-icon {
  width: 117px;
  margin-right: 10px;
}
.footer .google-icon {
  width: 117px;
  margin-left: 10px;
}
.footer .icon-button {
  vertical-align: middle;
  margin: 0 20px 10px 20px;
}
.footer .roc-logo {
  width: 57px;
}
.footer .ofw-logo {
  width: 80px;
}
.footer .raise-logo {
  width: 90px;
}
.footer .diners-guide-logo {
  width: 100px;
}
.footer .buy-button {
  width: 170px;
  cursor: pointer;
}
.footer .bottom {
  border-top: 1px solid #444;
  padding-top: 30px;
  text-align: center;
}
.footer .bottom a {
  color: white;
  text-decoration: none;
}
.footer .bottom .nav-link {
  margin: 0 1%;
}
.footer .link-group {
  margin-bottom: 20px;
}
.phone-menu-shield {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 199;
}
.phone-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: black;
  padding: 40px 10px 30px 10px;
  text-align: center;
  z-index: 200;
}
.phone-menu a {
  color: white;
}
.phone-menu .nav-link {
  display: block;
  font-family: MerriweatherRegular;
  font-size: 24px;
  margin-bottom: 20px;
  color: white;
  text-decoration: none;
}
.phone-menu .restaurants-button {
  font-family: MerriweatherRegular;
  font-size: 24px;
  text-transform: none;
  margin: 8px 0 28px 0;
  padding: 5px 20px;
}
.phone-menu .buy-button {
  display: block;
  width: 170px;
  margin: 0 auto 8px auto;
}
.phone-menu .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  cursor: pointer;
}
.buy-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 200;
}
.buy-modal .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 93%;
  max-width: 470px;
  transform: translate(-50%, -50%);
  background-color: black;
  border: 1px solid #888;
  border-radius: 2px;
  color: white;
  text-align: center;
}
.buy-modal .modal-content .top {
  position: relative;
  background-color: white;
  color: #323232;
  padding: 10px 0;
  font-family: MerriweatherRegular;
  font-size: 20px;
}
.buy-modal .modal-content .top .book {
  position: absolute;
  left: 50%;
  top: -20px;
  width: 72px;
  margin-left: -120px;
}
.buy-modal .modal-content .top .close {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
  border: 1px solid white;
  border-radius: 25px;
  background-color: black;
  background-image: url(../img/icn_close.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  transform: translate(50%, -50%);
  cursor: pointer;
}
.buy-modal .modal-content .title {
  font-family: MerriweatherItalic;
  font-size: 20px;
  margin-top: 30px;
}
.buy-modal .modal-content .byline {
  font-family: MerriweatherRegular;
  font-size: 20px;
}
.buy-modal .modal-content .coming-soon {
  display: none;
  padding: 20px 20% 40px 20%;
}
.buy-modal .modal-content .button-group {
  margin: 30px 0 30px 0;
}
.buy-modal .modal-content .button {
  margin: 7px 0;
  width: 250px;
}
.buy-modal.pre-release .modal-content .coming-soon {
  display: block;
}
.buy-modal.pre-release .modal-content .button-group {
  display: none;
}
.no-touch .buy-button:hover {
  opacity: 0.95;
}
.no-touch .close:hover {
  opacity: 0.75;
}
@media (max-width: 1030px) {
  .header .right-cell .restaurants-button {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (max-width: 720px) {
  .header-background {
    position: absolute;
    background-image: url(../img/img_banner.jpg);
  }
  .header {
    position: relative;
  }
  .header .left-cell {
    display: none;
  }
  .header .center-cell {
    width: 100%;
  }
  .header .right-cell {
    display: none;
  }
  .header .book-title {
    top: -10px;
  }
  .header .phone-menu-button {
    display: block;
    position: absolute;
    right: 12px;
    top: 23px;
    border-top: 1px solid #c8b078;
    border-bottom: 1px solid #c8b078;
    text-transform: uppercase;
    font-size: 12px;
    color: #c8b078;
    padding: 5px 0 4px 0;
    cursor: pointer;
  }
  .footer .link-group {
    display: inline-block;
    width: 30%;
    margin: 0 7% 30px 7%;
    text-align: left;
    vertical-align: top;
  }
  .footer .bottom .nav-link {
    display: block;
    margin: 0 0 0.7em 0;
  }
}
.main-page .home-area {
  position: relative;
  color: white;
  padding-top: 145px;
  z-index: 102;
}
.main-page .home-area .book-section {
  display: table;
  position: relative;
}
.main-page .home-area .book-section .cell {
  vertical-align: middle;
  padding: 30px 0 50px 0;
}
.main-page .home-area .book-section .cell .big-quote {
  font-family: MerriweatherRegular;
  font-size: 30px;
  margin-bottom: 20px;
}
.main-page .home-area .book-cover-cell {
  text-align: center;
}
.main-page .home-area .book-cover-cell .book-cover {
  width: 277px;
  height: 417px;
}
.main-page .pledge-area {
  position: relative;
  padding: 55px 0 40px 0;
  color: white;
  text-align: center;
  background-color: #c8b078;
}
.main-page .pledge-area h2 {
  margin-bottom: 10px;
}
.main-page .pledge-area p {
  width: 95%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.main-page .pledge-area .button {
  margin-top: 10px;
  padding: 10px 20px;
  border: 1px solid white;
  text-transform: none;
  font-family: ProximaSemibold;
}
.main-page .pledge-area .down-arrow {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  transform: translate(-50%, 0);
}
.main-page #short-films {
  position: relative;
  top: -215px;
}
.main-page .short-films-area {
  position: relative;
  padding: 70px 0;
}
.main-page .short-films-area .trailer-embed {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 1;
}
.main-page .short-films-area .right-arrow {
  position: absolute;
  left: -1px;
  width: 20px;
}
.main-page .short-films-area .right-cell > .inner {
  position: relative;
  margin-left: 40px;
  padding: 30px 0 0 40px;
  border-left: 1px solid #eee;
  height: 300px;
}
.main-page #the-high-road {
  position: relative;
  top: -145px;
}
.main-page .the-high-road-area {
  position: relative;
  width: 100%;
}
.main-page .the-high-road-area .left-cell {
  position: relative;
  width: 50%;
  overflow: hidden;
  background-color: #f8f9fb;
  z-index: 10;
}
.main-page .the-high-road-area .left-cell > .inner {
  float: right;
  width: 95%;
  max-width: 500px;
  padding: 70px 20px 70px 0;
}
.main-page .the-high-road-area .right-cell {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-page .the-high-road-area .right-cell > .inner {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  max-width: 700px;
  background-image: url(../img/img_findrestaurant_2x.jpg);
  background-size: cover;
  background-position: center center;
}
.main-page .the-high-road-area .right-cell > .inner a {
  color: white;
}
.main-page .the-high-road-area .right-cell > .inner .button-group {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  text-align: center;
}
.main-page .the-high-road-area .right-cell > .inner .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 80px;
  color: white;
  background-color: #c8b078;
}
.main-page .the-high-road-area .right-cell > .inner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 80%, #ffffff);
  pointer-events: none;
  transition: opacity 0.4s linear;
}
.main-page #author {
  position: relative;
  top: -235px;
}
.main-page .author-area {
  padding: 90px 0;
}
.main-page .author-area .section {
  border-left: 8px solid #323232;
  padding-left: 15px;
}
.main-page .author-area .top-row .cell {
  width: 100%;
}
.main-page .author-area .author-photo-wrapper {
  display: inline-block;
}
.main-page .author-area .author-photo {
  width: 220px;
  vertical-align: middle;
  margin-bottom: 20px;
}
.main-page .author-area .author-title {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
.main-page .author-area .author-title h2 {
  margin: 0;
}
.main-page .author-area .author-info {
  font-family: ProximaSemibold;
  font-size: 12px;
  max-width: 300px;
}
.main-page .author-area .cell {
  padding-right: 20px;
}
.main-page .author-area .button-group {
  position: relative;
  text-align: center;
  margin-top: 25px;
}
.main-page .author-area .roc-logo {
  width: 57px;
  margin: 0 6%;
  vertical-align: middle;
}
.main-page .author-area .behind-book {
  position: relative;
  width: 210px;
  margin: 0 6%;
  top: 6px;
  vertical-align: middle;
}
.main-page #book-events {
  position: relative;
  top: -144px;
}
.main-page .book-events-area {
  background-color: #c8b078;
  color: white;
  text-align: center;
}
.main-page .book-events-area .section {
  display: block;
  padding: 70px 0;
}
.main-page .book-events-area .meetup {
  margin-bottom: 30px;
}
.main-page .book-events-area .address {
  font-family: MerriweatherRegular;
  font-size: 15px;
}
.main-page .book-events-area .button {
  font-size: 12px;
  text-transform: none;
  padding: 5px 10px;
  border: 1px solid white;
  margin-top: 8px;
}
.main-page .book-events-area .info {
  margin-bottom: 15px;
  font-family: ProximaSemibold;
  font-size: 12px;
}
.main-page .book-events-area .info a {
  color: white;
}
.main-page .book-events-area .second-meetups {
  display: none;
}
.main-page .book-events-area .expand-button {
  margin-bottom: 30px;
  padding: 10px 20px;
  font-size: 16px;
}
.main-page .newsletter-area > .inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: 95%;
  max-width: 800px;
  text-align: center;
}
.main-page .newsletter-area > .inner .left-cell {
  display: inline-block;
  font-family: ProximaSemibold;
  width: 70%;
  text-align: left;
  vertical-align: middle;
  padding: 0 10px;
}
.main-page .newsletter-area > .inner .right-cell {
  display: inline-block;
  vertical-align: middle;
}
.main-page .newsletter-area > .inner .button {
  font-size: 16px;
  margin: 15px 0;
  text-transform: none;
  padding: 10px 20px;
}
.no-touch a:hover .behind-book {
  opacity: 0.95;
}
.no-touch .pledge-area a.button:hover {
  opacity: 0.75;
}
.no-touch .book-events-area .button:hover {
  opacity: 0.75;
}
@media (max-width: 1400px) {
  .main-page .the-high-road-area .right-cell > .inner .overlay {
    opacity: 0;
  }
  .main-page .the-high-road-area .right-cell > .inner .bottom {
    padding: 30px 40px;
  }
}
@media (max-width: 720px) {
  .main-page h2 {
    font-size: 24px;
  }
  .main-page .header-background .overlay {
    background-color: black;
    opacity: 0.3;
  }
  .main-page .header {
    position: absolute;
  }
  .main-page .home-area {
    padding-top: 80px;
  }
  .main-page .home-area .book-section {
    display: block;
  }
  .main-page .home-area .book-section .cell {
    text-align: center;
    padding-top: 40px;
  }
  .main-page .home-area .book-section .cell .big-quote {
    font-size: 24px;
    padding: 0 40px 20px 40px;
  }
  .main-page .home-area .book-section .buy-button {
    height: 160px;
    width: 320px;
    background-color: transparent;
    background-image: url(../img/btn_buyforked.png);
    background-size: contain;
    color: transparent;
  }
  .main-page .home-area .book-section .book-cover-cell {
    display: none;
  }
  .main-page #short-films {
    top: -30px;
  }
  .main-page .short-films-area {
    padding-bottom: 40px;
  }
  .main-page .short-films-area .right-arrow {
    display: none;
  }
  .main-page .short-films-area .right-cell > .inner {
    margin-left: 0;
    padding: 30px 0 0 0;
    border-left: none;
    height: auto;
  }
  .main-page #the-high-road {
    top: 0;
  }
  .main-page .the-high-road-area .left-cell {
    width: 100%;
  }
  .main-page .the-high-road-area .left-cell > .inner {
    float: none;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    max-width: none;
  }
  .main-page .the-high-road-area .right-cell {
    position: relative;
    height: 500px;
  }
  .main-page .the-high-road-area .right-cell > .inner {
    left: 0;
    width: 100%;
  }
  .main-page .the-high-road-area .right-cell > .inner .button {
    top: 65%;
  }
  .main-page .the-high-road-area .right-cell > .inner .bottom {
    padding: 25px 25px;
  }
  .main-page #author {
    top: -30px;
  }
  .main-page .author-area {
    padding: 30px 0;
  }
  .main-page .author-area .section {
    border-left: none;
    padding-left: 0;
  }
  .main-page .author-area .top-row {
    text-align: center;
  }
  .main-page .author-area .author-photo-wrapper {
    display: block;
  }
  .main-page .author-area .author-title {
    margin-left: 0;
  }
  .main-page .author-area .cell {
    padding-right: 0;
  }
  .main-page .author-area .roc-logo {
    margin: 0 3%;
  }
  .main-page .author-area .behind-book {
    margin: 0 3%;
    top: 16px;
  }
  .main-page #book-events {
    top: 0;
  }
  .main-page .book-events-area .section {
    padding: 30px 0;
  }
  .main-page .book-events-area .info {
    padding: 0 40px;
  }
  .main-page .newsletter-area > .inner {
    padding: 20px 0;
  }
}
.non-main-page h1,
.non-main-page h2 {
  font-size: 24px;
}
.non-main-page h1 {
  float: right;
}
.non-main-page .main-wrapper {
  padding-top: 145px;
}
.non-main-page .top-section {
  padding-top: 30px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
}
@media (max-width: 720px) {
  .non-main-page h1 {
    float: none;
    text-align: center;
  }
  .non-main-page .main-wrapper {
    padding-top: 0;
  }
}
.diners-guide-page .left-content {
  position: relative;
  top: -1px;
  width: 44%;
  border-right: 1px solid #eee;
  overflow: hidden;
}
.diners-guide-page .left-content > .inner {
  border-top: 1px solid #eee;
  width: 95%;
  max-width: 440px;
  float: right;
}
.diners-guide-page .tabs {
  position: absolute;
  bottom: 0;
  left: 5px;
  z-index: 10;
}
.diners-guide-page .tab {
  display: inline-block;
  font-family: MerriweatherRegular;
  font-size: 18px;
  padding: 5px 10px;
  border: 1px solid #eee;
  background-color: #eee;
  margin-left: 5px;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
}
.diners-guide-page .tab.selected {
  border-bottom: 1px solid white;
  background-color: white;
}
.diners-guide-page .for-top-grossing {
  display: none;
}
.diners-guide-page .page-info {
  font-size: 16px;
  padding: 10px 10px 32px 10px;
}
.diners-guide-page .sort {
  font-family: ProximaSemibold;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 0 10px 10px;
}
.diners-guide-page .sort .prompt {
  color: #666;
  cursor: default;
}
.diners-guide-page .sort .value {
  color: #ccc;
  cursor: pointer;
}
.diners-guide-page .sort .value.selected {
  color: black;
  cursor: default;
}
.diners-guide-page .restaurant-list {
  padding: 5px 0 20px 0;
  font-family: MerriweatherRegular;
  font-size: 15px;
  border-top: 1px solid #eee;
}
.diners-guide-page .city {
  text-transform: uppercase;
  font-size: 12px;
}
.diners-guide-page .restaurant-listing {
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 2px 0 0 2px;
}
.diners-guide-page .restaurant-listing .rating {
  position: relative;
  top: 4px;
  width: 20px;
  margin-right: 4px;
}
.diners-guide-page .restaurant-listing.selected {
  background-color: #c8b078;
  color: white;
}
.diners-guide-page .restaurant-detail {
  position: fixed;
  left: 44%;
  top: 222px;
  width: 56%;
  bottom: 0;
}
.diners-guide-page .restaurant-detail .right-arrow {
  position: absolute;
  left: -1px;
  top: 60px;
  width: 20px;
}
.diners-guide-page .restaurant-detail > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 0 60px 60px;
  overflow: auto;
}
.diners-guide-page .restaurant-detail h2 {
  margin: 60px 0 0 0;
}
.diners-guide-page .restaurant-detail .business-type {
  font-family: MerriweatherRegular;
  font-size: 12px;
}
.diners-guide-page .restaurant-detail .address-table {
  display: table;
  font-family: ProximaSemibold;
  font-size: 12px;
  margin-top: 15px;
}
.diners-guide-page .restaurant-detail .address-table .address-row {
  display: table-row;
}
.diners-guide-page .restaurant-detail .address-table .address-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 11px 20px 11px 0;
}
.diners-guide-page .restaurant-detail .address-table .button {
  font-size: 12px;
  text-transform: none;
  padding: 5px 10px;
}
.diners-guide-page .restaurant-detail .report {
  margin: 60px 0;
}
.diners-guide-page .restaurant-detail .report .left-side {
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
}
.diners-guide-page .restaurant-detail .report .right-side {
  display: inline-block;
  width: 300px;
  vertical-align: top;
}
.diners-guide-page .restaurant-detail .report .rating {
  width: 50px;
  margin-top: 10px;
}
.diners-guide-page .restaurant-detail .report .title {
  font-family: MerriweatherRegular;
  font-size: 18px;
}
.diners-guide-page .restaurant-detail .report .title strong {
  font-weight: normal;
  font-family: MerriweatherBold;
}
.diners-guide-page .restaurant-detail .report .info {
  margin-bottom: 1em;
}
.diners-guide-page.phone-detail-mode .header,
.diners-guide-page.phone-detail-mode .header-background,
.diners-guide-page.phone-detail-mode .footer,
.diners-guide-page.phone-detail-mode .top-section,
.diners-guide-page.phone-detail-mode .left-content {
  transform: translate(-100%, 0);
}
.diners-guide-page.phone-detail-mode .restaurant-detail {
  transform: translate(0, 0);
}
.no-touch .tab:hover {
  opacity: 0.75;
}
.no-touch .sort .value:hover {
  opacity: 0.75;
}
.no-touch .sort .value:hover.selected {
  opacity: 1;
}
.no-touch .restaurant-listing:hover {
  opacity: 0.75;
}
.no-touch .restaurant-listing:hover.selected {
  opacity: 1;
}
@media (max-width: 720px) {
  .diners-guide-page .main-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .diners-guide-page .header,
  .diners-guide-page .header-background,
  .diners-guide-page .footer {
    transition: transform 0.4s ease;
  }
  .diners-guide-page .top-section {
    height: 120px;
    border: none;
    transition: transform 0.4s ease;
  }
  .diners-guide-page .left-content {
    width: 100%;
    transition: transform 0.4s ease;
  }
  .diners-guide-page .left-content > .inner {
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .diners-guide-page .restaurant-detail {
    transform: translate(100%, 0);
    transition: transform 0.4s ease;
    left: 0;
    top: 0;
    width: 100%;
  }
  .diners-guide-page .restaurant-detail .close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(../img/icn_closeblack.png);
    background-size: cover;
    z-index: 10;
  }
  .diners-guide-page .restaurant-detail .right-arrow {
    display: none;
  }
  .diners-guide-page .restaurant-detail > .inner {
    padding: 0 2.5%;
  }
  .diners-guide-page .restaurant-detail h2 {
    margin: 10px 40px 0 0;
  }
  .diners-guide-page .restaurant-detail .report {
    margin: 20px 0;
  }
  .diners-guide-page .restaurant-detail .report .left-side {
    display: block;
    width: 100%;
    padding: 0 0.25%;
    margin-bottom: 15px;
  }
  .diners-guide-page .restaurant-detail .report .right-side {
    display: block;
    width: 100%;
    padding: 0 0.25%;
  }
}
.criteria-page h2 {
  font-size: 18px;
}
.criteria-page .intro-section {
  padding: 40px 10%;
}
.criteria-page .column-section {
  margin-bottom: 100px;
}
.criteria-page .column-section .cell {
  width: 33%;
  padding-right: 40px;
}
.criteria-page .column-header {
  text-align: center;
}
.criteria-page .column-header img {
  width: 50px;
}
@media (max-width: 720px) {
  .criteria-page .intro-section {
    padding: 20px 0 20px 0;
  }
  .criteria-page .column-section {
    margin-bottom: 40px;
  }
  .criteria-page .column-section .cell {
    width: 100%;
    padding: 0;
  }
}
.press-page .clippings {
  max-width: 800px;
  margin: 40px auto;
}
.press-page .clipping h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.press-page .clipping h2 a {
  text-decoration: none;
}
.press-page .clipping .left-cell {
  width: 250px;
  padding: 20px 0;
}
.press-page .clipping .right-cell {
  width: 100%;
  padding: 20px 0;
  padding-left: 20px;
}
.press-page .clipping .thumbnail {
  width: 250px;
}
.press-page .clipping .attribution {
  font-size: 14px;
  margin-bottom: 6px;
}
@media (max-width: 720px) {
  .press-page .clippings {
    margin-top: 20px;
  }
  .press-page .clipping .left-cell {
    width: 100%;
    padding: 20px 10px 5px 10px;
  }
  .press-page .clipping .right-cell {
    padding: 5px 10px 20px 10px;
  }
}