/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Whitney Book';
  src: url("./webfont/Whitney-Book-Pro.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Whitney-Book-Pro.eot?#iefix") format("embedded-opentype"), url("./webfont/Whitney-Book-Pro.woff") format("woff"), url("./webfont/Whitney-Book-Pro.ttf") format("truetype"), url("./webfont/Whitney-Book-Pro.svg#f28578544bcd221f22d5dc42685e92f2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Whitney Book';
  src: url("./webfont/Whitney-BookItalic-Pro.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Whitney-BookItalic-Pro.eot?#iefix") format("embedded-opentype"), url("./webfont/Whitney-BookItalic-Pro.woff") format("woff"), url("./webfont/Whitney-BookItalic-Pro.ttf") format("truetype"), url("./webfont/Whitney-BookItalic-Pro.svg#31db9e5e60b73131e96699f50755b64c") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'Whitney Semibold';
  src: url("./webfont/Whitney-Semibold-Pro.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Whitney-Semibold-Pro.eot?#iefix") format("embedded-opentype"), url("./webfont/Whitney-Semibold-Pro.woff") format("woff"), url("./webfont/Whitney-Semibold-Pro.ttf") format("truetype"), url("./webfont/Whitney-Semibold-Pro.svg#bed15bb33dfb9232e772bdb41a228cd5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'Whitney Semibold';
  src: url("./webfont/Whitney-SemiboldItalic-Pro.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Whitney-SemiboldItalic-Pro.eot?#iefix") format("embedded-opentype"), url("./webfont/Whitney-SemiboldItalic-Pro.woff") format("woff"), url("./webfont/Whitney-SemiboldItalic-Pro.ttf") format("truetype"), url("./webfont/Whitney-SemiboldItalic-Pro.svg#5154cc9178553aafd66f92babfb5d96c") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }
@font-face {
  font-family: 'Whitney Bold';
  src: url("./webfont/Whitney-Bold-Pro.eot");
  /* IE9 Compat Modes */
  src: url("./webfont/Whitney-Bold-Pro.eot?#iefix") format("embedded-opentype"), url("./webfont/Whitney-Bold-Pro.woff") format("woff"), url("./webfont/Whitney-Bold-Pro.ttf") format("truetype"), url("./webfont/Whitney-Bold-Pro.svg#ea4cb46c3a1f8ac3e9553c5155895e33") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * 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; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  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; } }
body {
  background-color: #491178;
  padding: 124px 35px 0;
  font-size: 15px;
  font-family: 'Whitney Book';
  font-style: normal;
  font-weight: 400;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-transition-property: padding;
  -o-transition-property: padding;
  -webkit-transition-property: padding;
  transition-property: padding; }
  @media (max-width: 1020px) {
    body {
      padding: 124px 17px 0; } }
  @media (max-width: 767px) {
    body {
      padding: 56px 5px 0; } }
  body.showing-subnav {
    padding-top: 164px; }
    body.showing-subnav.showing-menu-item-154 {
      padding-top: 204px; }
  body.showing-subnav.head-scrolled {
    padding-top: 124px; }

#container {
  background-color: #fff;
  max-width: 1380px;
  margin: 0 auto;
  position: relative; }
  .showing-menu #container {
    display: none; }

a {
  color: #491178;
  border-bottom: 1px solid #dfdfdf;
  text-decoration: none; }
  a:HOVER {
    border-bottom-color: #491178; }

.menu-toggle {
  width: 48px;
  height: 48px;
  position: fixed;
  right: 5px;
  top: 3px;
  display: none;
  z-index: 6001; }
  @media (max-width: 767px) {
    .menu-toggle {
      display: block; } }
  .menu-toggle span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/mobile-menu.png) 0 0 no-repeat; }
    .menu-toggle span.menu-open {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      visibility: visible;
      background-position: 0 -96px; }
      .showing-menu .menu-toggle span.menu-open {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        visibility: hidden; }
    .menu-toggle span.menu-close {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      visibility: hidden;
      background-position: -48px -96px; }
      .showing-menu .menu-toggle span.menu-close {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible; }

header {
  background: #491178;
  position: fixed;
  width: 100%;
  height: 124px;
  top: 0;
  left: 0;
  z-index: 6000;
  overflow: hidden;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-transition-property: height;
  -o-transition-property: height;
  -webkit-transition-property: height;
  transition-property: height; }
  .showing-subnav header {
    height: 164px; }
  .showing-subnav.showing-menu-item-154 header {
    height: 204px; }
  .head-scrolled.showing-search header {
    height: 131px; }
  .dropdown-dropped header {
    overflow: visible; }
  @media (max-width: 767px) {
    header {
      height: 56px;
      overflow: visible;
      -moz-transition: 0;
      -o-transition: 0;
      -webkit-transition: 0;
      transition: 0; }
      .showing-menu header {
        height: 100%;
        overflow: auto; } }
  header a {
    border: none; }
  header h1 {
    position: fixed;
    width: 261px;
    height: 36px;
    top: 15px;
    left: 55px;
    margin: 0;
    z-index: 6000;
    background-image: url(../images/nyupress-arch.png);
    background-position: 0 0;
    background-repeat: no-repeat; }
    .admin-bar header h1 {
      top: 47px; }
    @media (max-width: 1200px) {
      .head-scrolled header h1, .head-pre-scrolled header h1 {
        max-width: 40px; } }
    .svg header h1 {
      background-image: url(../images/nyupress-arch.svg); }
    header h1 a {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      text-indent: -6000px;
      background-image: url(../images/nyupress-logo.png);
      background-position: 0 0;
      background-repeat: no-repeat;
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      .svg header h1 a {
        background-image: url(../images/nyupress-logo.svg); }
      header h1 a.hid-scroll {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        header h1 a.hid-scroll:HOVER {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
    @media (max-width: 1020px) {
      header h1 {
        left: 21px; }
        header h1 a {
          background-image: url(../images/nyupress-logo-mobile.png); }
          .svg header h1 a {
            background-image: url(../images/nyupress-logo-mobile.svg); } }
    @media (max-width: 767px) {
      header h1 {
        top: 0px;
        left: 0px;
        width: 100%;
        height: 56px;
        background-position: 15px 10px;
        background-color: #491178; }
        .showing-menu header h1 {
          border-bottom: 1px solid #dfdfdf; }
        header h1 a {
          background-position: 15px 10px; } }
  header a {
    color: #e1e1e1; }
    header a:HOVER {
      color: #fff; }
  header .menu-main-menu-container {
    position: fixed;
    width: 100%;
    height: 50px;
    top: 65px;
    left: 0; }
    .admin-bar header .menu-main-menu-container {
      top: 97px; }
    @media (max-width: 767px) {
      header .menu-main-menu-container {
        display: none;
        top: auto;
        height: auto;
        background-color: #491178;
        z-index: 1000;
        position: relative; }
        .showing-menu header .menu-main-menu-container {
          display: block;
          top: auto; } }
  header ul.menu {
    clear: both;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1020px) {
      .touch header ul.menu {
        padding: 0 34px 0 17px;
        text-align: left; }
        .touch header ul.menu ul.sub-menu {
          text-align: center; } }
    @media (max-width: 767px) {
      .touch header ul.menu {
        padding: 0;
        text-align: center; } }
    header ul.menu li {
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      position: relative; }
      header ul.menu li a {
        border: none;
        display: block;
        padding: 0 16px;
        line-height: 50px;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: 1px;
        letter-spacing: 0.05em;
        background-color: #491178;
        background-repeat: no-repeat;
        background-position: 92% 50%;
        -moz-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        -webkit-transition-duration: 0.1s;
        transition-duration: 0.1s; }
        @media (max-width: 1020px) {
          header ul.menu li a {
            padding: 0 8px; } }
      header ul.menu li.menu-item-has-children a {
        cursor: default; }
        header ul.menu li.menu-item-has-children a .menu-dropdown {
          position: absolute;
          top: 36px;
          left: 50%;
          margin-left: -12px;
          background-position: -216px -48px;
          -moz-transition: 0.2s;
          -o-transition: 0.2s;
          -webkit-transition: 0.2s;
          transition: 0.2s;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
          .showing-subnav header ul.menu li.menu-item-has-children a .menu-dropdown {
            -moz-transition-delay: 0.1s;
            -o-transition-delay: 0.1s;
            -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }
        header ul.menu li.menu-item-has-children a:HOVER .menu-dropdown {
          top: 30px;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1; }
        @media (max-width: 767px) {
          header ul.menu li.menu-item-has-children a .menu-dropdown {
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5;
            -moz-transition: 0;
            -o-transition: 0;
            -webkit-transition: 0;
            transition: 0;
            left: auto;
            right: 12px;
            top: 12px;
            margin-left: 0; }
          header ul.menu li.menu-item-has-children a:HOVER .menu-dropdown {
            top: 12px;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
            opacity: 0.5; } }
      header ul.menu li.menu-item-has-children ul.sub-menu a .menu-dropdown {
        display: none; }
      header ul.menu li.show-kids a .menu-dropdown {
        background-position: -192px -48px; }
      header ul.menu li ul.sub-menu {
        margin: 0;
        padding: 0;
        visibility: hidden;
        position: absolute;
        top: 80px;
        height: 40px;
        z-index: -1;
        -moz-transition: 0.25s;
        -o-transition: 0.25s;
        -webkit-transition: 0.25s;
        transition: 0.25s;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        header ul.menu li ul.sub-menu li a {
          cursor: pointer;
          padding: 0 8px;
          line-height: 40px; }
      @media (min-width: 767px) {
        .showing-menu-item-143 header ul.menu li#menu-item-143 .menu-dropdown {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          top: 30px; }
        header ul.menu li#menu-item-143 ul.sub-menu {
          width: 500px;
          left: -180px; }
          .showing-menu-item-143 header ul.menu li#menu-item-143 ul.sub-menu {
            visibility: visible;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            top: 45px; }
        .showing-menu-item-148 header ul.menu li#menu-item-148 .menu-dropdown {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          top: 30px; }
        header ul.menu li#menu-item-148 ul.sub-menu {
          width: 590px;
          left: -80px; }
          .showing-menu-item-148 header ul.menu li#menu-item-148 ul.sub-menu {
            visibility: visible;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            top: 45px; }
        .showing-menu-item-154 header ul.menu li#menu-item-154 .menu-dropdown {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          top: 30px; }
        header ul.menu li#menu-item-154 ul.sub-menu {
          width: 560px;
          right: -160px; }
          .showing-menu-item-154 header ul.menu li#menu-item-154 ul.sub-menu {
            visibility: visible;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            top: 45px; }
        .showing-menu-item-165 header ul.menu li#menu-item-165 .menu-dropdown {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          top: 30px; }
        header ul.menu li#menu-item-165 ul.sub-menu {
          width: 400px;
          left: -170px; }
          .showing-menu-item-165 header ul.menu li#menu-item-165 ul.sub-menu {
            visibility: visible;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            top: 45px; }
        .showing-menu-item-164 header ul.menu li#menu-item-164 .menu-dropdown {
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          top: 30px; }
        header ul.menu li#menu-item-164 ul.sub-menu {
          width: 650px;
          right: -220px; }
          .showing-menu-item-164 header ul.menu li#menu-item-164 ul.sub-menu {
            visibility: visible;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            top: 45px; } }
      @media (min-width: 1020px) {
        header ul.menu li#menu-item-148 ul.sub-menu {
          width: 700px;
          left: -200px; }
        header ul.menu li#menu-item-154 ul.sub-menu {
          width: 800px;
          right: -300px; }
        header ul.menu li#menu-item-164 ul.sub-menu {
          right: -150px; }
        header ul.menu li#menu-item-165 ul.sub-menu {
          left: -150px; } }
    @media (max-width: 767px) {
      header ul.menu {
        margin: 0 0 10px;
        border-top: 1px solid #dfdfdf; }
        .showing-search header ul.menu {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          visibility: hidden; }
        header ul.menu li {
          display: block;
          border-bottom: 1px solid #dfdfdf; }
          header ul.menu li ul.sub-menu {
            display: none;
            -moz-transition: 0s;
            -o-transition: 0s;
            -webkit-transition: 0s;
            transition: 0s;
            position: relative;
            top: auto;
            height: auto;
            z-index: 1;
            visibility: visible;
            padding: 10px 0;
            background-color: #dfdfdf;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; }
            header ul.menu li ul.sub-menu li {
              border-bottom: none; }
              header ul.menu li ul.sub-menu li a {
                background-color: #dfdfdf;
                color: #491178;
                cursor: pointer;
                padding: 0 8px;
                line-height: 40px; } }

ul.cartLinks {
  position: absolute;
  top: 20px;
  right: 55px;
  margin: 0;
  list-style: none;
  padding: 0;
  font-size: 1em;
  z-index: 525; }
  ul.cartLinks li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 0 0 32px; }
    ul.cartLinks li a {
      color: #e1e1e1;
      text-decoration: none;
      border: none; }
      ul.cartLinks li a:HOVER {
        color: #fff; }
  @media (max-width: 1020px) {
    ul.cartLinks {
      right: 21px; }
      ul.cartLinks li {
        margin: 0 0 0 16px; } }
  @media (max-width: 767px) {
    ul.cartLinks {
      position: relative;
      top: auto;
      right: auto;
      margin: 56px 0 0;
      background-color: #FFF;
      display: none;
      width: 100%;
      text-align: center; }
      .showing-menu ul.cartLinks {
        display: block; }
      ul.cartLinks li {
        margin: 0;
        width: 50%;
        float: left;
        background-color: #dfdfdf; }
        ul.cartLinks li a {
          padding: 4px 8px;
          display: block;
          color: #491178; } }

.search-toggle {
  position: absolute;
  bottom: 6px;
  right: 6px;
  display: block;
  height: 50px;
  min-width: 36px;
  cursor: pointer;
  z-index: 50; }
  @media (max-width: 767px) {
    .search-toggle {
      position: relative;
      bottom: auto;
      right: auto;
      display: none; } }
  .search-toggle span {
    position: absolute;
    bottom: 12px;
    right: 6px;
    text-indent: -6000px; }
    .search-toggle span.magnify {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      background-position: -264px -48px; }
      .showing-search .search-toggle span.magnify {
        visibility: hidden;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
    .search-toggle span.close {
      bottom: 14px;
      right: 12px;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      background-position: -192px -48px; }
      .showing-search .search-toggle span.close {
        visibility: visible;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
  .search-toggle p {
    margin: 0;
    color: #FFF;
    line-height: 50px;
    padding: 0 32px 0 0;
    color: #e4dceb; }
    .showing-search .search-toggle p {
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }

.search-wrap {
  width: 100%;
  height: 0px;
  position: fixed;
  top: 124px;
  left: 0;
  z-index: 525; }
  @media (max-width: 767px) {
    .search-wrap {
      position: relative;
      height: auto;
      top: auto;
      display: none;
      z-index: 5999;
      border-top: 1px solid #e1e1e1; }
      .showing-menu .search-wrap {
        display: block; } }
  .search-wrap .inner {
    padding: 0 35px; }
    .search-wrap .inner .inner-wrap {
      width: 100%;
      max-width: 1380px;
      margin: 0 auto 0;
      position: relative; }
    @media (max-width: 1020px) {
      .search-wrap .inner {
        padding: 0 17px; } }
    @media (max-width: 767px) {
      .search-wrap .inner {
        padding: 0; } }
  .search-wrap .search-container {
    height: 63px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 63px;
    background-color: #330c54;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    visibility: hidden; }
    .showing-search .search-wrap .search-container {
      top: -63px;
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    @media (max-width: 767px) {
      .search-wrap .search-container {
        position: relative;
        height: auto;
        top: auto;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible; } }
    .search-wrap .search-container form {
      width: 580px;
      height: 40px;
      margin: 10px auto;
      position: relative; }
      .search-wrap .search-container form input {
        border: 0;
        font-family: 'Whitney Book';
        font-style: normal;
        font-weight: 400;
        color: #491178;
        height: 40px;
        text-indent: 12px; }
        .search-wrap .search-container form input[type="text"] {
          min-width: 300px;
          padding: 0;
          border: 1px solid #e5e5e5; }
        .search-wrap .search-container form input[type="submit"] {
          color: #FFF;
          font-family: 'Whitney Semibold';
          font-style: normal;
          font-weight: 700;
          background-color: #330c54;
          padding: 0 5px; }
      @media (max-width: 767px) {
        .search-wrap .search-container form {
          width: auto;
          height: auto;
          margin: 0;
          padding: 10px 7px 10px 5px; }
          .search-wrap .search-container form input {
            width: 100%; }
            .search-wrap .search-container form input[type="text"] {
              width: 60%;
              margin: 0 0 4px; }
            .search-wrap .search-container form input[type="submit"] {
              min-width: 50px;
              text-indent: 3px;
              padding: 0;
              margin: 4px 0 0; } }
      @media (max-width: 400px) {
        .search-wrap .search-container form input[type="text"] {
          width: 100%; } }
      .search-wrap .search-container form ::-webkit-input-placeholder {
        color: #491178; }
      .search-wrap .search-container form :-moz-placeholder {
        color: #491178; }
      .search-wrap .search-container form ::-moz-placeholder {
        color: #491178; }
      .search-wrap .search-container form :-ms-input-placeholder {
        color: #491178; }
      .search-wrap .search-container form .dropdown {
        width: 200px;
        height: 40px;
        margin: 0;
        border: 1px solid #e5e5e5;
        background-color: #FFF;
        color: #252525;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        position: relative; }
        .search-wrap .search-container form .dropdown a {
          color: inherit;
          text-decoration: none; }
        .search-wrap .search-container form .dropdown dt {
          margin: 5px 0 0;
          padding: 0 16px;
          height: 30px;
          line-height: 30px; }
          .search-wrap .search-container form .dropdown dt a {
            display: block;
            position: relative; }
          .search-wrap .search-container form .dropdown dt .dropdown-arrow {
            position: absolute;
            right: 0px;
            top: 3px;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
            opacity: 0.4;
            background-position: -216px 0; }
        @media (max-width: 767px) {
          .search-wrap .search-container form .dropdown {
            width: 34%; } }
        @media (max-width: 400px) {
          .search-wrap .search-container form .dropdown {
            width: 100%; } }
        .search-wrap .search-container form .dropdown dd {
          background-color: #fff;
          margin: 0;
          padding: 0;
          position: absolute;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          visibility: hidden;
          width: 200px;
          height: 0px;
          top: 40px;
          left: -1px;
          border: 1px solid #e5e5e5;
          border-top: none;
          -moz-transition: 0.3s;
          -o-transition: 0.3s;
          -webkit-transition: 0.3s;
          transition: 0.3s;
          -moz-transition-property: height;
          -o-transition-property: height;
          -webkit-transition-property: height;
          transition-property: height;
          z-index: 1250; }
          @media (max-width: 767px) {
            .search-wrap .search-container form .dropdown dd {
              z-index: 6006;
              width: 100%; } }
          .search-wrap .search-container form .dropdown dd ul {
            border-top: 1px solid #e5e5e5;
            margin: 0 16px;
            padding: 4px 0;
            list-style: none;
            visibility: hidden;
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
            opacity: 0;
            -moz-transition: 0.15s;
            -o-transition: 0.15s;
            -webkit-transition: 0.15s;
            transition: 0.15s;
            -moz-transition-delay: 0.25s;
            -o-transition-delay: 0.25s;
            -webkit-transition-delay: 0.25s;
            transition-delay: 0.25s;
            -moz-transform: translateY(30px);
            -ms-transform: translateY(30px);
            -webkit-transform: translateY(30px);
            transform: translateY(30px); }
            .search-wrap .search-container form .dropdown dd ul li {
              line-height: 1.86; }
              .search-wrap .search-container form .dropdown dd ul li.selected {
                display: none; }
              .search-wrap .search-container form .dropdown dd ul li a {
                display: block; }
        .search-wrap .search-container form .dropdown.dropped .dropdown-arrow {
          -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
          -webkit-transform: scaleY(-1);
          transform: scaleY(-1); }
        .search-wrap .search-container form .dropdown.dropped dd {
          height: 100px;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          visibility: visible; }
          .search-wrap .search-container form .dropdown.dropped dd ul {
            visibility: visible;
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -webkit-transform: translateY(0px);
            transform: translateY(0px); }
      .search-wrap .search-container form select {
        position: absolute;
        top: 0;
        right: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        width: 0px;
        height: 0px; }

span.icon {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../images/icons.png);
  background-repeat: no-repeat; }
  .svg span.icon {
    background-image: url(../images/icons.svg); }

.modal {
  position: fixed;
  width: 800px;
  top: 50%;
  z-index: 500;
  left: 50%;
  margin-left: -400px;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .show-ebook-modal .modal#ebook-modal {
    top: 150px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .show-exam-modal .modal#exam-modal {
    top: 150px;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .modal .modal-inner {
    margin: 50px auto;
    position: relative;
    padding: 35px 68px 35px 35px;
    background-color: #FFF;
    border: 6px solid #491178; }
  .modal h1 {
    font-family: 'Whitney Semibold';
    font-style: normal;
    font-weight: 700;
    color: #491178;
    margin: 0; }
  .modal .ebooks-vendors {
    padding: 0;
    list-style: none; }
    .modal .ebooks-vendors li {
      float: left;
      width: 33.3%; }
  .modal .close-modal {
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 9px 12px 12px;
    cursor: pointer; }
    .modal .close-modal span {
      background-position: -192px -24px; }
    .modal .close-modal:HOVER {
      background-color: #491178; }
      .modal .close-modal:HOVER span {
        background-position: -192px -48px; }

.modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s; }
  .show-ebook-modal .modal-overlay, .show-exam-modal .modal-overlay, .showing-menu .modal-overlay {
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75; }

.mobile-menu-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #FFF;
  visibility: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  display: none; }
  @media (max-width: 1020px) {
    .showing-subnav .mobile-menu-overlay {
      display: block;
      visibility: visible; } }
  @media (max-width: 767px) {
    .mobile-menu-overlay {
      display: none; } }

.bookDetails, .authorDetails {
  position: relative;
  padding: 68px; }
  @media (max-width: 1020px) {
    .bookDetails, .authorDetails {
      padding: 34px; } }
  @media (max-width: 767px) {
    .bookDetails, .authorDetails {
      padding: 20px; } }
  .bookDetails .top-details, .authorDetails .top-details {
    position: relative;
    display: block;
    border-bottom: 6px solid #491178;
    margin: 0 0 44px;
    padding: 0 0 0 280px; }
    @media (max-width: 1020px) {
      .bookDetails .top-details, .authorDetails .top-details {
        padding: 0 0 0 246px; } }
    @media (max-width: 767px) {
      .bookDetails .top-details, .authorDetails .top-details {
        padding-left: 0; } }
  .bookDetails .cover-image, .authorDetails .cover-image {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0; }
    @media (max-width: 767px) {
      .bookDetails .cover-image, .authorDetails .cover-image {
        position: relative;
        margin: 0 0 30px; } }
  .bookDetails #ajaxLoad, .authorDetails #ajaxLoad {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .bookDetails .top-text, .authorDetails .top-text {
    display: block;
    max-width: 630px; }
    .bookDetails .top-text h1, .authorDetails .top-text h1 {
      font-size: 2.4em;
      margin: 0;
      color: #491178; }
    .bookDetails .top-text h2, .authorDetails .top-text h2 {
      color: #491178;
      font-size: 1.467em; }
    .bookDetails .top-text .colophon, .authorDetails .top-text .colophon {
      color: #464646;
      margin: 1em 0; }
      .bookDetails .top-text .colophon p, .authorDetails .top-text .colophon p {
        margin: 0; }
    .bookDetails .top-text .book-previews, .authorDetails .top-text .book-previews {
      margin: 1em 0;
      padding: 2em 4em 2em 0;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      list-style: none; }
      .bookDetails .top-text .book-previews:after, .authorDetails .top-text .book-previews:after {
        content: "";
        display: table;
        clear: both; }
      .bookDetails .top-text .book-previews li, .authorDetails .top-text .book-previews li {
        float: left;
        margin: 0 1em 0 0; }
        .bookDetails .top-text .book-previews li a, .authorDetails .top-text .book-previews li a {
          position: relative;
          display: block;
          text-decoration: none;
          color: #491178;
          padding: 0 1em 0 2em;
          line-height: 24px;
          border: none; }
          .bookDetails .top-text .book-previews li a span.icon, .authorDetails .top-text .book-previews li a span.icon {
            position: absolute;
            top: 0;
            left: 0;
            background-position: -168px -24px; }
    .bookDetails .top-text .bindings, .authorDetails .top-text .bindings {
      list-style: none;
      margin: 0;
      padding: 0;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
      .bookDetails .top-text .bindings li, .authorDetails .top-text .bindings li {
        display: inline; }
    .bookDetails .top-text .singleLineBinding, .authorDetails .top-text .singleLineBinding {
      margin-top: 12px; }
    .bookDetails .top-text .exam-request-wrap p, .authorDetails .top-text .exam-request-wrap p {
      line-height: 1.4; }
  .bookDetails h1, .bookDetails h2, .bookDetails h3, .bookDetails h4, .bookDetails h5, .authorDetails h1, .authorDetails h2, .authorDetails h3, .authorDetails h4, .authorDetails h5 {
    font-family: 'Whitney Semibold';
    font-style: normal;
    font-weight: 700;
    margin: 0; }
  .bookDetails .purchase-options, .authorDetails .purchase-options {
    padding: 20px 0 40px; }
    .bookDetails .purchase-options:after, .authorDetails .purchase-options:after {
      content: "";
      display: table;
      clear: both; }
    .bookDetails .purchase-options p, .authorDetails .purchase-options p {
      margin: 0 20px 0 0;
      display: block;
      float: left;
      line-height: 45px; }
      .bookDetails .purchase-options p.price, .authorDetails .purchase-options p.price {
        font-size: 24px;
        color: #491178;
        font-family: 'Whitney Semibold';
        font-style: normal;
        font-weight: 700; }
      .bookDetails .purchase-options p.binding, .authorDetails .purchase-options p.binding {
        font-style: italic;
        font-size: 15px;
        color: #989898; }
    .bookDetails .purchase-options .add-to-cart-button, .authorDetails .purchase-options .add-to-cart-button {
      position: relative;
      float: left;
      padding-left: 65px; }
      .bookDetails .purchase-options .add-to-cart-button a, .authorDetails .purchase-options .add-to-cart-button a {
        display: block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #491178;
        -moz-transition: 0.2s;
        -o-transition: 0.2s;
        -webkit-transition: 0.2s;
        transition: 0.2s;
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        border: solid 2px #491178; }
        .bookDetails .purchase-options .add-to-cart-button a.viewCartLink, .authorDetails .purchase-options .add-to-cart-button a.viewCartLink {
          background-color: #fff;
          color: #491178; }
          .bookDetails .purchase-options .add-to-cart-button a.viewCartLink:HOVER, .authorDetails .purchase-options .add-to-cart-button a.viewCartLink:HOVER {
            background-color: #fff;
            color: #491178; }
        .bookDetails .purchase-options .add-to-cart-button a:HOVER, .authorDetails .purchase-options .add-to-cart-button a:HOVER {
          border: solid 2px #491178;
          background-color: #000; }
      .bookDetails .purchase-options .add-to-cart-button span.out-of-stock, .authorDetails .purchase-options .add-to-cart-button span.out-of-stock {
        color: #ed145b;
        font-family: 'Whitney Book';
        font-style: normal;
        font-weight: 400;
        position: absolute;
        bottom: -25px;
        left: 65px;
        width: 220px;
        font-size: 14px;
        font-style: italic; }
      @media (max-width: 830px) {
        .bookDetails .purchase-options .add-to-cart-button, .authorDetails .purchase-options .add-to-cart-button {
          float: left;
          clear: left;
          margin: 0;
          padding: 0; } }
    .bookDetails .purchase-options .otherBindings, .authorDetails .purchase-options .otherBindings {
      float: right;
      max-width: 200px;
      color: #989898; }
      @media (max-width: 990px) {
        .bookDetails .purchase-options .otherBindings, .authorDetails .purchase-options .otherBindings {
          float: none;
          padding-top: 20px;
          clear: left; } }
      .bookDetails .purchase-options .otherBindings h3, .authorDetails .purchase-options .otherBindings h3 {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        font-family: 'Whitney Book';
        font-style: normal;
        font-weight: 400;
        font-size: 1em;
        font-style: italic; }
      .bookDetails .purchase-options .otherBindings a, .authorDetails .purchase-options .otherBindings a {
        color: #464646; }
  .bookDetails .lower-details:after, .authorDetails .lower-details:after {
    content: "";
    display: table;
    clear: both; }
  .bookDetails .lower-details .left-col, .authorDetails .lower-details .left-col {
    float: left;
    width: 23%;
    min-width: 210px;
    max-width: 213px;
    margin: 0 68px 0 0;
    display: block; }
    @media (max-width: 830px) {
      .bookDetails .lower-details .left-col, .authorDetails .lower-details .left-col {
        width: auto;
        max-width: 999px;
        margin: 0;
        max-width: none; } }
  .bookDetails .lower-details .subjects-and-series, .authorDetails .lower-details .subjects-and-series {
    line-height: 1.6; }
    .bookDetails .lower-details .subjects-and-series p, .authorDetails .lower-details .subjects-and-series p {
      margin: 0.4em 0 0; }
      .bookDetails .lower-details .subjects-and-series p.series-text, .authorDetails .lower-details .subjects-and-series p.series-text {
        margin: 1em 0; }
    .bookDetails .lower-details .subjects-and-series a, .authorDetails .lower-details .subjects-and-series a {
      color: #491178;
      text-decoration: none;
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      display: block;
      border: none; }
      .bookDetails .lower-details .subjects-and-series a.series-link, .authorDetails .lower-details .subjects-and-series a.series-link {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline; }
  .bookDetails .lower-details .authors-information, .authorDetails .lower-details .authors-information {
    margin: 2em 0 1em;
    border-top: 1px solid #e5e5e5; }
    .bookDetails .lower-details .authors-information .author-bio strong, .bookDetails .lower-details .authors-information .author-bio b, .authorDetails .lower-details .authors-information .author-bio strong, .authorDetails .lower-details .authors-information .author-bio b {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700; }
    .bookDetails .lower-details .authors-information a, .authorDetails .lower-details .authors-information a {
      color: inherit; }
  .bookDetails .lower-details .right-col, .authorDetails .lower-details .right-col {
    float: left;
    width: 62%;
    display: block; }
    @media (max-width: 830px) {
      .bookDetails .lower-details .right-col, .authorDetails .lower-details .right-col {
        width: auto;
        max-width: 999px; } }
  .bookDetails .lower-details .full-description, .authorDetails .lower-details .full-description {
    max-width: 656px;
    font-size: 1.267em;
    line-height: 1.73em; }
    @media (max-width: 767px) {
      .bookDetails .lower-details .full-description, .authorDetails .lower-details .full-description {
        border-top: 1px solid #e5e5e5;
        font-size: 1.15em;
        line-height: 1.4em;
        padding: 1em 0 0; } }
  .bookDetails .lower-details .review-text, .authorDetails .lower-details .review-text {
    margin: 2em 0 1em;
    border-top: 1px solid #e5e5e5;
    width: 100%; }
    .bookDetails .lower-details .review-text .reviews, .authorDetails .lower-details .review-text .reviews {
      list-style: none;
      padding: 0 2em 0 0; }

.author-links {
  margin: 0.25em 0;
  padding: 0;
  list-style: none;
  font-size: 1.267em;
  line-height: 1.67em;
  color: #464646;
  float: right;
  width: 100%; }
  .author-links:after {
    content: "";
    display: table;
    clear: both; }
  .author-links a {
    border-bottom: 1px solid #e5e5e5;
    text-decoration: none;
    color: inherit;
    padding: 0 0 0.1em; }
  .author-links li {
    float: left; }
    .author-links li.block-author {
      display: block; }
    .author-links li.new-line-author {
      clear: left; }

.section-title {
  font-family: 'Whitney Semibold';
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase; }

.series-header, .subjects-header {
  padding: 34px 68px 17px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .series-header h1, .subjects-header h1 {
    color: #491178;
    font-family: 'Whitney Bold';
    font-style: normal;
    font-weight: 700;
    font-size: 2.4em;
    padding: 0 280px 0 0; }
    .single-subject .series-header h1, .single-subject .subjects-header h1 {
      width: 50%;
      padding: 0; }
  .series-header .right-wrap, .subjects-header .right-wrap {
    position: absolute;
    right: 30px;
    top: 68px;
    z-index: 5000; }
  @media (max-width: 1020px) {
    .series-header, .subjects-header {
      padding: 34px; } }
  @media (max-width: 767px) {
    .series-header, .subjects-header {
      padding: 34px 17px 17px; }
      .series-header h1, .subjects-header h1 {
        padding: 0 34px 0 0;
        margin-bottom: 0; }
        .single-subject .series-header h1, .single-subject .subjects-header h1 {
          width: auto; }
      .series-header .right-wrap, .subjects-header .right-wrap {
        right: 0;
        top: 0;
        width: 100%; } }
  .series-header .all-books-link, .subjects-header .all-books-link {
    font-size: 15px;
    line-height: 1;
    color: #000;
    white-space: nowrap;
    font-family: 'Whitney Book';
    font-style: normal;
    font-weight: 400;
    margin: 0;
    border-bottom: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5; }
    .series-header .all-books-link:after, .subjects-header .all-books-link:after {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      content: "";
      width: 24px;
      height: 24px;
      -moz-transform: scale(0.7, 0.7);
      -ms-transform: scale(0.7, 0.7);
      -webkit-transform: scale(0.7, 0.7);
      transform: scale(0.7, 0.7);
      background: url(../images/icons.png) -240px 0 no-repeat; }
      .svg .series-header .all-books-link:after, .svg .subjects-header .all-books-link:after {
        background: url(../images/icons.svg) -240px 0 no-repeat; }
    .series-header .all-books-link:HOVER, .subjects-header .all-books-link:HOVER {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.all-books-link {
  white-space: nowrap; }

.addthis_sharing_toolbox {
  margin: 15px 0; }
  .addthis_sharing_toolbox a {
    border: none; }

.dropdown-list {
  position: relative;
  float: right;
  width: 294px;
  height: 32px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  background-color: #FFF;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -moz-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear; }
  .page-id-209 .dropdown-list {
    margin-top: -30px; }
  @media (max-width: 767px) {
    .dropdown-list {
      width: 100%;
      border-left: none;
      border-right: none; } }
  .dropdown-list span.dropdownToggle {
    line-height: 24px;
    display: block;
    padding: 0.4em 0.8em 0.2em;
    border-bottom: 1px solid #e5e5e5;
    text-transform: uppercase;
    font-family: 'Whitney Semibold';
    font-style: normal;
    font-weight: 700;
    color: #491178;
    font-size: 1em;
    cursor: pointer; }
  .dropdown-list span.toggleArrow {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0.25em;
    right: 0.5em;
    pointer-events: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    background: url(../images/icons.png) -216px 0 no-repeat; }
    .svg .dropdown-list span.toggleArrow {
      background: url(../images/icons.svg) -216px 0 no-repeat; }
  .dropdown-list .drop-wrap {
    position: relative;
    overflow-y: scroll;
    display: none;
    max-height: 322px;
    -moz-box-shadow: rgba(229, 229, 229, 0.5) 0px 1px 9px -2px inset;
    -webkit-box-shadow: rgba(229, 229, 229, 0.5) 0px 1px 9px -2px inset;
    box-shadow: rgba(229, 229, 229, 0.5) 0px 1px 9px -2px inset;
    -webkit-overflow-scrolling: touch; }
  .dropdown-list ul {
    margin: 0em 0 0;
    padding: 0.5em 0 1em;
    list-style: none;
    width: 100%;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .dropdown-list ul li a {
      display: block;
      padding: 0.4em 1.5em 0.4em 0.8em;
      color: #7a7a7a;
      text-decoration: none;
      border: none; }
      .dropdown-list ul li a:HOVER {
        color: #491178; }
  .dropdown-list.showing-dropdown {
    min-height: 356px; }
    .page-id-209 .dropdown-list.showing-dropdown {
      min-height: 160px; }
    .dropdown-list.showing-dropdown span.toggleArrow {
      -moz-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
      -webkit-transform: scaleY(-1);
      transform: scaleY(-1); }
    .dropdown-list.showing-dropdown ul {
      visibility: visible;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }

.series-top {
  padding: 17px 68px;
  border-bottom: 1px solid #e5e5e5; }
  .series-top:after {
    content: "";
    display: table;
    clear: both; }
  .series-top .series-left {
    width: 66%;
    float: left;
    font-size: 1.267em;
    line-height: 1.73em; }
    .series-top .series-left .series-description {
      padding: 0 80px 0 0; }
  .series-top .series-right {
    width: 27%;
    float: right;
    border-left: 1px solid #e5e5e5; }
    .series-top .series-right .series-submissions {
      padding: 0.5em 0 0 30px; }
      .series-top .series-right .series-submissions h3 {
        font-family: 'Whitney Semibold';
        font-style: normal;
        font-weight: 700;
        font-size: 1em;
        line-height: 1.33; }
  @media (max-width: 767px) {
    .series-top {
      padding: 17px; }
      .series-top .series-left {
        font-size: 1.15em;
        line-height: 1.4em; }
      .series-top .series-left, .series-top .series-right {
        width: 100%;
        float: none;
        border-left: none; }
        .series-top .series-left .series-description, .series-top .series-left .series-submissions, .series-top .series-right .series-description, .series-top .series-right .series-submissions {
          padding: 0 17px 0 0; } }

.series-books, .subjects-books {
  padding: 34px 68px;
  position: relative; }
  @media (max-width: 1020px) {
    .series-books, .subjects-books {
      padding: 17px 34px; } }
  @media (max-width: 767px) {
    .series-books, .subjects-books {
      padding: 17px; } }

.results-count, .booklist-count {
  font-size: 15px;
  line-height: 1;
  color: #959595;
  font-family: 'Whitney Book';
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0 1em; }
  .single-subjects .results-count, .single-subjects .booklist-count {
    display: none; }

.search-header {
  position: relative;
  z-index: 10;
  padding: 68px 68px 34px; }
  .search-header h1 {
    font-size: 1.267em;
    font-family: 'Whitney Semibold';
    font-style: normal;
    font-weight: 700;
    margin: 0; }
  @media (max-width: 767px) {
    .search-header {
      padding: 20px 10px 10px; } }

.search-contents {
  padding: 0 68px 34px; }
  @media (max-width: 767px) {
    .search-contents {
      padding: 20px 10px 10px; } }

.searchResults {
  position: relative;
  margin: 0 0 2em;
  list-style: none;
  padding: 0; }
  .searchResults .searchResult {
    border-top: 1px solid #e5e5e5;
    padding: 34px 0 34px 230px; }
    .searchResults .searchResult .result-image {
      float: left;
      margin: 0 30px 0 -230px; }
    .searchResults .searchResult .result-text {
      float: left; }
    .searchResults .searchResult a {
      text-decoration: none; }
    .searchResults .searchResult h1 {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      color: #491178;
      margin: 0;
      font-size: 1.267em; }
    .searchResults .searchResult h2 {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      color: #491178;
      margin: 0;
      font-style: italic;
      font-size: 1.267em;
      line-height: 1.73em; }
    .searchResults .searchResult .result-info {
      margin: 1em 0 0; }
      .searchResults .searchResult .result-info p {
        margin: 0; }
      .searchResults .searchResult .result-info .subjects-wrap {
        margin: 1em 0 0; }
        .searchResults .searchResult .result-info .subjects-wrap a {
          color: #491178;
          text-decoration: none;
          border-bottom: 1px solid #491178; }
    @media (max-width: 767px) {
      .searchResults .searchResult {
        padding: 17px 0; }
        .searchResults .searchResult .result-image {
          float: none;
          margin: 0 0 10px; }
        .searchResults .searchResult .result-text {
          float: none;
          padding: 0 10px 0 0; } }

.hero-home {
  position: relative;
  height: 500px;
  background-color: #ededed;
  border-bottom: solid 1px #dcdcdc;
  list-style: none;
  margin: 0 0px;
  padding: 0; }
  @media (max-width: 767px) {
    .hero-home {
      height: auto; } }
  .hero-home a {
    border: none; }
  .hero-home .cycle-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: none; }
    .hero-home .cycle-slide.first-slide {
      display: block; }
    .hero-home .cycle-slide h1 {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      font-size: 1.86em;
      line-height: 1.15em; }
      .hero-home .cycle-slide h1 a {
        color: inherit; }
    .hero-home .cycle-slide h6.cycle-header {
      font-size: 1em;
      border-bottom: 1px solid;
      border-bottom-color: #878787;
      text-transform: uppercase;
      padding: 0 0 0.5em;
      margin: 1.75em 0;
      color: #878787; }
    .hero-home .cycle-slide p {
      font-size: 1.13em;
      line-height: 1.67em;
      margin: 0 0 0.25em; }
    .hero-home .cycle-slide .cycle-linkout {
      margin: 1em 1.5em 0 0;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 0 0 0 2em;
      position: relative;
      color: inherit;
      line-height: 24px;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
      .hero-home .cycle-slide .cycle-linkout:HOVER {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1; }
      .hero-home .cycle-slide .cycle-linkout span {
        position: absolute;
        top: 0;
        left: 0;
        background-position: -240px 0;
        -moz-transform: scale(0.7, 0.7);
        -ms-transform: scale(0.7, 0.7);
        -webkit-transform: scale(0.7, 0.7);
        transform: scale(0.7, 0.7); }
    .hero-home .cycle-slide .inner {
      padding: 35px 70px; }
      @media (max-width: 1020px) {
        .hero-home .cycle-slide .inner {
          padding: 17px 34px; } }
    .hero-home .cycle-slide .col {
      float: left;
      position: relative;
      height: 100%; }
      .hero-home .cycle-slide .col.col-40 {
        width: 40%; }
      .hero-home .cycle-slide .col.col-50 {
        width: 50%; }
      .hero-home .cycle-slide .col.col-60 {
        width: 60%; }
    .hero-home .cycle-slide.image-left .col {
      float: right; }
    @media (max-width: 767px) {
      .hero-home .cycle-slide {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        border-top: 1px solid #dfdfdf;
        display: block; }
        .hero-home .cycle-slide:after {
          content: "";
          display: table;
          clear: both; }
        .hero-home .cycle-slide.first-slide {
          border-top: none; }
        .hero-home .cycle-slide:nth-child(2n+1) {
          background-color: #FFF; }
        .hero-home .cycle-slide.cycle-sentinel {
          display: none !important; }
        .hero-home .cycle-slide .inner {
          padding: 17px; }
        .hero-home .cycle-slide h1 {
          font-size: 1.25em; }
        .hero-home .cycle-slide h6.cycle-header {
          font-size: 0.8em;
          text-transform: uppercase;
          padding: 0 0 0.25em;
          margin: 1em 0; }
        .hero-home .cycle-slide p {
          font-size: 1em;
          line-height: 1.2em; }
        .hero-home .cycle-slide .col {
          float: none;
          height: auto; }
          .hero-home .cycle-slide .col.col-40, .hero-home .cycle-slide .col.col-50, .hero-home .cycle-slide .col.col-60 {
            width: 100%; }
          .hero-home .cycle-slide .col.image-left .col {
            float: left; } }
    .hero-home .cycle-slide .image-wrap {
      margin: 0 auto;
      padding: 3em 0 0; }
      .hero-home .cycle-slide .image-wrap img {
        -moz-box-shadow: 0 0 11px rgba(0, 0, 1, 0.25);
        -webkit-box-shadow: 0 0 11px rgba(0, 0, 1, 0.25);
        box-shadow: 0 0 11px rgba(0, 0, 1, 0.25);
        border: solid 1px #ccc;
        max-width: 90%;
        height: auto; }
      @media (max-width: 767px) {
        .hero-home .cycle-slide .image-wrap {
          padding: 1.5em 0 0; }
          .hero-home .cycle-slide .image-wrap img {
            max-width: 67%; } }
    .hero-home .cycle-slide .blog-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (max-width: 767px) {
        .hero-home .cycle-slide .blog-image {
          height: 200px;
          position: relative;
          top: auto;
          right: auto; } }
      .hero-home .cycle-slide .blog-image .image-linkout {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
    .hero-home .cycle-slide.full-width a {
      -moz-background-size: cover;
      -o-background-size: cover;
      -webkit-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .hero-home .cycle-slide.full-width {
        height: 200px; } }

.vert-pager {
  position: absolute;
  width: 35px;
  height: 50%;
  top: 25%;
  left: -35px;
  z-index: 101; }
  @media (max-width: 1020px) {
    .vert-pager {
      left: -27px; } }
  @media (max-width: 767px) {
    .vert-pager {
      display: none; } }
  .vert-pager a {
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: relative;
    margin: 1em 0;
    border: none; }
    .vert-pager a span {
      -moz-transition: 0.25s;
      -o-transition: 0.25s;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
      .vert-pager a span.slide-arrow {
        display: block;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 5px;
        left: -100%;
        background-image: url(../images/icons.png);
        background-repeat: no-repeat;
        background-position: -240px -48px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0; }
        .svg .vert-pager a span.slide-arrow {
          background-image: url(../images/icons.svg); }
      .vert-pager a span.slide-carrot {
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        top: 0px;
        left: 25%;
        z-index: -1;
        background-image: url(../images/slide-carrot.png);
        background-repeat: no-repeat;
        background-position: -35px 0px;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -moz-transition-property: background-position;
        -o-transition-property: background-position;
        -webkit-transition-property: background-position;
        transition-property: background-position; }
        .svg .vert-pager a span.slide-carrot {
          background-image: url(../images/slide-carrot.svg); }
    .vert-pager a:HOVER .slide-text {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .vert-pager a.cycle-pager-active .slide-text {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .vert-pager a.cycle-pager-active .slide-arrow {
      left: 6px;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .vert-pager a.cycle-pager-active .slide-carrot {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      background-position: 0 0; }

.archive-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .archive-list li {
    font-size: 18px;
    margin: 3px 0; }

.home-zone {
  padding: 34px 26px; }
  .home-zone a {
    color: inherit;
    text-decoration: none; }
  .home-zone h1 {
    font-family: 'Whitney Semibold';
    font-style: normal;
    font-weight: 700;
    color: #491178;
    border-bottom: 1px solid #d3d3d3;
    font-size: 1em;
    padding: 0 0 0.5em;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .home-zone {
      padding: 17px; } }
  .home-zone .subjectory {
    float: left;
    width: 70%;
    font-size: 1.13em; }
    .home-zone .subjectory h1 {
      margin-right: 1em; }
    .home-zone .subjectory ul {
      float: left;
      width: 30%;
      max-width: 300px;
      margin: 0 3% 0 0;
      padding: 0;
      list-style: none; }
      .home-zone .subjectory ul a {
        display: block;
        color: #7a7a7a;
        border: none; }
        .home-zone .subjectory ul a:HOVER {
          color: #000; }
    @media (max-width: 1020px) {
      .home-zone .subjectory {
        width: auto;
        float: none;
        margin: 0 0 2em; }
        .home-zone .subjectory:after {
          content: "";
          display: table;
          clear: both; }
        .home-zone .subjectory h1 {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .home-zone .subjectory {
        display: none; } }
  .home-zone .social-zone {
    float: left;
    width: 30%;
    min-height: 275px;
    position: relative; }
    .home-zone .social-zone:before {
      content: "";
      position: absolute;
      top: 0;
      left: -1px;
      height: 100%;
      width: 1px;
      background-color: #e5e5e5; }
    .home-zone .social-zone h1 {
      font-size: 1.13em;
      margin-left: 1em; }
    .home-zone .social-zone .social-links-list {
      padding: 0 0 1.5em 1em; }
      .home-zone .social-zone .social-links-list li a.newsletter span, .home-zone .social-zone .social-links-list li a.square-blog span {
        top: 0.8em;
        left: 0.7em; }
    @media (max-width: 1020px) {
      .home-zone .social-zone {
        float: none;
        width: auto;
        min-height: 0; }
        .home-zone .social-zone:before {
          display: none; }
        .home-zone .social-zone h1 {
          margin-left: 0; }
        .home-zone .social-zone .social-links-list {
          padding: 0; }
          .home-zone .social-zone .social-links-list li {
            width: 33.33%;
            float: left; }
            .home-zone .social-zone .social-links-list li a.newsletter, .home-zone .social-zone .social-links-list li a.square-blog {
              padding: 1em 1em 1em 3em; } }
    @media (max-width: 767px) {
      .home-zone .social-zone {
        min-height: 212px; }
        .home-zone .social-zone .social-links-list li {
          width: auto;
          float: none; } }

.footer-features-wrap {
  background-color: #f5f5f5;
  border-top: 1px solid #dfdfdf; }
  .footer-features-wrap .footer-features {
    margin: 24px 0 2.5em;
    padding: 0;
    list-style: none; }
    @media (max-width: 767px) {
      .footer-features-wrap .footer-features {
        margin: 0 0 1em; } }
    .footer-features-wrap .footer-features li {
      float: left;
      width: 33.33%;
      min-height: 230px;
      display: block;
      position: relative; }
      .footer-features-wrap .footer-features li:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        top: 0;
        left: -1px;
        background-color: #dfdfdf; }
        @media (max-width: 767px) {
          .footer-features-wrap .footer-features li:before {
            display: none; } }
      .footer-features-wrap .footer-features li:first-of-type:before {
        display: none; }
      .footer-features-wrap .footer-features li .graphic {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        min-height: 200px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center; }
      .footer-features-wrap .footer-features li .page-link {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: block;
        padding: 210px 0 12px;
        text-indent: 24px;
        border: none;
        color: #222; }
        .footer-features-wrap .footer-features li .page-link:HOVER {
          color: #491178; }
      @media (max-width: 767px) {
        .footer-features-wrap .footer-features li {
          float: none;
          width: auto;
          min-height: none;
          border-top: 1px solid #dfdfdf;
          margin: 0 0 1em; }
          .footer-features-wrap .footer-features li:first-of-type {
            border-top: none; }
          .footer-features-wrap .footer-features li .page-link {
            text-align: center;
            text-indent: 0; } }

.single-link-book-list {
  position: relative;
  padding: 34px 68px 0; }
  .single-link-book-list .headline {
    font-family: 'Whitney Semibold';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 26px; }
  .single-link-book-list .booklist-count {
    display: none; }
  .single-link-book-list .book-list-nav {
    position: absolute;
    width: 25px;
    height: 56px;
    top: 40%;
    background-color: #491178;
    cursor: pointer;
    visibility: visible;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .single-link-book-list .book-list-nav .icon {
      margin: 16px 0;
      text-indent: -6000px;
      background-position: -288px -48px; }
    .single-link-book-list .book-list-nav.nav-prev {
      left: 0;
      visibility: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .single-link-book-list .book-list-nav.nav-prev .icon {
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1); }
    .single-link-book-list .book-list-nav.nav-next {
      right: 0; }

.featured-book-full {
  display: none; }

.all-books-link-wrap {
  padding: 48px 0 56px;
  text-align: center; }
  .all-books-link-wrap a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    padding: 16px 20px;
    background-color: #491178;
    color: #fff;
    border: none;
    text-transform: uppercase; }
  @media (max-width: 767px) {
    .all-books-link-wrap {
      padding: 24px 17px 36px; } }

.book-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em; }
  .book-list:after {
    content: "";
    display: table;
    clear: both; }
  .single-link-book-list .book-list {
    height: 445px;
    overflow: hidden; }
  .book-list li {
    float: left;
    width: 160px;
    height: 415px;
    margin: 0 26px 0 0;
    padding: 0; }
    .single-link-book-list .book-list li {
      height: 445px; }
    .book-list li .book-image {
      display: block;
      margin: 0 0 0.5em;
      width: 100%;
      height: 240px;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0% 100%; }
    .book-list li .no-book-image {
      height: 240px;
      padding: 0;
      margin: 0 0 0.5em;
      background-color: #dadada; }
    .book-list li img {
      height: 240px;
      width: auto;
      display: block; }
    .book-list li .book-title {
      display: block;
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700; }
    .book-list li span.single-series {
      font-style: italic; }
      .single-series .book-list li span.single-series {
        display: none; }
  .book-list a {
    color: #252525;
    text-decoration: none;
    border: none; }
  @media (max-width: 767px) {
    .book-list li {
      width: auto;
      height: auto;
      margin: 0 0 2em;
      float: none; }
      .book-list li img {
        width: auto; } }
  .book-list .author-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .book-list .author-list li {
      float: none;
      width: auto;
      height: auto;
      margin: 0; }

.cycle-book-list {
  position: relative;
  font-size: 1em; }
  .cycle-book-list:after {
    content: "";
    display: table;
    clear: both; }
  .single-link-book-list-cycle .cycle-book-list {
    height: 445px;
    overflow: hidden; }
    @media (max-width: 1020px) {
      .single-link-book-list-cycle .cycle-book-list {
        height: auto; } }
  .cycle-book-list ul {
    list-style: none;
    margin: 0 0 0 13px;
    padding: 0;
    height: 375px;
    width: 100%; }
    .csscalc .cycle-book-list ul {
      margin: 0 68px;
      width: calc(100% - 136px); }
    @media (max-width: 1020px) {
      .cycle-book-list ul {
        height: auto; }
        .csscalc .cycle-book-list ul {
          margin: 0 34px;
          width: calc(100% - 68px); } }
    @media (max-width: 767px) {
      .cycle-book-list ul {
        width: auto;
        display: none;
        padding: 0 17px; }
        .cycle-book-list ul.group-1 {
          display: block; }
        .cycle-book-list ul.cycle-sentinel {
          display: none !important; } }
  .cycle-book-list li {
    float: left;
    width: 19.9%;
    height: 375px;
    margin: 0 0px 0 0;
    padding: 0; }
    .cycle-book-list li .inner-book-cycle {
      padding: 0 26px 0 0; }
    .single-link-book-list .cycle-book-list li {
      height: 445px; }
    .cycle-book-list li .book-image {
      display: block;
      margin: 0 0 0.5em;
      width: 100%;
      height: 240px;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: 0% 100%; }
    .cycle-book-list li .no-book-image {
      height: 240px;
      background-color: #dadada; }
    .cycle-book-list li img {
      width: 100%;
      height: auto;
      display: block; }
    .cycle-book-list li .book-title {
      display: block;
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700; }
    .cycle-book-list li span.single-series {
      font-style: italic; }
      .single-series .cycle-book-list li span.single-series {
        display: none; }
    @media (max-width: 1020px) {
      .cycle-book-list li {
        height: auto;
        margin: 0 0 34px; } }
    @media (max-width: 767px) {
      .cycle-book-list li {
        width: auto; } }
  .cycle-book-list.partner-list li img {
    width: auto;
    max-width: 100%; }
  .cycle-book-list a {
    color: #252525;
    text-decoration: none;
    border: none; }
  .cycle-book-list .cycle-prev, .cycle-book-list .cycle-next {
    position: absolute;
    width: 25px;
    height: 56px;
    top: 40%;
    background-color: #491178;
    cursor: pointer;
    visibility: visible;
    z-index: 500;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: 0.25s;
    -o-transition: 0.25s;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    .cycle-book-list .cycle-prev .icon, .cycle-book-list .cycle-next .icon {
      margin: 16px 0;
      text-indent: -6000px;
      background-position: -288px -48px; }
    @media (max-width: 1020px) {
      .cycle-book-list .cycle-prev, .cycle-book-list .cycle-next {
        top: 30%; } }
    @media (max-width: 767px) {
      .cycle-book-list .cycle-prev, .cycle-book-list .cycle-next {
        display: none; } }
  .cycle-book-list .cycle-prev {
    left: 0; }
    .cycle-book-list .cycle-prev .icon {
      -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -webkit-transform: scaleX(-1);
      transform: scaleX(-1); }
    @media (max-width: 1020px) {
      .cycle-book-list .cycle-prev {
        left: -7px; } }
  .cycle-book-list .cycle-next {
    right: 0; }
    @media (max-width: 1020px) {
      .cycle-book-list .cycle-next {
        right: -7px; } }
  .cycle-book-list.no-nav .cycle-prev, .cycle-book-list.no-nav .cycle-next {
    display: none; }

.single-link-book-list-cycle {
  border-bottom: 1px solid #e5e5e5; }

.partners-books {
  border-top: 1px solid #e5e5e5;
  padding: 17px 0 68px; }

.single-link-book-list-cycle h2.headline, .partners-books h2.headline {
  margin-left: 68px; }
  @media (max-width: 1020px) {
    .single-link-book-list-cycle h2.headline, .partners-books h2.headline {
      margin-left: 34px; } }
  @media (max-width: 767px) {
    .single-link-book-list-cycle h2.headline, .partners-books h2.headline {
      margin-left: 17px; } }

.social-links-list {
  margin: 0;
  padding: 0.5em 0 1.5em;
  list-style: none; }
  @media (max-width: 1020px) {
    .social-links-list {
      padding: 1.5em 0; } }
  .social-links-list li {
    display: block;
    margin: 0; }
    @media (max-width: 1020px) {
      .social-links-list li {
        width: 33.33%;
        float: left; } }
    .social-links-list li a {
      display: block;
      color: #7a7a7a; }
      .social-links-list li a.newsletter, .social-links-list li a.square-blog {
        position: relative;
        padding: 1em 3em;
        border-bottom: 1px solid #e5e5e5; }
        .social-links-list li a.newsletter span, .social-links-list li a.square-blog span {
          position: absolute;
          width: 24px;
          height: 24px;
          top: 0.5em;
          left: 0.5em;
          display: block;
          background-image: url(../images/icons.png);
          background-repeat: no-repeat;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
          opacity: 0.6; }
          .svg .social-links-list li a.newsletter span, .svg .social-links-list li a.square-blog span {
            background-image: url(../images/icons.svg); }
        .social-links-list li a.newsletter:HOVER, .social-links-list li a.square-blog:HOVER {
          color: #000; }
          .social-links-list li a.newsletter:HOVER span, .social-links-list li a.square-blog:HOVER span {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1; }
        @media (max-width: 1020px) {
          .social-links-list li a.newsletter, .social-links-list li a.square-blog {
            border-bottom: none;
            border-right: 1px solid #e5e5e5; } }
        @media (max-width: 767px) {
          .social-links-list li a.newsletter, .social-links-list li a.square-blog {
            border-right: none;
            border-bottom: 1px solid #e5e5e5; } }
      .social-links-list li a.square-blog span {
        background-position: 0px 0; }
      .social-links-list li a.newsletter span {
        background-position: -24px 0; }
  .social-links-list .social-links {
    padding: 1em 0.5em 0.5em;
    display: block;
    float: left;
    margin: 0;
    border: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
    @media (max-width: 1020px) {
      .social-links-list .social-links {
        padding: 0.5em; }
        .home .social-links-list .social-links {
          padding: 1em 0.5em 0.5em; } }
    .social-links-list .social-links span {
      width: 24px;
      height: 24px;
      display: block;
      text-indent: -6000px;
      background-image: url(../images/icons.png);
      background-repeat: no-repeat; }
      .svg .social-links-list .social-links span {
        background-image: url(../images/icons.svg); }
    .social-links-list .social-links:HOVER {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .social-links-list .social-links.facebook-link span {
      background-position: -48px 0; }
    .social-links-list .social-links.twitter-link span {
      background-position: -72px 0; }
    .social-links-list .social-links.youtube-link span {
      background-position: -96px 0; }
    .social-links-list .social-links.tumblr-link span {
      background-position: -120px 0; }
    .social-links-list .social-links.scribd-link span {
      background-position: -144px 0; }

.page-header {
  padding: 34px 68px 17px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .page-header h1 {
    font-family: 'Whitney Bold';
    font-style: normal;
    font-weight: 700;
    color: #491178; }
  @media (max-width: 1020px) {
    .page-header {
      padding: 17px 34px 8px; } }
  @media (max-width: 767px) {
    .page-header {
      padding: 17px 17px 8px; } }

.page-contents {
  padding: 34px 68px 68px; }
  .page-contents .inner {
    max-width: 720px; }
    .page-contents .inner h3, .page-contents .inner h4 {
      margin-bottom: 0.67em; }
    .page-contents .inner b, .page-contents .inner strong {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700; }
    .page-contents .inner h5 {
      font-size: 1.267em;
      line-height: 1.73em;
      margin-top: 0; }
  .page-contents.partners-contents {
    padding: 34px 0px 68px; }
    .page-contents.partners-contents .inner {
      max-width: none; }
  @media (max-width: 1020px) {
    .page-contents {
      padding: 17px 34px 34px; } }
  @media (max-width: 767px) {
    .page-contents {
      padding: 17px 17px 34px; }
      .page-contents .inner {
        max-width: none;
        padding: 0 17px 0 0; } }
  .page-contents.btm-border {
    border-bottom: 1px solid #e5e5e5; }

.partners-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .partners-list li {
    position: relative;
    padding: 17px 68px 34px;
    border-top: 1px solid #e5e5e5; }
    .partners-list li:first-of-type {
      border-top: none; }
    .partners-list li .left-part {
      float: left;
      width: 180px;
      text-align: center;
      margin: 0 34px 0 0;
      padding: 10px 0; }
      .partners-list li .left-part img {
        max-width: 100%;
        height: auto; }
    .partners-list li .right-part {
      float: left;
      width: 60%;
      max-width: 720px; }
      .partners-list li .right-part .read-more {
        color: #7a7a7a;
        border-bottom: none; }
        .partners-list li .right-part .read-more:HOVER {
          color: #491178; }
    .partners-list li h3 a {
      border-bottom: none; }
    @media (max-width: 1020px) {
      .partners-list li {
        padding: 17px 34px 34px; } }
    @media (max-width: 767px) {
      .partners-list li {
        padding: 17px 34px 34px 17px; }
        .partners-list li .inner {
          padding: 0; }
        .partners-list li .right-part, .partners-list li .left-part {
          width: auto;
          float: none; } }

.browse-col {
  float: left;
  font-size: 1.267em;
  line-height: 1.73em; }
  .browse-col h1 {
    display: block;
    font-size: 27px;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Whitney Book';
    font-style: normal;
    font-weight: 400;
    padding-bottom: 17px;
    margin-top: 0; }
  .browse-col a {
    border: none;
    color: #7a7a7a; }
    .browse-col a:HOVER {
      color: #491178; }
  .browse-col ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .browse-col.browse-left {
    width: 66.67%; }
    .browse-col.browse-left .browse-inner {
      padding: 0 30px 68px 0; }
  .browse-col.browse-right {
    width: 33.33%; }
    .browse-col.browse-right ul {
      margin-bottom: 1.5em; }
    .browse-col.browse-right .browse-inner {
      padding: 0 0 0 30px;
      border-left: 1px solid #e5e5e5; }
  @media (max-width: 767px) {
    .browse-col {
      float: none;
      font-size: 1.15em;
      line-height: 1.4em; }
      .browse-col.browse-left, .browse-col.browse-right {
        width: auto; }
        .browse-col.browse-left .browse-inner, .browse-col.browse-right .browse-inner {
          padding: 10px 0;
          border-left: none; } }
  .browse-col p {
    font-size: 15px;
    line-height: 20px;
    margin: 1.5em 0; }

.author-page-contents {
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  padding-bottom: 34px; }
  .author-page-contents .text-content {
    max-width: 550px;
    font-size: 19px; }

.awards-header, .events-header {
  padding: 17px 0px;
  border-bottom: 1px solid #e5e5e5;
  position: relative; }
  .awards-header h1, .events-header h1 {
    font-family: 'Whitney Bold';
    font-style: normal;
    font-weight: 700;
    color: #491178;
    margin: 0;
    font-size: 2.4em;
    position: relative; }
  .awards-header .jumplink-years, .events-header .jumplink-years {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #252525;
    font-size: 15px;
    font-family: 'Whitney Book';
    font-style: normal;
    font-weight: 400;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase; }
    .awards-header .jumplink-years li, .events-header .jumplink-years li {
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      margin: 0 0 0 10px; }
      .awards-header .jumplink-years li a, .events-header .jumplink-years li a {
        color: inherit;
        border-color: transparent; }
    @media (max-width: 767px) {
      .awards-header .jumplink-years, .events-header .jumplink-years {
        position: relative;
        bottom: auto;
        right: auto;
        margin: 1em 0 0;
        color: #7a7a7a;
        text-align: left; }
        .awards-header .jumplink-years li, .events-header .jumplink-years li {
          margin: 0 10px 0 0; }
          .awards-header .jumplink-years li:first-of-type, .events-header .jumplink-years li:first-of-type {
            margin: 0 10px; } }

.awards-content .awards-by-year {
  margin: 0;
  padding: 0;
  list-style: none; }
  .awards-content .awards-by-year .award-year .award-head {
    border-bottom: 1px solid #e5e5e5;
    position: relative; }
    .awards-content .awards-by-year .award-year .award-head h1 {
      font-size: 1.8em; }
    .awards-content .awards-by-year .award-year .award-head a {
      position: absolute;
      bottom: 0;
      right: 0;
      border: none;
      text-transform: uppercase;
      display: block;
      padding: 25px 0;
      color: #222; }
      @media (max-width: 767px) {
        .awards-content .awards-by-year .award-year .award-head a {
          color: #7a7a7a; } }
  .awards-content .awards-by-year .award-year .award-text {
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0; }
    .awards-content .awards-by-year .award-year .award-text strong {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700; }
  .awards-content .awards-by-year .award-year.most-recent .award-text {
    padding: 10px 0 30px;
    font-size: 1.267em;
    line-height: 1.73em; }
    @media (max-width: 1020px) {
      .awards-content .awards-by-year .award-year.most-recent .award-text {
        font-size: 1.15em;
        line-height: 1.4em; } }

.event-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .event-list .event {
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
    position: relative; }
    .event-list .event:first-of-type {
      border-top: none; }
    .event-list .event .image-wrap {
      width: 200px;
      float: left;
      border: 1px solid #e1e1e1;
      margin: 0 36px 0 0; }
    .event-list .event .time-details {
      margin: 0 0 1em; }
      .event-list .event .time-details p {
        margin: 0; }
    @media (max-width: 767px) {
      .event-list .event {
        padding: 1em 0; }
        .event-list .event .image-wrap {
          float: none;
          margin: 0 0 1em; } }
    .event-list .event .event-info {
      padding: 0 120px 0 0; }
      .event-list .event .event-info .event-title {
        border: none;
        font-size: 1.6em;
        font-family: 'Whitney Semibold';
        font-style: normal;
        font-weight: 700; }
      .event-list .event .event-info .book-link {
        position: relative;
        border: none; }
        .event-list .event .event-info .book-link .link-arrow {
          display: inline-block;
          vertical-align: middle;
          *vertical-align: auto;
          *zoom: 1;
          *display: inline;
          background-position: -240px -24px;
          -moz-transform: scale(0.7, 0.7);
          -ms-transform: scale(0.7, 0.7);
          -webkit-transform: scale(0.7, 0.7);
          transform: scale(0.7, 0.7); }
      @media (max-width: 767px) {
        .event-list .event .event-info {
          padding: 0 17px 0 0; } }
    .event-list .event .square-link {
      display: block;
      position: absolute;
      top: 30px;
      right: 0;
      background-color: #ece7f1;
      font-family: 'Whitney Book';
      font-style: normal;
      font-weight: 400;
      font-size: 1.26em;
      line-height: 1;
      padding: 12px 20px 10px;
      border: none; }
      @media (max-width: 767px) {
        .event-list .event .square-link {
          position: relative;
          top: auto;
          margin: 0 0 10px;
          text-align: center; } }

.nyupress-contact a {
  color: inherit;
  margin: 0;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5; }
.nyupress-contact .contact-col {
  float: left;
  width: 40%;
  margin: 0 1em 0 0; }
  .nyupress-contact .contact-col h1 {
    font-family: 'Whitney Bold';
    font-style: normal;
    font-weight: 700;
    color: #491178;
    font-size: 1.267em;
    line-height: 1.73em;
    margin: 0; }
  .nyupress-contact .contact-col .contact-content p {
    margin: 0;
    font-size: 1.267em;
    line-height: 1.73em; }
  @media (max-width: 767px) {
    .nyupress-contact .contact-col {
      width: auto;
      float: none;
      margin: 0 1em 1em 0; } }

.nyupress-additional {
  color: #252525;
  max-width: 500px; }
  .nyupress-additional a {
    color: inherit;
    margin: 0;
    text-decoration: none;
    border-bottom: 1px solid #e5e5e5; }

h1.department-name, .acquisitions-editors p.section-title {
  font-family: 'Whitney Semibold';
  font-style: normal;
  font-weight: 700;
  margin: 0 0 1em;
  font-size: 1em;
  color: #491178;
  text-transform: uppercase; }

h1.directory-title, .page-contents .inner h3, .page-contents .inner h4, .acquisitions-editors li h1 {
  font-family: 'Whitney Bold';
  font-style: normal;
  font-weight: 700;
  color: #491178;
  font-size: 1.267em;
  line-height: 1.73em; }

.staff {
  margin: 0 0 2em;
  padding: 0 2em 0 0;
  list-style: none; }
  .staff.top-level {
    margin: 0 0 4em; }
  .staff li {
    margin: 0 0 1em;
    max-width: 280px; }
    .staff li h1 {
      font-size: 1em;
      margin: 0;
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700; }
    .staff li p {
      font-style: italic;
      margin: 0; }
    .staff li a {
      color: inherit;
      margin: 0;
      text-decoration: none;
      border-bottom: 1px solid #e5e5e5; }

.staff-directory {
  border-top: 1px solid #e5e5e5; }

.departments-wrap {
  position: relative; }
  .departments-wrap .department-column {
    width: 33%;
    float: left; }
    @media (max-width: 767px) {
      .departments-wrap .department-column {
        width: auto;
        float: none; } }

.acquisitions-editors {
  margin: 0;
  padding: 0;
  list-style: none; }
  .acquisitions-editors li {
    padding: 1em 0;
    margin: 0 0 1em;
    border-top: 1px solid #e5e5e5; }
    .acquisitions-editors li:first-of-type {
      padding: 0 0 1em;
      border-top: none; }
    .acquisitions-editors li h1 {
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      margin: 0;
      font-size: 1em; }
    .acquisitions-editors li .basic-info {
      position: relative;
      float: left;
      font-size: 1.267em;
      width: 60%; }
      .acquisitions-editors li .basic-info p {
        margin: 0; }
        .acquisitions-editors li .basic-info p.title {
          font-style: italic; }
      .acquisitions-editors li .basic-info .bio-expand {
        display: block;
        cursor: pointer;
        position: absolute;
        left: 0;
        top: 110%;
        font-size: 15px;
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
        visibility: visible;
        color: #7a7a7a; }
        .acquisitions-editors li .basic-info .bio-expand.expanded {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          visibility: hidden; }
      @media (max-width: 767px) {
        .acquisitions-editors li .basic-info {
          width: 100%;
          float: none; }
          .acquisitions-editors li .basic-info .bio-expand {
            position: relative;
            top: auto;
            margin: 5px 0 0; } }
    .acquisitions-editors li .extended-bio {
      display: none;
      float: left;
      width: 60%;
      max-width: 720px;
      padding-bottom: 1em; }
      @media (max-width: 767px) {
        .acquisitions-editors li .extended-bio {
          width: 100%;
          max-width: none;
          float: none; } }
    .acquisitions-editors li .image-wrap {
      float: left;
      background-color: #e5e5e5;
      width: 200px;
      margin: 0 1em 0 0;
      text-align: center; }
      .acquisitions-editors li .image-wrap img {
        max-height: 180px;
        width: auto; }
      @media (max-width: 767px) {
        .acquisitions-editors li .image-wrap {
          width: 100%;
          max-width: none;
          float: none;
          margin: 0 0 1em; } }

.request-intro p {
  font-size: 1.267em;
  line-height: 1.73em; }

.book-info .cover-image {
  float: left;
  margin-right: 17px; }
  .book-info .cover-image img {
    width: 115px;
    height: auto; }
.book-info .info {
  float: left;
  width: 60%; }
.book-info input {
  display: block;
  width: 100%;
  margin: 0 0 4px; }

.page-contents .inner .form-wrap h3 {
  margin-bottom: 0.33em; }
.page-contents .inner .form-wrap .input-wrap {
  margin: 0 0 4px; }
  .page-contents .inner .form-wrap .input-wrap label {
    float: left;
    text-align: right;
    width: 125px;
    margin: 0 5px 0 0; }
  .page-contents .inner .form-wrap .input-wrap input {
    border: 1px solid #d6dcdc;
    outline: 0; }
    .page-contents .inner .form-wrap .input-wrap input[type="text"], .page-contents .inner .form-wrap .input-wrap input[type="email"] {
      width: 50%; }
    .page-contents .inner .form-wrap .input-wrap input#City {
      width: 40%;
      margin-right: 5px; }
  .page-contents .inner .form-wrap .input-wrap .address-inputs {
    float: left;
    width: 50%; }
    .page-contents .inner .form-wrap .input-wrap .address-inputs input {
      display: block; }
      .page-contents .inner .form-wrap .input-wrap .address-inputs input[type="text"] {
        width: 100%; }
      .page-contents .inner .form-wrap .input-wrap .address-inputs input#Address1 {
        margin: 0 0 4px; }
  .page-contents .inner .form-wrap .input-wrap.radio-wrap p.radio-title {
    margin-bottom: 0; }
  .page-contents .inner .form-wrap .input-wrap.radio-wrap label {
    width: auto;
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 12px 0 0; }
  .page-contents .inner .form-wrap .input-wrap.radio-wrap input {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 6px 0 0; }
  .page-contents .inner .form-wrap .input-wrap#agreement-wrap label, .page-contents .inner .form-wrap .input-wrap#email-wrap label {
    width: auto;
    text-align: left;
    float: none; }
  .page-contents .inner .form-wrap .input-wrap.submit-wrap {
    padding: 12px 0 0; }
    .page-contents .inner .form-wrap .input-wrap.submit-wrap input[type="submit"] {
      padding: 12px 16px 9px;
      background-color: #FFF;
      color: #491178;
      border: 1px solid #e5e5e5;
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      text-transform: uppercase; }
      .page-contents .inner .form-wrap .input-wrap.submit-wrap input[type="submit"]:HOVER {
        border: 1px solid #491178; }

footer {
  background-color: #f5f5f5;
  border-top: 1px solid #dfdfdf;
  padding: 0 0 68px; }
  footer .inner {
    padding: 30px 68px; }
    footer .inner:after {
      content: "";
      display: table;
      clear: both; }
    @media (max-width: 1020px) {
      footer .inner {
        padding: 17px 34px; } }
    @media (max-width: 767px) {
      footer .inner {
        padding: 17px; } }
    .home footer .inner {
      display: none; }
  footer a {
    color: inherit;
    text-decoration: none;
    border: none; }

footer .menu-main-menu-container {
  width: 595px;
  float: left; }
  @media (max-width: 1020px) {
    footer .menu-main-menu-container {
      float: none;
      width: auto;
      float: none; } }
  @media (max-width: 767px) {
    footer .menu-main-menu-container {
      display: none; } }
  footer .menu-main-menu-container ul {
    padding: 0;
    list-style: none;
    font-size: 0.867em;
    margin: 0; }
    footer .menu-main-menu-container ul:after {
      content: "";
      display: table;
      clear: both; }
  footer .menu-main-menu-container li {
    margin: 0 12px 0 0;
    float: left;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-box-flex: 1;
    box-flex: 1; }
    @media (max-width: 767px) {
      footer .menu-main-menu-container li {
        float: none;
        margin: 0 0 15px; } }
    footer .menu-main-menu-container li.about, footer .menu-main-menu-container li.partners {
      -webkit-box-flex: 2;
      -moz-box-flex: 2;
      -ms-box-flex: 2;
      box-flex: 2; }
    footer .menu-main-menu-container li.menu-item-has-children a {
      cursor: default; }
    footer .menu-main-menu-container li.menu-item-has-children li a {
      cursor: pointer; }
    footer .menu-main-menu-container li li {
      display: block;
      float: none;
      margin: 0 0 0.33em; }
      footer .menu-main-menu-container li li a {
        line-height: 1.33em;
        color: #7a7a7a; }
        footer .menu-main-menu-container li li a:HOVER {
          color: #000; }
    footer .menu-main-menu-container li h1 {
      margin: 0 0 0.33em;
      font-family: 'Whitney Semibold';
      font-style: normal;
      font-weight: 700;
      font-size: 1em;
      color: #464646; }
  footer .menu-main-menu-container .menu-item-143 {
    width: 70px; }
  footer .menu-main-menu-container .menu-item-148 {
    width: 120px; }
  footer .menu-main-menu-container .menu-item-165 {
    width: 70px; }
  footer .menu-main-menu-container .menu-item-154 {
    width: 160px; }
  footer .menu-main-menu-container .menu-item-164 {
    width: 110px; }

.footer-social {
  float: right;
  padding: 0 0 1em 24px;
  border-left: 1px solid #e5e5e5;
  font-size: 0.867em;
  line-height: 1; }
  @media (max-width: 1020px) {
    .footer-social {
      float: none;
      margin: 34px 0 0;
      border-left: none;
      padding: 0;
      border-top: 1px solid #e5e5e5;
      position: relative; } }
  @media (max-width: 767px) {
    .footer-social {
      float: none;
      padding-left: 0;
      border: none; }
      .footer-social .social-links-list li {
        float: none;
        width: 100%; } }

.footer-extras {
  color: #252525;
  text-align: center;
  border-top: 1px solid #dfdfdf;
  padding: 1em 0 0;
  font-size: 0.867em; }
  .home .footer-extras {
    border-top: none; }
  .footer-extras .footer-sep {
    margin: 0 0.5em; }
  @media (max-width: 767px) {
    .footer-extras {
      padding: 1em; } }

/* Fade In Page Contents */
#main {
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -moz-animation: fadein 1s;
  /* Firefox */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera */
  animation: fadein 1s; }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-ms-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
