/* =============================================================================
   Colors & Globals
   ========================================================================== */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

body {
  width: 100%;
  min-width: 320px;
  margin: 0px;
  padding: 0px 0 0px 0; }

.outer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

.inner {
  position: relative;
  width: 94.44444444444444%;
  /*1020/1080*/
  margin: 0 auto; }

.wrap {
  width: 78.4313725490196%;
  /*800/1020*/
  margin: 0 auto; }

.inner-wrap {
  width: 83.75%;
  /*670px/800*/
  margin: 0 auto; }

.inner-inner-wrap {
  width: 76.119403%;
  /*520/670*/
  margin: 0 auto; }

img {
  max-width: 100%;
  outline: none;
  vertical-align: middle; }

p img {
  width: auto !important;
  height: auto !important; }

iframe, object, embed {
  max-width: 100% !important;
  display: block;
  margin: 0 auto; }

iframe {
  margin: 35px auto;
  display: inline-block;
  border: none; }
  iframe body {
    overflow: hidden !important; }
  iframe:first-child {
    margin-top: 0px; }
  iframe:last-child {
    margin-bottom: 0px; }

.center iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto 0px auto; }

.two-column {
  width: 48.5294117647059%;
  /*495/1020*/ }
  .two-column .two-column-wrap {
    width: 75.757576%;
    /*375/495*/
    margin: 0 auto;
    padding: 60px 0; }

.two-column-1 {
  float: left; }

.two-column-2 {
  float: right; }

.three-column {
  width: 31.3725490196078%;
  /*320/1020*/
  float: left;
  margin: 0 0 0px 2.9411764705882%;
  /*30/1020*/ }
  .three-column .three-column-wrap {
    width: 87.5%;
    /*280/320*/
    margin: 0 auto; }

.three-column-0 {
  margin-left: 0px;
  clear: both; }

.four-column {
  width: 22.7450980392157%;
  /*232/1020*/
  float: left;
  margin: 0 0 25px 2.9411764705882%;
  /*30/1020*/ }

.four-column-0 {
  margin-left: 0px;
  clear: both; }

.five-column {
  width: 17.647059%;
  /*180/1020*/
  float: left;
  margin: 0 0 25px 2.9411764705882%;
  /*30/1020*/ }

.five-column-0 {
  margin-left: 0px;
  clear: both; }

.big-column-left {
  width: 65.6862745098039%;
  /*670/1029*/
  float: left;
  background-color: #FFFFFF; }
  .big-column-left .big-small-column-0-wrap {
    width: 91.044776119403%;
    /*610/670*/
    margin: 0 auto; }

.small-column-right {
  float: right;
  width: 31.3725490196078%;
  /*320/1020*/ }

.small-column-left {
  float: left;
  width: 31.3725490196078%;
  /*320/1020*/ }

.big-column-right {
  width: 65.6862745098039%;
  /*670/1029*/
  float: right; }

.default-content {
  min-height: 300px; }

.tiny-column-left, .tiny-column-right {
  width: 14.21568627451%;
  /*145/1020*/
  margin: 0 0 25px 2.9411764705882%;
  /*30/1020*/
  float: left; }

.tiny-column-left {
  margin-left: 0px; }

.big-tiny-column {
  width: 65.686274509804%;
  /*670/1020*/
  float: left;
  margin: 0 0 25px 2.9411764705882%;
  /*30/1020*/ }

.light-grey-background {
  background-color: #F4F4F4; }

.grey-background {
  background-color: #9CA8B2; }

.black-background {
  background-color: #040005; }
  .black-background h1, .black-background h2, .black-background h3, .black-background h4, .black-background h5, .black-background h6, .black-background p, .black-background ul li, .black-background ol li {
    color: #FFFFFF; }

/* =============================================================================
   Chrome Frame Prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

/* ==|== primary styles =====================================================
   Author: Ethan Sager, www.bebetterstudios.com
   ========================================================================== */
.header {
  padding: 42px 0 26px 0; }
  .header .header-top {
    width: 100%;
    text-align: center; }
    .header .header-top .mobile-switch {
      text-align: center;
      margin-bottom: 35px;
      font-size: 1.3125em;
      display: none;
      cursor: pointer; }
    .header .header-top .logo {
      max-width: 407px;
      margin: 0 auto; }
    .header .header-top .brand a {
      display: inline-block; }
      .header .header-top .brand a img {
        margin: 0 auto; }
  .header .header-bottom {
    margin-top: 42px; }

.footer {
  padding: 38px 0;
  background-color: #040005; }
  .footer .footer-top {
    margin-bottom: 38px; }
    .footer .footer-top ul li {
      font-family: "spirits-neutral", Lucida Bright, Georgia, serif;
      font-size: 1.25em;
      font-weight: 400; }
      .footer .footer-top ul li a {
        text-decoration: none;
        letter-spacing: 1px;
        display: inline;
        transition: opacity 0.1s ease-in-out;
        -webkit-transition: opacity 0.1s ease-in-out;
        -moz-transition: opacity 0.1s ease-in-out;
        -ms-transition: opacity 0.1s ease-in-out;
        -o-transition: opacity 0.1s ease-in-out; }
      .footer .footer-top ul li:hover a {
        color: #FFFFFF;
        text-decoration: underline;
        opacity: .8; }
  .footer p, .footer h1, .footer h2, .footer h4, .footer h5, .footer h6, .footer a {
    color: #FFFFFF; }
    .footer p a, .footer h1 a, .footer h2 a, .footer h4 a, .footer h5 a, .footer h6 a, .footer a a {
      transition: opacity 0.1s ease-in-out;
      -webkit-transition: opacity 0.1s ease-in-out;
      -moz-transition: opacity 0.1s ease-in-out;
      -ms-transition: opacity 0.1s ease-in-out;
      -o-transition: opacity 0.1s ease-in-out; }
      .footer p a:hover, .footer h1 a:hover, .footer h2 a:hover, .footer h4 a:hover, .footer h5 a:hover, .footer h6 a:hover, .footer a a:hover {
        color: #FFFFFF;
        text-decoration: underline;
        opacity: .8; }
  .footer a.read-more {
    color: #FC0D24; }

.top-section {
  background-color: #040005;
  position: relative; }

.main-image {
  background-color: #040005;
  height: 390px;
  overflow: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .main-image .main-image-content {
    margin-top: 12%; }

.inner-main-image {
  background-color: #040005;
  height: 390px;
  overflow: auto;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.middle-section-top {
  position: relative; }
  .middle-section-top .home-book {
    position: absolute;
    left: auto;
    right: auto;
    top: -115px; }

.home-middle-section {
  background-color: #F4F4F4; }

.middle-section, .inner-top-section, .books-section, .book-middle-section, .book-bottom-section {
  padding: 50px 0; }
  .middle-section .intro, .inner-top-section .intro, .books-section .intro, .book-middle-section .intro, .book-bottom-section .intro {
    margin-bottom: 50px; }
  .middle-section .outro, .inner-top-section .outro, .books-section .outro, .book-middle-section .outro, .book-bottom-section .outro {
    margin-top: 50px; }

.middle-section-top {
  margin-bottom: 50px; }
  .middle-section-top .two-column-2 {
    margin-top: 0px; }

.bottom-section {
  padding: 100px 0; }

.books-section, .book-middle-section {
  background-color: #F4F4F4;
  padding: 50px 0; }
  .books-section .outro, .book-middle-section .outro {
    margin-top: 15px; }

.articles-top-section {
  padding: 23px 0 63px 0; }

.book-top-section {
  padding: 63px 0 63px 0;
  background-color: #F4F4F4; }
  .book-top-section .intro {
    margin-bottom: 50px; }

.bottom-section-top .two-column-1 {
  max-width: 400px; }

.single-book-top-section .two-column-1 img {
  display: block;
  margin: 0 auto; }

.pub-nav {
  margin: 0 0 50px 0;
  padding: 30px 0 20px 0;
  background-color: #F4F4F4; }

.articles-section {
  position: relative;
  padding: 0 0 50px 0; }
  .articles-section span.anchor {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -50px;
    display: block; }
  .articles-section .intro {
    border-bottom: 1px solid #7D7B81;
    padding: 0 0 16px 0;
    margin-bottom: 22px; }
    .articles-section .intro img {
      max-width: auto; }
  .articles-section .outro {
    margin-top: 13px; }

/* ==|== media queries ======================================================
   EXAMPLE Media Query for Responsive Design.
   This example overrides the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media screen and (min-width: 0px) {
  .wrap {
    width: 100%;
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .two-column {
    width: 100%; }

  .two-column-1 {
    float: none;
    margin-bottom: 25px; }

  .two-column-2 {
    float: none; }

  .three-column {
    width: 100%;
    /*414/1302*/
    float: none;
    margin: 0 auto;
    /*30/1302*/
    max-width: 409px; }
    .three-column img {
      margin-bottom: 0px; }

  .three-column-0 {
    margin-left: auto; }

  .footer .three-column, .articles-section .three-column {
    max-width: 100%;
    margin: 0px 0 35px 0; }

  .flush-column {
    width: 100%; }

  .flush-column-1, .flush-column-2 {
    float: none; }

  .flush-column-1 {
    clear: both; }

  .four-column {
    width: 100%;
    margin: 0 0 35px 0;
    float: none; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .five-column {
    width: 100%;
    margin: 0 0 35px 0;
    float: none; }

  .five-column-0 {
    margin-left: 0px;
    clear: both; }

  .main-image a.grey-box {
    display: none; }

  .header .header-top .mobile-switch {
    display: block; }
  .header .header-bottom {
    display: none; }

  .middle-section-top {
    margin-bottom: 50px; }
    .middle-section-top .two-column-2 {
      margin-top: 0px; } }
@media screen and (min-width: 480px) {
  .four-column {
    width: 48.8479262672811%;
    /*636/1302*/
    margin: 0 0 35px 0;
    float: none; }

  .four-column-0, .four-column-2 {
    margin-left: 0px;
    clear: both;
    float: left; }

  .four-column-1, .four-column-3 {
    float: right; }

  .five-column {
    width: 48.8479262672811%;
    /*636/1302*/
    margin: 0 0 35px 0;
    float: none; }

  .five-column-0, .five-column-2, .five-column-4 {
    margin-left: 0px;
    clear: both;
    float: left; }

  .five-column-1, .five-column-3 {
    float: right; } }
@media screen and (min-width: 550px) {
  .main-image a.grey-box {
    display: block; }

  .header .header-top .mobile-switch {
    display: none; }
  .header .header-bottom {
    display: block !important; }

  .footer .three-column, .articles-section .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/
    max-width: 100%; }
    .footer .three-column img, .articles-section .three-column img {
      margin-bottom: 0px; }
  .footer .three-column-0, .articles-section .three-column-0 {
    margin-left: 0px; } }
@media screen and (min-width: 600px) {
  .wrap {
    width: 82.9493087557604%;
    /*1080/1302*/
    margin: 0 auto; }

  .inner-wrap {
    width: 100%;
    margin: 0 auto; }

  .two-column {
    width: 48.8479262672811%;
    /*636/1302*/ }

  .two-column-1 {
    float: left;
    margin-bottom: 0px; }

  .two-column-2 {
    float: right; }

  .three-column {
    width: 31.7972350230415%;
    /*414/1302*/
    float: left;
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/
    max-width: 100%; }
    .three-column img {
      margin-bottom: 0px; }

  .three-column-0 {
    margin-left: 0px; }

  .middle-section-top {
    margin-bottom: 50px; }
    .middle-section-top .two-column-2 {
      margin-top: 0px; } }
@media screen and (min-width: 768px) {
  .flush-column {
    width: 50%; }

  .flush-column-1, .flush-column-2 {
    float: left; }

  .flush-column-1 {
    clear: both; }

  .five-column {
    width: 17.647059%;
    /*180/1020*/
    float: left;
    margin: 0 0 25px 2.9411764705882%;
    /*30/1020*/ }
    .five-column img {
      margin-bottom: 0px; }

  .five-column-0 {
    margin-left: 0px;
    clear: both; }

  .five-column-2, .five-column-4 {
    clear: none; } }
@media screen and (min-width: 800px) {
  .four-column {
    width: 23.2718894009217%;
    /*303/1302*/
    margin: 0 0 0 2.3041474654378%;
    /*30/1302*/
    float: left; }
    .four-column img {
      margin-bottom: 0px; }

  .four-column-0 {
    margin-left: 0px;
    clear: both; }

  .four-column-2 {
    clear: none; } }
@media screen and (min-width: 940px) {
  .inner-wrap {
    width: 79.472693%;
    /*844px/1062*/
    margin: 0 auto; } }
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.ir br {
  display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline; }

  /* a[href]:after { content: " (" attr(href) ")"; }*/
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* ==|== Trumps =======================================================
	Trump styles
   ========================================================================== */
.left {
  float: left; }

.right {
  float: right; }

.center {
  display: block;
  margin: 0 auto; }

.text-center {
  text-align: center; }

.hidden {
  display: none; }

.not-visibile {
  visibility: hidden; }

.uppercase {
  text-transform: uppercase !important; }

.no-border-top {
  border-top: none; }

.no-border-bottom {
  border-bottom: none; }

.no-boder-left {
  border-left: none; }

.no-border-right {
  border-right: none; }

.no-margin-top {
  margin-top: 0px !important; }

.no-margin-right {
  margin-right: 0px; }

.no-margin-bottom {
  margin-bottom: 0px; }

.no-margin-left {
  margin-left: 0px; }

.no-padding-top {
  padding-top: 0px; }

.no-padding-right {
  padding-right: 0px; }

.no-padding-bottom {
  padding-bottom: 0px; }

.no-padding-left {
  padding-left: 0px; }

/*# sourceMappingURL=layout.css.map */
