/**
 * NOTES
 *  1/17/2016
 *  No build process, manual updates from now on
 */

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  border: 0;
  font-family: 'LLCircularWeb-Book', Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a {
  text-decoration: none;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
/**
 * Contact
 */
section.contact {
  background: #000;
  color: #fff;
}
section.contact a {
  color: #fff;
}
section.contact h2 {
  margin-bottom: 1em;
}
section.contact input.email {
  display: block;
  background: #000;
  color: #fff;
  border: 2px solid #fff;
  font-family: 'LLCircularWeb-Book', sans-serif;
  padding: 18px 185px 15px 20px;
  height: 74px;
  margin: 0;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
section.contact input.email:focus {
  outline: 0;
}
section.contact .mailingList {
  position: relative;
}
section.contact .mailingList:after {
  clear: both;
  display: block;
  content: '';
}
section.contact .subscribe {
  background: #000;
  border: 2px solid #fff;
  display: block;
  cursor: pointer;
  color: #5373b1;
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
  line-height: 1.3;
  height: 74px;
  font-family: 'LLCircularWeb-Book', sans-serif;
  padding: 18px 20px 15px 20px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
section.contact .socialLinks {
  margin-bottom: 60px;
}
section.contact .socialLinks br {
  display: none;
}
section.contact .socialLinks a {
  margin-right: 50px;
}
section.contact .contactCredit {
  color: #999;
}
section.contact a.external:after,
section.contact a[target="_blank"]:after {
  color: #5373b1;
}
section.contact a:hover {
  color: #5373b1;
}
/**
 * Content
 */
.container {
  overflow: hidden;
}
.container p {
  margin: 1em 0;
}
.container p:first-child {
  margin-top: 0;
}
.container p:last-child {
  margin-bottom: 0;
}
a[target="_blank"],
.external-links a,
a.external {
  color: #000;
  border-bottom: 0;
}
a[target="_blank"]:hover,
.external-links a:hover,
a.external:hover {
  color: #eb433b;
}
a[target="_blank"]:after,
.external-links a:after,
a.external:after {
  content: '\2193';
  color: #eb433b;
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
  vertical-align: bottom;
  height: 0.6em;
  font-size: 1em;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
/**
 * Excerpts
 */
section.excerpts {
  background: #000;
}
section.excerpts .excerpt {
  color: #fff;
  cursor: pointer;
  display: block;
  padding-right: 5%;
  text-decoration: none;
  position: relative;
  z-index: 2;
}
section.excerpts .excerpt:hover {
  color: #eb433b;
}
section.excerpts .excerpt.active {
  color: #ddd;
}
section.excerpts .excerpt span.chapter {
  display: block;
  text-transform: uppercase;
}
section.excerpts .excerpt span.title {
  display: block;
  line-height: 1;
  transform: translateX(0);
  transition: transform 300ms ease;
  text-rendering: optimizeLegibility;
}
@media (max-width: 900px) {
  .excerptThumbnail {
    display: none !important;
  }
}
.excerpt-image-caption {
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  color: #808080;
  font-size: 11px;
  width: 600px;
  text-align: center;
  -webkit-transform: rotate(-90deg) translateY(288px);
  -webkit-transform-origin: 50% 100%;
}
.excerptThumbnail {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  pointer-events: none;
}
.excerptThumbnail.active {
  display: block;
}
.excerptThumbnail img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.excerptScroller {
  display: none;
  cursor: pointer;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
}
.excerptScroller.open {
  display: block;
}
.excerptClose {
  cursor: pointer;
  position: fixed;
  line-height: 1;
  top: 10px;
  right: 15px;
  color: #000;
  font-size: 30px;
  z-index: 99999;
}
.excerptContainer {
  background: #fff;
  display: none;
  cursor: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
}
@media (max-width: 900px) {
  .excerptContainer {
    width: 100%;
  }
}
.excerptContainer.open {
  display: block;
}
.excerptContainer .excerptTitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.excerptContainer .chapter {
  color: #999;
  text-transform: uppercase;
  font-size: 12px;
}
.excerptContainer h2 {
  margin: 0;
  padding: 0;
}
.excerptContainer .excerptImage {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.excerptContainer .excerptImage img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.excerptScreen {
  background: rgba(20, 20, 20, 0.8);
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 16;
}
.excerptScreen a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/**
 * Intro
 */
section.intro {
  background: #FE1206;
  cursor: pointer;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
section.intro .title {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
section.intro .portrait {
  position: absolute;
  left: 5%;
  right: 5%;
  z-index: 2;
}
section.intro .portrait img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
section.intro .tagline {
  position: absolute;
  top: 42%;
  bottom: 22%;
  left: 5%;
  right: 5%;
  z-index: 2;
}
section.intro .jeffTitle {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  text-align: center;
  z-index: 2;
}
section.intro .jeffTitle img {
  height: 100%;
}
section.intro .intro-overlay {
  background: #FFE522;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
/**
 * Resets and Globals
 */
@font-face {
  font-family: "LLCircularWeb-Book";
  src: url(fonts/lineto-circular-book-c.eot);
  src: url(fonts/lineto-circular-book-c.eot?#iefix) format("embedded-opentype"), url(fonts/lineto-circular-book-c.woff) format("woff"), url(fonts/lineto-circular-book-c.ttf) format("truetype"), url(fonts/lineto-circular-book-c.svg#LLCircularWeb-Book) format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "LLCircularWeb-Bookitalic";
  src: url("fonts/lineto-circular-bookitalic-c.eot");
  src: url("fonts/lineto-circular-bookitalic-c.eot?#iefix") format("embedded-opentype"), url("fonts/lineto-circular-bookitalic-c.woff") format("woff"), url("fonts/lineto-circular-bookitalic-c.ttf") format("truetype"), url("fonts/lineto-circular-bookitalic-c.svg#LLCircularWeb-Bookitalic") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Base styles
 */
body {
  background: #000;
  font-family: 'LLCircularWeb-Book', sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}
#loadScreen {
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
}
#loadScreen:before {
  content: '';
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: transparent;
  border-top: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  position: absolute;
  margin: -75px 0 0 -75px;
  top: 50%;
  left: 50%;
  -webkit-animation: load 1.2s infinite linear;
  -moz-animation: load 1.2s infinite linear;
  animation: load 1.2s infinite linear;
}
@keyframes load {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes load {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes load {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
#feed {
  background: #fff;
  position: relative;
  z-index: 9;
}
/**
 * Helpers
 */
.scrollDisabled {
  overflow: hidden;
}
.scrollDisabled::-webkit-scrollbar {
  display: none;
}
/**
 * Grid
 */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
body.mobile .container {
  padding: 20px !important;
}
.column {
  float: left;
}
.column.thirdOne {
  width: 33.3%;
}
.column.thirdTwo {
  width: 66.6%;
}
.column.full {
  width: 100%;
}
@media (max-width: 700px) {
  .column.thirdTwo,
  .column.full,
  .column.thirdOne {
    width: 100%;
  }
}
/**
 * Typography
 */
i,
em {
  font-family: "LLCircularWeb-Bookitalic", sans-serif;
  font-style: normal;
}
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
p {
  margin: 1.5em 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
p a {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
  color: #000;
}
p a:hover {
  border-bottom-color: #000;
}
h5 {
  font-size: 18px;
}
.copyrightFooter {
  background: #000;
  color: #999;
  text-align: right;
  position: relative;
  z-index: 2;
}
.mobile-hide {
  display: none;
}
body.mobile .mobile-hide {
  display: block;
}
body.mobile .socialLinks a {
  display: block;
  clear: both;
}
.intro-credit {
  color: #ccc;
  font-size: 12px;
  line-height: 1;
  padding: 15px;
  text-transform: uppercase;
}
.grey {
  color: #999;
}
/**
 * Navigation
 */
nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 15;
}
nav > * {
  float: left;
}
nav ul {
  height: 64px;
}
nav.dark svg g {
  fill: #fff;
}
nav.dark ul {
  background: #000;
}
nav.dark ul a {
  color: #fff;
}
nav .logo {
  position: relative;
  margin-top: -2px;
  z-index: 9;
}
nav ul {
  background: #fff;
  list-style: none;
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 150px !important;
}
nav ul li {
  margin-right: 30px;
  float: left;
}
nav ul li:first-child a {
  color: #5373b1;
}
nav ul li a {
  color: #000;
  display: block;
  text-decoration: none;
}
nav ul li a.active,
nav ul li a:hover {
  color: #eb433b;
}
nav.dark .navigation-mobile-icon > div {
  background: #fff;
}
nav .navigation-mobile-icon {
  display: none;
  position: absolute;
  cursor: pointer;
  top: 17px;
  right: 13px;
  height: 30px;
  width: 27px;
}
nav .navigation-mobile-icon > div {
  background: #000;
  position: absolute;
  right: 0;
  height: 3px;
  width: 100%;
}
nav .navigation-mobile-icon > div:nth-child(1) {
  top: 0;
}
nav .navigation-mobile-icon > div:nth-child(2) {
  top: 8px;
}
nav .navigation-mobile-icon > div:nth-child(3) {
  top: 16px;
}
@media (max-width: 800px) {
  nav ul li {
    display: none;
  }
  nav .navigation-mobile-icon {
    display: block;
  }
}
@media (max-width: 800px) {
  body.mobilenav {
    overflow: hidden;
  }
  body.mobilenav .navigation-mobile {
    display: block;
  }
}
.navigation-mobile {
  display: none;
  background: #fff;
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 15;
}
.navigation-mobile a {
  display: block;
  color: #000;
}
.dark .navigation-mobile {
  background: #000;
}
.dark .navigation-mobile a {
  color: #fff;
}
.mobileScreen {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 14;
}
@media (max-width: 800px) {
  body.mobilenav .mobileScreen {
    display: block;
  }
}
.nav-icon {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999;
}
/**
 * News
 */
section.events .news-date {
  color: #999;
  text-transform: uppercase;
  font-size: 0.8rem;
}
section.events .thirdOne a:after {
  display: none;
  margin-bottom: 0;
}
section.events a.link-news {
  color: #000;
}
section.events .eventsNotes {
  margin-top: 2em;
  color: #999;
}
section.events .news-subheading {
  font-size: 0.8rem;
}
section.events .news-entry h4 {
  margin-bottom: 1em;
}
section.events a {
  color: #000;
}
/**
 * Press
 */
section.press {
  background: #000;
  color: #fff;
}
section.press blockquote {
  display: block;
  margin-bottom: 2em;
}
section.press blockquote p {
  color: #666;
  font-size: 0.8em;
  display: block;
}
section.press a {
  color: #fff;
}
section.press .external-links a {
  margin-bottom: 0.5em;
  display: inline-block;
}
/**
 * Purchase
 */
section.purchase {
  background: #fff;
  position: relative;
  z-index: 2;
}
section.purchase .purchase-grey {
  color: #999;
}
section.purchase img {
  height: auto;
  width: 100%;
}
section.purchase a {
  color: #000;
}
section.purchase a:hover {
  color: #eb433b;
}
@media (max-width: 700px) {
  .purchase-external {
    margin-bottom: 60px;
  }
}
/**
 * The Author
 */
section.the-author {
  background: #fff;
  position: relative;
  z-index: 9;
}
section.the-author img {
  width: 100%;
  height: uto;
}


/***************************************
 * 2016 updates here
 ***************************************/

/**
 * Cover slides
 */

.cover-slides img {
  display: none;
  cursor: pointer;
}

.cover-slides:not(.second) img:nth-child(1) {
  display: block;
}

.cover-slides.second img:nth-child(2) {
  display: block;
}

.cover-slides-nav {
  text-align: center;
  padding: 3px;
}

.cover-slides-nav > div {
  cursor: pointer;
  color: #999;
  display: inline-block;
  padding: 3px;
}

.cover-slides-nav > div:hover,
.cover-slides-nav > div.active {
  color: #000;
}

.cover-slides:not(.second) .cover-slides-nav > div:nth-child(1) {
  color: #000;
}

.cover-slides.second > .cover-slides-nav div:nth-child(2) {
  color: #000;
}