/* =============================================================================
   Colors & Globals
   ========================================================================== */
/* Miminizes FOUT with typekit */
.wf-loading p, .wf-loading h6, .wf-loading h5, .wf-loading h4, .wf-loading h3, .wf-loading h2, .wf-loading h1, .wf-loading a {
  visibility: hidden; }

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #FC0D24;
  text-decoration: underlined;
  -webkit-transition: color 250ms ease-out 0s;
  -moz-transition: color 250ms ease-out 0s;
  -o-transition: color 250ms ease-out 0s;
  transition: color 250ms ease-out 0s;
  font-size: 1em;
  font-family: "spirits-neutral", Lucida Bright, Georgia, serif; }
  a:hover {
    color: #FC0D24; }

a:focus {
  outline: 0; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0; }

a.read-more, p.read-more a {
  text-decoration: none;
  font-family: "spirits-neutral", Lucida Bright, Georgia, serif; }

/*a {
	display:block;
	text-indent: -9999px;
	margin: 0;
	height: px;
	width: px;
	background: url('../img/') no-repeat left top;
	padding:0;
}

a:hover, a:focus {
	background-position: left -px;
}*/
/* =============================================================================
   Typography
   ========================================================================== */
body {
  color: #040005; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.italic {
  font-style: italic; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  display: block;
  font-size: 100%;
  margin: 0px 0 15px 0;
  padding: 0px;
  line-height: 140%;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none; }
  h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0px; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
    color: inherit;
    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; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: underline;
      opacity: .8; }

h1, .h1 {
  font-size: 2.0625em;
  color: #040005;
  font-family: "spirits-neutral", Lucida Bright, Georgia, serif; }

h2, .h2 {
  font-size: 1.625em;
  color: #FC0D24;
  font-family: "spirits-neutral", Lucida Bright, Georgia, serif;
  text-transform: uppercase; }

h3, .h3 {
  font-family: "spirits-neutral", Lucida Bright, Georgia, serif;
  font-size: 1.5em;
  color: #FC0D24; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-top: 25px; }
  h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child {
    margin-top: 0px; }

p {
  margin: 0 0 15px 0;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 140%;
  color: #040005;
  font-family: "berthold-baskerville-pro", TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif; }
  p:last-child {
    margin-bottom: 0px; }

p.large {
  font-family: "berthold-baskerville-pro", TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
  font-size: 1.5625em;
  line-height: 120%; }

p.large-spirits {
  font-size: 2.0625em;
  font-family: "spirits-neutral", Lucida Bright, Georgia, serif;
  color: #040005; }

h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, .white {
  color: #FFFFFF; }

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
  list-style: initial; }
  ul li, ol li {
    font-size: 1.125em;
    margin-bottom: 10px;
    line-height: 140%; }
    ul li ul li, ol li ul li {
      font-size: 1em; }
  ul li.white, ol li.white {
    color: #FFFFFF; }

ol {
  list-style-type: decimal; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol, ul.list {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
  nav ul li, nav ol li, ul.list li {
    font-size: 1em; }

ul.top-nav {
  text-align: center; }
  ul.top-nav li {
    font-size: 1.25em;
    text-transform: uppercase;
    color: #040005;
    font-weight: 400;
    display: inline-block;
    padding: 0 29px;
    font-family: "spirits-neutral", Lucida Bright, Georgia, serif; }
    ul.top-nav li a {
      color: #040005;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: color 250ms ease-out 0s;
      -moz-transition: color 250ms ease-out 0s;
      -o-transition: color 250ms ease-out 0s;
      transition: color 250ms ease-out 0s; }
      ul.top-nav li a:hover {
        color: #040005; }
    ul.top-nav li:hover a {
      color: #FC0D24; }
  ul.top-nav li.current a {
    color: #FC0D24; }

.BookPage ul.books li {
  margin-bottom: 35px; }
  .BookPage ul.books li img {
    margin-bottom: 25px; }
  .BookPage ul.books li ul.purchase-links li {
    margin-bottom: 5px;
    font-size: 1.25em;
    font-family: "spirits-neutral", Lucida Bright, Georgia, serif; }
    .BookPage ul.books li ul.purchase-links li 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; }
      .BookPage ul.books li ul.purchase-links li a:hover {
        opacity: .8; }
.BookPage ul.inner-purchase-links {
  margin-top: 25px; }
  .BookPage ul.inner-purchase-links li {
    margin-bottom: 5px;
    font-size: 1.125em;
    text-align: center; }

.HomePage ul.books li {
  text-align: center; }
  .HomePage ul.books li img {
    margin-bottom: 25px; }

.ArticlePage ul.articles li.four-column, .HomePage ul.articles li.four-column {
  margin-bottom: 35px; }
  .ArticlePage ul.articles li.four-column a img, .HomePage ul.articles li.four-column a img {
    margin-bottom: 25px; }
.ArticlePage ul.articles li, .HomePage ul.articles li {
  margin-bottom: 35px; }

ul.secondary-nav {
  text-align: center; }
  ul.secondary-nav li {
    display: inline-block;
    font-size: 1.125em;
    padding: 10px 15px;
    max-width: 150px; }
    ul.secondary-nav li a {
      text-decoration: none; }
    ul.secondary-nav li:hover a {
      text-decoration: underline;
      color: #7D7B81; }

ul.friends-list li {
  float: left;
  margin-bottom: 50px; }
  ul.friends-list li .friend-top img {
    display: block;
    margin: 0px auto; }
  ul.friends-list li .friend-bottom {
    margin-top: 25px; }

ul.media-list li {
  padding: 35px 0;
  border-bottom: 1px solid #9CA8B2; }
  ul.media-list li:last-child {
    border-bottom: none;
    padding-bottom: 0px; }
  ul.media-list li:first-child {
    padding-top: 0px; }

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden; }

/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0; }

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

/* =============================================================================
   WYSIWYG EDITOR ALIGNMENT CLASSES
   ========================================================================== */
.typography .left {
  text-align: left; }

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

.typography .right {
  text-align: right; }

/* =============================================================================
   Images
   ========================================================================== */
.footercol img {
  margin: 10px 0 0 0; }

.typography img {
  border: none;
  margin-bottom: 15px; }

.typography img.right {
  float: right;
  margin-left: 20px; }

.typography img.left {
  float: left; }

.typography img.leftAlone {
  float: left;
  margin-right: 100%; }

.typography img.center, .subscriptioncol1 img, .subscriptioncol2 img {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }

/* ==|== 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) {
  ul.top-nav li {
    font-size: 1.125em;
    text-transform: uppercase;
    color: #040005;
    display: block;
    padding: 0 22px;
    border-bottom: 1px solid #F4F4F4; }
    ul.top-nav li a {
      color: #040005;
      text-decoration: none;
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: none; }
      ul.top-nav li a:hover {
        color: #7D7B81; }
    ul.top-nav li:hover a {
      border-bottom: none; }

  .HomePage ul.books li {
    max-width: 222px;
    margin: 0 auto 35px auto; } }
@media screen and (min-width: 550px) {
  ul.top-nav li {
    font-size: 1.25em;
    text-transform: uppercase;
    color: #040005;
    font-weight: 400;
    display: inline-block;
    padding: 0 29px;
    font-family: "spirits-neutral", Lucida Bright, Georgia, serif;
    border-bottom: none; }
    ul.top-nav li a {
      color: #040005;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: color 250ms ease-out 0s;
      -moz-transition: color 250ms ease-out 0s;
      -o-transition: color 250ms ease-out 0s;
      transition: color 250ms ease-out 0s; }
      ul.top-nav li a:hover {
        color: #040005; }
    ul.top-nav li:hover a {
      color: #FC0D24; } }
@media screen and (min-width: 600px) {
  .HomePage ul.books li {
    max-width: 100%;
    margin: 0px 0 35px 0; } }
@media screen and (min-width: 768px) {
  .HomePage ul.books {
    text-align: center; }
    .HomePage ul.books li {
      width: 17.8703703703704%;
      /*193/1020*/
      display: inline-block;
      max-width: 100%;
      margin: 0 3.1481481481481% 35px 3.1481481481481%;
      /*34/1020*/ }
    .HomePage ul.books li.book-column-0 {
      margin-left: 0px; }
    .HomePage ul.books li.book-column-3 {
      margin-right: 0px; } }

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