.wrapper, .row {
  *zoom: 1;
}

.wrapper:before, .row:before, .wrapper:after, .row:after {
  content: " ";
  display: table;
}

.wrapper:after, .row:after {
  clear: both;
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI"), url("../fonts/SegoeUI-Regular-final.woff") format("woff"), url("../fonts/SegoeUI-Regular-final.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Segoe UI Light";
  src: local("Segoe UI Light"), url("../fonts/SegoeUI-Light-final.woff") format("woff"), url("../fonts/SegoeUI-Light-final.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: #ebecec;
  font-family: "Segoe UI Light", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  color: #787c86;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em;
  color: #151c2e;
}

h1 {
  font-weight: 200;
  font-size: 500%;
  margin: 0 0 30px;
}

h2 {
  font-size: 260%;
}

p {
  font-weight: normal;
  font-size: 120%;
  line-height: 1.7em;
  margin-bottom: 30px;
}

img, video, iframe {
  width: auto;
  max-width: 100%;
  height: auto;
}

section {
  position: relative;
}

.wrapper > .row {
  width: 100%;
  margin: 0 auto;
}

[class*='col-'] {
  float: left;
  padding: 2em;
  width: 100%;
  min-height: 1px;
}

@media only screen and (min-width: 40em) {
  .wrapper > .row {
    width: 95%;
    max-width: 65em;
  }
  .col-1 {
    width: 8.33333%;
  }
  .col-2 {
    width: 16.66667%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33333%;
  }
  .col-5 {
    width: 41.66667%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33333%;
  }
  .col-8 {
    width: 66.66667%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33333%;
  }
  .col-11 {
    width: 91.66667%;
  }
  .col-12 {
    width: 100%;
  }
}

.social {
  list-style: none;
}

.social li {
  display: inline-block;
}

.social a {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.social [class^="social-"] svg {
  display: inline-block;
  height: 24px;
  width: 24px;
  background-size: 24px 24px;
  fill: #9f9f9f;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.social .social-twitter:hover svg {
  fill: #35a1f3 !important;
}

.social .social-linkedin:hover svg {
  fill: #2577b5 !important;
}

.social .social-youtube:hover svg {
  fill: #cd201f !important;
}

.social .social-facebook:hover svg {
  fill: #3c5b9b !important;
}

.call-to-action {
  text-align: center;
  margin-bottom: 40px;
}

.call-to-action a {
  background-color: #2a78d5;
  display: inline-block;
  margin: 0 auto;
  color: white;
  text-decoration: none;
  padding: 13px 30px 20px 30px;
  font-weight: 100;
  font-size: 150%;
  position: relative;
  line-height: 1.5;
}

.call-to-action a:after {
  content: "\203a";
  font-size: 165%;
  font-weight: 100;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  line-height: 100%;
  position: relative;
  top: 2px;
  margin-left: 10px;
}

.call-to-action a:hover:after {
  margin-left: 20px;
}

.call-to-action a span {
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  .call-to-action a {
    font-size: 4.0vw;
  }
}

.more {
  font-weight: 400;
}

.list-orders {
  list-style-type: none;
  line-height: 33px;
}

.list-orders li {
  display: inline-block;
}

.list-orders li a {
  font-size: 18px;
  color: #2f2f31;
  text-decoration: none;
  position: relative;
  padding-right: 26px;
}

.list-orders li a:after {
  content: "\203a";
  font-size: 175%;
  font-weight: 100;
  margin-left: 4px;
  position: absolute;
  bottom: -2px;
  color: #5c5c5d;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.list-orders li a:hover:after {
  margin-left: 8px;
}

.cta-group {
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.cta-group li {
  margin: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  text-align: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.cta-group li > a, .cta-group li > div {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -ms-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  display: block;
  color: #fff;
  background: #3a77d4;
}

.cta-group li > a *, .cta-group li > div * {
  color: white !important;
}

.cta-group li > a:hover .img, .cta-group li > div:hover .img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.5;
}

.cta-group li > a:after, .cta-group li > div:after {
  content: '';
  background: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0) 40%, #000 160%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #000 160%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -moz-transition: opacity 600ms ease;
  transition: opacity 600ms ease;
}

.cta-group li > a footer, .cta-group li > div footer {
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.cta-group li > a footer h3, .cta-group li > div footer h3 {
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 5px;
}

.cta-group li > a footer p, .cta-group li > div footer p {
  margin-bottom: 0;
  line-height: 1.3;
}

.img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50% 30%;
  transition: opacity 600ms ease,-webkit-transform 600ms ease;
  -moz-transition: transform 600ms ease,opacity 600ms ease,-moz-transform 600ms ease;
  transition: transform 600ms ease,opacity 600ms ease;
  transition: transform 600ms ease,opacity 600ms ease,-webkit-transform 600ms ease,-moz-transform 600ms ease;
  transition: transform 600ms ease,opacity 600ms ease,-webkit-transform 600ms ease;
}

@-webkit-keyframes color-change {
  0% {
    color: white;
  }
  20% {
    color: #f26522;
  }
  40% {
    color: #8fc742;
  }
  60% {
    color: #37aeef;
  }
  80% {
    color: #fac20e;
  }
  100% {
    color: white;
  }
}

@-moz-keyframes color-change {
  0% {
    color: white;
  }
  20% {
    color: #f26522;
  }
  40% {
    color: #8fc742;
  }
  60% {
    color: #37aeef;
  }
  80% {
    color: #fac20e;
  }
  100% {
    color: white;
  }
}

@keyframes color-change {
  0% {
    color: white;
  }
  20% {
    color: #f26522;
  }
  40% {
    color: #8fc742;
  }
  60% {
    color: #37aeef;
  }
  80% {
    color: #fac20e;
  }
  100% {
    color: white;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fadeIn 0.25s 1 forwards;
  -moz-animation: fadeIn 0.25s 1 forwards;
  animation: fadeIn 0.25s 1 forwards;
}

#initially-hidden-preorder-options-desktop,
#initially-hidden-preorder-options-mobile {
  opacity: 0;
}

.is-paused {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}

.can-play {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}

#leader {
  background-color: #b9babb;
  background-image: -moz- oldlinear-gradient(top, #b9babb, #c0c2c3);
  background-image: linear-gradient(to bottom, #b9babb, #c0c2c3);
}

#leader .social {
  position: absolute;
  float: right;
  right: 15px;
  top: 15px;
}

#leader .social a {
  padding-bottom: 5px;
}

#leader .social .social-press {
  position: relative;
  top: -5px;
  color: #6f7071;
  padding-right: 5px;
}

#leader .social [class*="social-"] svg {
  fill: #6f7071;
}

#leader .social li {
  position: relative;
}

#leader .social li.hover div {
  display: block;
}

#leader .social li div {
  background: #111;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 90px;
  height: 45px;
  padding: 12px;
  right: 0;
  top: 30px;
  display: none;
  overflow: hidden;
}

#leader .back-menu {
  position: absolute;
  top: 15px;
  left: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#leader .back-menu li {
  margin: 0;
  padding: 0;
}

#leader .back-menu li a {
  color: #111;
  text-decoration: none;
}

#leader header {
  margin-bottom: 60px;
}

#leader header h1, #leader header p {
  color: #151c2e;
}

#leader header > * {
  text-align: center;
}

#leader figure {
  width: 100%;
  padding-bottom: 56.27%;
  height: 0;
  max-width: 100%;
  margin: 0 0 40px;
  position: relative;
  position: relative;
  z-index: 10;
}

#leader figure > * {
  z-index: 10;
}

#leader figure::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  display: block;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
  z-index: -1;
}

#leader figure:after {
  -moz-transition: opacity 0.1s ease-in;
  transition: opacity 0.1s ease-in;
  opacity: 0;
}

#leader figure:hover::after {
  opacity: 1;
}

#leader figure img, #leader figure iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#leader footer h2 {
  color: #1c5397;
  text-align: center;
  margin-bottom: 30px;
  font-size: 1em;
  line-height: 2em;
}

#leader footer h2 span {
  font-size: 125%;
  display: block;
}

#leader footer h2 span + span {
  font-size: 175%;
}

#leader footer ul {
  font-size: 105%;
  list-style: none;
  font-weight: 100;
}

#leader footer li {
  display: inline;
  margin-right: 6px;
}

#leader footer a {
  color: #4f4f50;
  text-decoration: none;
}

#leader footer a:after {
  content: "\203a";
  font-size: 175%;
  font-weight: 100;
  margin-left: 2px;
  position: relative;
  top: 3px;
  color: #5c5c5d;
}

body.press-kit #leader .desktop-view {
  background-image: none;
  padding-bottom: 20px;
}

body.press-kit #leader .desktop-view .col-5 {
  width: 100%;
  text-align: center;
}

body.press-kit #leader .desktop-view header {
  margin-bottom: 0;
}

body.press-kit #leader .mobile-view header {
  margin-bottom: 0;
}

body.press-kit #leader .mobile-view header h1 {
  font-size: 300%;
  margin-bottom: 0;
}

#leader .desktop-view {
  background-size: auto 100%, auto 100%;
  background-position: 95% center, left center;
  background-repeat: no-repeat, repeat-x;
  background-image: url("../images/book-transparent-ny.png"), url("../images/gradient.png");
  padding-bottom: 100px;
}

@media screen and (max-width: 750px) {
  #leader .desktop-view {
    background-size: auto 100%;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url("../images/gradient.png");
  }
  #leader .desktop-view [class*='col-'] {
    width: 100%;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (min-width: 751px) and (max-width: 1080px) {
  #leader .desktop-view {
    background-size: auto 100%;
    background-position: left center;
    background-repeat: repeat-x;
    background-image: url("../images/gradient.png");
  }
  #leader .desktop-view [class*='col-'] {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
}

@media screen and (max-width: 1400px) {
  #leader .desktop-view {
    background-position: right center, left center;
    background-size: 60% auto, auto 100%;
  }
  #leader .desktop-view header > * {
    text-align: left;
  }
}

#leader .desktop-view [class*='col-'] > img {
  margin-top: 50px;
}

#leader .desktop-view .content {
  max-width: 600px;
  width: 100%;
  padding: 110px 2em 120px;
}

#leader .desktop-view header {
  color: #2f2f31;
  margin-bottom: 50px;
}

#leader .desktop-view header h2 {
  font-size: 18px;
  color: #2f2f31;
  display: inline-block;
}

#leader .desktop-view h1 {
  color: #2f2f31;
  font-size: 72px;
  margin-right: 10px;
  margin-bottom: 0;
}

#leader .desktop-view h2 {
  font-size: 25px;
  color: #1c5397;
  margin-bottom: 30px;
}

#leader .desktop-view h2 span {
  display: inline-block;
}

#leader .desktop-view h1, #leader .desktop-view h3 {
  display: inline-block;
}

#leader .desktop-view .img-holder {
  max-width: 100%;
}

#leader .mobile-view header h1 {
  line-height: 1em;
}

#about {
  background-color: #fff;
  z-index: 10;
}

#about > * {
  position: relative;
  z-index: 10;
}

#about header {
  padding-top: 50px;
}

#about header h2 {
  font-weight: 100;
  text-align: center;
  margin-bottom: 50px;
}

#about blockquote {
  font-style: italic;
  font-size: 25px;
  max-width: 750px;
  margin: 0 auto 60px auto;
}

#about blockquote p {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  margin: 0 auto 1em;
  line-height: 1.4em;
}

#about blockquote footer {
  font-style: normal;
  font-size: 0.8em;
}

#about figure {
  margin: 0 0 30px;
}

#about figure img {
  margin: 0 auto;
  display: block;
  max-width: 1120px;
  width: 100%;
}

#about figure.harpercollins {
  max-width: 400px;
  margin: 20px auto 10px;
}

#about .desktop-view {
  padding-top: 100px;
  padding-bottom: 0px;
}

#about .desktop-view h2 {
  font-size: 72px;
  margin-bottom: 80px;
}

#about .desktop-view header {
  padding-top: 0;
}

#about .desktop-view figure {
  margin-top: 70px;
  margin-bottom: 85px;
}

#about .list-orders {
  text-align: center;
}

#in-the-news {
  background-color: #f2f2f2;
  padding-bottom: 160px;
}

#in-the-news h2 {
  font-size: 260%;
  font-weight: 100;
  text-align: center;
  padding: 1em 0 1.5em;
}

@media only screen and (min-width: 40em) {
  #in-the-news h2 {
    font-size: 72px;
  }
}

#in-the-news .row .row .col-6 {
  padding: 1em;
  margin-bottom: 2em;
}

#in-the-news .row .row .quote {
  padding: 1.5em 2em 3em 2em;
  position: relative;
  color: black;
  background-color: white;
}

#in-the-news .row .row .quote p {
  margin-bottom: 20px;
  font-weight: 100;
  line-height: 1.4em;
}

#in-the-news .row .row .quote p:before {
  content: "\201C";
}

#in-the-news .row .row .quote p:after {
  content: "\201D";
}

#in-the-news .row .row .quote blockquote {
  margin-bottom: 20px;
}

#in-the-news .row .row .quote footer {
  font-style: normal;
  margin-bottom: 12px;
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  font-weight: bold;
}

#in-the-news .row .row .quote footer a {
  font-family: "Segoe UI Light", "Helvetica Neue", sans-serif;
  font-weight: light;
}

#in-the-news .row .row .quote a {
  color: #3167b8;
  text-decoration: none;
  font-size: 0.9;
  margin-bottom: 12px;
}

#in-the-news .row .row .quote > a {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
}

#in-the-news .row .row .quote:after {
  position: absolute;
  height: 0;
  width: 0;
  border-width: 25px 20px;
  border-style: solid;
  content: '';
  top: 100%;
  right: 50%;
  margin-right: -20px;
  border-color: white transparent transparent transparent;
}

#in-the-news .row .row .quote.quote-alt {
  background-color: #3067b5;
}

#in-the-news .row .row .quote.quote-alt * {
  color: white;
}

#in-the-news .row .row .quote.quote-alt:after {
  border-color: #3067b5 transparent transparent transparent;
}

#more-from-satya {
  background-color: #ffffff;
  position: relative;
  z-index: 100;
}

#more-from-satya h2 {
  text-align: center;
  padding: 1.5em 0em 2em;
}

#more-from-satya .cta-group {
  height: 400px;
}

#more-from-satya .cta-group li {
  width: 50%;
}

#more-from-satya .cta-group li:nth-child(2n-1) {
  margin-right: 15px;
}

#more-from-satya .cta-group li:nth-child(2n) {
  margin-left: 15px;
}

#more-from-satya .cta-group li.two {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
}

#more-from-satya .cta-group li.two a:nth-child(2) {
  margin-top: 30px;
}

#image-gallery {
  background-color: white;
  padding-bottom: 80px;
}

body.press-kit #image-gallery {
  padding-top: 50px;
}

#image-gallery h2 {
  text-align: center;
  padding: 0px;
  margin-bottom: 80px;
  font-weight: 100;
}

@media only screen and (min-width: 40em) {
  #image-gallery h2 {
    font-size: 72px;
  }
}

#image-gallery [class*=col-] {
  padding: 1em;
}

#image-gallery [class*=col-] > div {
  position: relative;
  height: 240px;
}

#image-gallery [class*=col-] footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 11px;
  padding: 5px 10px 0;
  text-align: center;
}

#image-gallery [class*=col-] footer p {
  margin-bottom: 5px;
}

#image-gallery [class*=col-] footer a {
  color: white;
  text-decoration: none;
}

#image-gallery [class*=col-] footer .downloads {
  padding: 15px 0;
  margin: 0 -11px;
  background: white;
  display: block;
  text-align: center;
  color: black;
}

#image-gallery [class*=col-] footer .downloads a {
  color: black;
}

#bio {
  background-color: #ebecec;
  padding-bottom: 30px;
}

#bio figure {
  margin: 0 0 40px;
}

#bio strong {
  font-weight: bold;
}

#bio .more {
  margin-bottom: 10px;
}

#bio .social svg {
  height: 36px;
  width: 36px;
  background-size: 36px 36px;
}

#bio .bio-inline-image {
  display: none;
}

#bio .desktop-view {
  padding: 140px 0;
}

#bio .desktop-view h2 {
  font-weight: normal;
  font-size: 54px;
  margin-bottom: 40px;
}

#bio .desktop-view p {
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  color: #2f2f31;
  font-size: 18px;
  max-width: 460px;
  margin-left: 0;
}

#bio .desktop-view .bold {
  color: #2f2f31;
}

#bio .desktop-view .bold a {
  text-decoration: underline;
  color: #2f2f31;
}

#bio .desktop-view ul {
  list-style-type: none;
}

#bio .desktop-view ul li {
  display: inline-block;
}

#bio .desktop-view ul li .fa {
  font-size: 28px;
  color: #9f9f9f;
  margin-right: 10px;
}

#bio .desktop-view .more {
  font-size: 18px;
  color: #747474;
}

#bio .image--holder {
  margin-bottom: 30px;
}

#bio .more-photos {
  background: transparent url("../images/camera.svg") left center no-repeat;
  background-size: 32px 32px;
  display: block;
  clear: both;
  padding: 10px 0 10px 40px;
  color: black;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 30px;
}

#bio .more-photos:hover {
  text-decoration: underline;
}

#bio .more-video {
  background: transparent url("../images/video.svg") left center no-repeat;
  background-size: 32px 32px;
  display: block;
  padding: 10px 0 10px 40px;
  color: black;
  text-decoration: none;
  margin-left: 15px;
  margin-top: 10px;
}

#bio .more-video:hover {
  text-decoration: underline;
}

#philanthropy {
  background-image: url("../images/philanthropy-bg.jpg");
  background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

#philanthropy .lead {
  max-width: 900px;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  color: white;
  font-weight: 100;
  padding-top: 180px;
  padding-bottom: 220px;
}

#philanthropy .lead a {
  color: white;
}

#philanthropy .lead a:hover {
  -webkit-animation: color-change 1s 1;
  -moz-animation: color-change 1s 1;
  animation: color-change 1s 1;
}

#footer {
  margin-top: -100px;
  height: 100px;
  z-index: 10;
  color: white;
  text-align: center;
  overflow: hidden;
}

#footer .social {
  float: right;
}

#footer .social svg {
  fill: white;
}

@media only screen and (max-width: 34em) {
  #footer .social {
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.desktop-view {
  display: none;
}

@media only screen and (min-width: 20em) {
  .mobile-view {
    display: block;
  }
  .desktop-view {
    display: none;
  }
  #about blockquote {
    font-size: 110%;
  }
  #about blockquote footer {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 40em) {
  .mobile-view {
    display: none;
  }
  .desktop-view {
    display: block;
  }
  .gap-75 {
    height: 75px;
  }
  .italic {
    font-style: italic;
  }
  .bold {
    font-weight: bold;
  }
  .container-1600 {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
  }
  .desktop-view p {
    font-size: 25px;
    max-width: 750px;
    margin: 0 auto 40px auto;
  }
  .wrapper--holder {
    max-width: 1122px;
    width: 100%;
    margin: 0 auto;
  }
  .image--holder {
    float: right;
    margin-top: 3em;
  }
  #philanthropy .lead {
    font-size: 44px;
  }
}

/*# sourceMappingURL=maps/style.css.map */
