/* SASS Generated */
/*

Theme Name: Random House Academic Site Theme
Theme URI: http://sanbornmediafactory.com
Author: Sanborn Media Factory
Author URI: http://sanbornmediafactory.com
Description: Random House Academic Site theme developed by Sanborn Media Factory
Version: 1.0

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset/base styling
2.0 Typography
3.0 Layout
4.0 Elements

--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Reset/Base
--------------------------------------------------------------*/
/*! 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 */
  -webkit-font-smoothing: antialiased; }

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

/* ==========================================================================
   Responsive Aids
   ========================================================================== */
img, object, embed, table, iframe {
  max-width: 100%; }

img {
  height: auto; }

img, a img {
  border: 0; }

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

html, *, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: inherit; }

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
@font-face {
  font-family: Fort-Bold;
  src: url(fonts/Fort-Bold.otf); }
@font-face {
  font-family: Fort-Book;
  src: url(fonts/Fort-Book.otf); }
@font-face {
  font-family: Fort-BookItalic;
  src: url(fonts/Fort-BookItalic.otf); }
@font-face {
  font-family: Fort-Extrabold;
  src: url(fonts/Fort-Extrabold.otf); }
@font-face {
  font-family: Fort-Medium;
  src: url(fonts/Fort-Medium.otf); }
@font-face {
  font-family: Shift-Book;
  src: url(fonts/Shift-Book.otf); }
@font-face {
  font-family: Shift-Medium;
  src: url(fonts/Shift-Medium.otf); }
/*--------------------------------------------------------------
Types
--------------------------------------------------------------*/
html, body, .sub-title, .conference-year-link, .conference-dates, .cvv-text {
  font-family: Fort-Book, Arial, Helvetica, sans-serif;
  font-weight: normal; }

h2, #header-menu .menu-item, #featured-books .featured-book-title, #category-menus, .archive-link, ul#menu-footer, .order-links, #total-books, #sort-menu label, #sort-menu .intro, .bottom-notice p, .skip-to, .skip-to-link, #mobile-subject-search, #featured-book-tabs .featured-book-tab, .conference-year-link.active, .conference-title a, .conference-title .conference-title-inner, .search-copy h3, h2.contact-title, #contact-groups h3, #contact-groups .contact-info-wrap h4, #accordion .accordion-heading-copy, form#newsletter-signup .button, .widget-footer a, #special-collections .special-collection-item h3, .pagination-links .prev, .pagination-links .next, #gforms_confirmation_message, #desk-exam h2, .add-form-item, .remove-book, .remove-course, .book-group-inner-wrapper h3, .copy-billing, h3.order-total, .award h3, .cvv-link, #errorboxHolder label {
  font-family: Fort-Bold, Arial, Helvetica, sans-serif;
  font-weight: normal; }

.lt-ie9 .conference-year-link.active {
  font-weight: bold; }

#featured-books .featured-book-author, #general-search .advanced-search-link, label, #book-detail .subtitle {
  font-family: Fort-BookItalic, Arial, Helvetica, sans-serif;
  font-weight: normal; }

.look-inside-widget {
  font-family: Fort-Extrabold, Arial, Helvetica, sans-serif;
  font-weight: normal; }

h3, h1 {
  font-family: Shift-Book, "Times New Roman", Times, serif;
  font-weight: 100; }

.sub-sub-sub-category, .conference-title, form#newsletter-signup label {
  font-family: Fort-Medium, Arial, Helvetica, sans-serif; }

.category-tab, #subject-books h2, #secondary-menu a.category-tab, .conference-month, .pagination-links .page-number {
  font-family: Shift-Medium, "Times New Roman", Times, serif;
  font-weight: normal; }

/*--------------------------------------------------------------
Sizes
--------------------------------------------------------------*/
body {
  font-size: 15px; }

h1 {
  font-size: 42px; }
  @media (max-width: 567px) {
    h1 {
      font-size: 36px; } }
  @media (max-width: 479px) {
    h1 {
      font-size: 29px; } }

#subject-books h2, h2.bookshelf, .catalog-section-heading h2, h2.contact-title, #accordion h2 {
  font-size: 27px; }

h3, .category-tab, #category-menus, #total-books, #book-detail .subtitle, .skip-to-link, .mobile-subject-toggle, #special-collections .special-collection-item h3, #desk-exam h2, .bottom-notice p, .award h3, .cvv-link {
  font-size: 19px; }

h2, label, p, .book-blurb, .featured-book-tab, .featured-book-title, .advanced-search-link, .sub-categogry, .sub-category-title, .submit-button, .form-instructions, #footer-menu, .sub-title, .order-links, .author-spotlight, #book-detail .book-info, .share .title, .accordion-heading-copy, .accordion-item, #contact-groups .contact-info-wrap h4, form#newsletter-signup label, form#newsletter-signup .button {
  font-size: 15px;
  line-height: 23px; }

/*.book-summary,  .book-summary p, */
.sub-sub-category, .social-item, .small-copy, .small-copy p, .catalog-listing .description p, #mobile-subject-search, form#newsletter-signup p.description, form#newsletter-signup .toggle-description, .gform_body label, .gform_body .warningTextareaInfo, .gform_body .ginput_counter, .gform_body .gfield_description, .order-button, .form_table .instructions, .exam-search-result {
  font-size: 13px; }

.meta-nav-item, #header-menu .menu-item, #secondary-menu a.category-tab, .conference-info .pdfs ul li, .remove-book, .remove-course, .book-group-inner-wrapper h3, .award .award-website-link {
  font-size: 14px; }

.featured-book-author, .archive-link, .widget-footer a, .cvv-text {
  font-size: 12px; }

#footer-wrap p {
  font-size: 11px; }

.date-location, .conference-pdf-group-title, .add-form-item {
  font-size: 17px; }

.conference-year-link, .search-copy h3, .page-numbers, .pagination-links .page-number, #gforms_confirmation_message, .conference-title {
  font-size: 20px; }

.conference-dates, #contact-groups h3, h2.request-header, h2.shipping-header, #exam-copy-search h2, .award-group h2 {
  font-size: 22px; }

h2.conference-header, .add-form-item .toggle-plus {
  font-size: 28px; }

.conference-month, h1.list-entry-title {
  font-size: 29px; }

#accordion .click-target {
  font-size: 36px; }

/*--------------------------------------------------------------
Colors
--------------------------------------------------------------*/
a, h3, #header-menu .menu-item, #featured-book-tabs:first-child, #featured-book-tabs .featured-book-tab.selected, .conference-info .pdfs ul li:before, .advanced-search-link a:hover, .special-collection-item:hover h3, #subject-books .book-description h2 a:hover, .pagination-links .prev, .pagination-links .next, .pagination-links .page-number, #gforms_confirmation_message, .remove-book:hover, .remove-course:hover, .cvv-link {
  color: #5ca3a2; }

a:hover, #secondary-menu a.category-tab:hover, a h3:hover, .pagination-links a .prev:hover, .pagination-links a .next:hover, .pagination-links a .page-number:hover, .remove-book, .remove-course {
  color: #467978; }

#secondary-menu a.category-tab:hover, #header-menu li.current_page_item a {
  color: #b9d4d3; }

.meta-nav-item, #featured-book-tabs .featured-book-tab, .share .title, #accordion .accordion-heading-copy, .meta-nav-item a {
  color: #acacac; }

#featured-books .featured-book-author, #accordion .accordion-heading-copy:hover, .gform_body label, .meta-nav-item a:hover, .cvv-text {
  color: #202020; }

.share .title {
  color: #818181; }

#footer-parent-link a, .validation_message, .orange-text {
  color: #ff7c00; }

label, #category-menus, .form-instructions, .submit-button, ul#menu-footer a, #footer-wrap p, #category-menus a, #secondary-menu a.category-tab, #mobile-subject-search, .order-button:hover, h2.in-page-advanced-search-header, #accordion .click-target, form#newsletter-signup .button, .gform_wrapper input[type="submit"], #category-menus .toggle, .add-form-item, .add-form-item:hover, .book-group-inner-wrapper h3, .copy-billing, .copy-billing:hover, .address-validation .button {
  color: #fff; }

.advanced-search-link, .category-tab, .advanced-search-link a, ul#menu-footer a:hover, .pagination-links a.inactive span, .pagination-links a.inactive:hover span {
  color: #a3a3a3; }

p, .category-tab.active, #sort-menu label, #accordion .open .accordion-heading-copy, #secondary-menu a.category-tab.active, #mobile-subject-search:hover, .featured-book-title, .search-copy h3, .suggested-reading h3, form#newsletter-signup label, .special-collection-item h3, #subject-books .book-description h2 a, .pagination-links .page-number.current-page, .cvv-text {
  color: #000000; }

/*--------------------------------------------------------------
Misc. font styles
--------------------------------------------------------------*/
h1 {
  margin: 0; }

#header-menu .menu-item {
  text-transform: uppercase; }

#featured-books .featured-book-author {
  font-weight: 100; }

#general-search input, #advanced-search-fields input {
  color: #000000;
  font-size: 14px; }

.advanced-search-link a, .search-copy p, form#newsletter-signup .toggle-description {
  font-style: italic; }

a {
  /* text-decoration: none; */ }

form ::-webkit-input-placeholder {
  color: #acacac;
  font-size: 15px;
  font-weight: normal; }
form :-moz-placeholder {
  color: #acacac;
  font-size: 15px;
  font-weight: normal; }
form ::-moz-placeholder {
  color: #acacac;
  font-size: 15px;
  font-weight: normal; }
form :-ms-input-placeholder {
  color: #acacac;
  font-size: 15px;
  font-weight: normal; }
@media (max-width: 767px) {
  form ::-webkit-input-placeholder {
    font-size: 13px; }
  form :-moz-placeholder {
    font-size: 13px; }
  form ::-moz-placeholder {
    font-size: 13px; }
  form :-ms-input-placeholder {
    font-size: 13px; } }

@-moz-document url-prefix() {
  form ::-moz-placeholder {
    color: #818181;
    line-height: 1.4em; } }
/*--------------------------------------------------------------
3.0 Layout
--------------------------------------------------------------*/
.error404 .entry-header, .error404 .entry-content {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%; }
  @media (max-width: 767px) {
    .error404 .entry-header, .error404 .entry-content {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#author-detail #author-title {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  border-bottom: 1px solid #000000;
  padding-bottom: 35px; }
  @media (max-width: 767px) {
    #author-detail #author-title {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#author-detail .about-author {
  float: left;
  margin-top: 35px;
  width: 100%; }
#author-detail .author-image {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 23%; }
  @media (max-width: 767px) {
    #author-detail .author-image {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #author-detail .author-image img {
    width: 100%; }
#author-detail .author-spotlight {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 73%; }
  @media (max-width: 767px) {
    #author-detail .author-spotlight {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

h2.bookshelf {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  display: block; }
  @media (max-width: 767px) {
    h2.bookshelf {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

.award-group {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 48%; }
  @media (max-width: 767px) {
    .award-group {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .award-group h2 {
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 40px; }
  .award-group .award {
    clear: both;
    margin-bottom: 30px; }
    .award-group .award img {
      float: left;
      margin-right: 4%;
      width: 4%; }
    .award-group .award .award-text-wrapper {
      float: left;
      width: 92%; }
    .award-group .award h3 {
      margin: 0; }

#book-detail .title-wrap {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  border-bottom: 1px solid #000000; }
  @media (max-width: 767px) {
    #book-detail .title-wrap {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#book-detail .subtitle {
  margin-top: 13px;
  margin-bottom: 17px; }
#book-detail #book-main-info {
  margin-bottom: 30px; }
  #book-detail #book-main-info #book-info-wrap {
    margin-top: 38px;
    width: 100%; }
  #book-detail #book-main-info #book-image-wrap {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%;
    margin-bottom: 0px; }
    @media (max-width: 767px) {
      #book-detail #book-main-info #book-image-wrap {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  #book-detail #book-main-info .book-image {
    -webkit-box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.4); }
  #book-detail #book-main-info .look-inside-widget {
    margin-top: 15px;
    text-align: center;
    width: 100%; }
  #book-detail #book-main-info .book-info {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 41.75%; }
    @media (max-width: 767px) {
      #book-detail #book-main-info .book-info {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  #book-detail #book-main-info .book-actions {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 29.25%; }
    @media (max-width: 767px) {
      #book-detail #book-main-info .book-actions {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  #book-detail #book-main-info .author, #book-detail #book-main-info .pub-group, #book-detail #book-main-info .price-group {
    margin-bottom: 25px; }
#book-detail .not-available-disclaimer {
  font-weight: bold;
  margin-bottom: 20px; }

.catalogs .top-copy-content {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%; }
  @media (max-width: 767px) {
    .catalogs .top-copy-content {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .catalogs .top-copy-content ul li {
    margin-bottom: 5px; }
.catalogs h1.title {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  display: block;
  margin-bottom: 15px;
  width: 100%; }
  @media (max-width: 767px) {
    .catalogs h1.title {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
.catalogs .internal-links {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .catalogs .internal-links {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
.catalogs p.skip-to-link {
  margin-bottom: 0px;
  margin-top: 5px; }
.catalogs .catalog-section-heading {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 20px;
  border-bottom: 1px solid #000000; }
  @media (max-width: 767px) {
    .catalogs .catalog-section-heading {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
.catalogs .catalog-listing {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 48%;
  margin-bottom: 40px; }
  @media (max-width: 767px) {
    .catalogs .catalog-listing {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .catalogs .catalog-listing .hover-items-wrap {
    height: 100%;
    position: relative;
    float: left;
    padding-right: 3%;
    width: 33%; }
    .catalogs .catalog-listing .hover-items-wrap .img-wrap {
      overflow: hidden; }
    .catalogs .catalog-listing .hover-items-wrap img, .catalogs .catalog-listing .hover-items-wrap .hover-wrap {
      left: 0;
      top: 0;
      width: 100%;
      height: auto; }
    .catalogs .catalog-listing .hover-items-wrap .hover-wrap {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.75);
      display: none;
      height: 100%;
      padding-top: 40px;
      width: 100%; }
      @media (max-width: 1150px) {
        .catalogs .catalog-listing .hover-items-wrap .hover-wrap {
          padding-top: 10px; } }
      @media (max-width: 767px) {
        .catalogs .catalog-listing .hover-items-wrap .hover-wrap {
          padding-top: 40px; } }
    .catalogs .catalog-listing .hover-items-wrap .button-container {
      margin: 0 auto 25px;
      border-bottom: 1px solid #5ca3a2;
      width: 80%; }
      .catalogs .catalog-listing .hover-items-wrap .button-container a {
        margin-bottom: 25px; }
        @media (max-width: 1150px) {
          .catalogs .catalog-listing .hover-items-wrap .button-container a {
            margin-bottom: 10px;
            width: auto; } }
        @media (max-width: 767px) {
          .catalogs .catalog-listing .hover-items-wrap .button-container a {
            margin-bottom: 25px; } }
      @media (max-width: 1150px) {
        .catalogs .catalog-listing .hover-items-wrap .button-container {
          margin-bottom: 10px; } }
      @media (max-width: 767px) {
        .catalogs .catalog-listing .hover-items-wrap .button-container {
          margin-bottom: 25px; } }
    .catalogs .catalog-listing .hover-items-wrap .button-container.last {
      border-bottom: none; }
  .catalogs .catalog-listing .catalog-info {
    width: 64%;
    float: left; }
  .catalogs .catalog-listing .description {
    margin-top: 15px; }
  .catalogs .catalog-listing .catalog-title {
    margin-top: 15px;
    text-transform: uppercase; }
    .catalogs .catalog-listing .catalog-title p {
      margin-top: 3px;
      margin-bottom: 3px;
      font-size: 13px;
      line-height: 15px; }
  .catalogs .catalog-listing .close-link-wrap {
    font-style: italic;
    width: 100%;
    text-align: center; }
    .catalogs .catalog-listing .close-link-wrap .close-link {
      font-weight: bold; }
  @media (max-width: 767px) {
    .catalogs .catalog-listing {
      width: 100%;
      float: left; } }
.catalogs .high-school-copy {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .catalogs .high-school-copy {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
.catalogs .order-button.tiny {
  width: 31%; }
@media screen and (max-width: 1200px) {
  .catalogs .order-button.tiny {
    font-size: 11px; } }
@media screen and (max-width: 1100px) {
  .catalogs .order-button.tiny {
    font-size: 10px; } }
@media screen and (max-width: 1000px) {
  .catalogs .order-button.tiny {
    width: 100%;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 0px; } }

.home #category-tabs {
  float: left;
  margin-top: 20px;
  width: 100%; }
  .home #category-tabs #mobile-subject-search {
    display: none; }
  .home #category-tabs a.category-tab {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%;
    text-align: center;
    padding: 0 0 28px 0;
    height: 50px; }
    @media (max-width: 767px) {
      .home #category-tabs a.category-tab {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    @media (max-width: 767px) {
      .home #category-tabs a.category-tab {
        height: auto;
        padding: 20px; } }
  .home #category-tabs a.category-tab.active {
    background: url("img/selected-category-homepage-arrow.png") no-repeat bottom center; }
    @media (max-width: 767px) {
      .home #category-tabs a.category-tab.active {
        background: #cecece; } }

#category-menus {
  background-color: #5ca3a2;
  float: left;
  width: 100%;
  margin-bottom: 45px; }
  #category-menus .category-menu {
    display: none;
    padding-top: 40px; }
  #category-menus .category-menu#in-page-categories {
    display: block !important; }
  #category-menus .category-menu.shown {
    display: block; }
  #category-menus .category-menu-column {
    float: left;
    width: 24.5%;
    position: relative;
    border-left: 1px solid #fff;
    margin: 0 0 40px 0; }
    @media (max-width: 1023px) {
      #category-menus .category-menu-column {
        clear: both;
        margin: 0 2% 30px 2%;
        width: 96%; } }
  #category-menus .category-menu-column:first-child {
    margin-left: 1.5%; }
    @media (max-width: 1023px) {
      #category-menus .category-menu-column:first-child {
        margin-left: 2%; } }
  #category-menus .toggle, #category-menus .no-toggle {
    float: left;
    width: 12%;
    padding: 18px 0 18px 18px;
    clear: both;
    line-height: 18px; }
    @media (max-width: 1023px) {
      #category-menus .toggle, #category-menus .no-toggle {
        width: 5%; } }
    @media (max-width: 767px) {
      #category-menus .toggle, #category-menus .no-toggle {
        width: 10%; } }
  #category-menus .toggle:hover, #category-menus .sub-category-title {
    cursor: pointer; }
  #category-menus .toggle.hover, #category-menus .sub-category-title.hover {
    background-color: #fff;
    color: #467978; }
  #category-menus .sub-category-title {
    float: left;
    padding: 18px 0 18px 10px;
    width: 88%; }
    @media (max-width: 1023px) {
      #category-menus .sub-category-title {
        width: 95%; } }
    @media (max-width: 767px) {
      #category-menus .sub-category-title {
        width: 90%; } }
  #category-menus .sub-sub-category {
    display: block;
    padding-left: 60px;
    clear: both;
    margin-bottom: 20px; }
    #category-menus .sub-sub-category .sub-sub-category-title {
      text-transform: uppercase; }
    #category-menus .sub-sub-category :hover {
      color: #000000; }
    #category-menus .sub-sub-category :first-child {
      display: block; }
  #category-menus .sub-sub-sub-category {
    display: block;
    padding-left: 0;
    padding-top: 5px; }

#secondary-menu {
  margin-bottom: 48px; }
  #secondary-menu #secondary-menu-main {
    background: #5ca3a2; }
    #secondary-menu #secondary-menu-main #category-tabs {
      float: left;
      margin-left: 1%;
      margin-right: 1%;
      position: relative;
      width: 60.5%; }
      @media (max-width: 767px) {
        #secondary-menu #secondary-menu-main #category-tabs {
          float: none;
          width: auto;
          margin-left: 2%;
          margin-right: 2%;
          display: block; } }
      @media (max-width: 1150px) {
        #secondary-menu #secondary-menu-main #category-tabs {
          float: left;
          margin-left: 1%;
          margin-right: 1%;
          position: relative;
          width: 23%; } }
  @media (max-width: 1150px) and (max-width: 767px) {
    #secondary-menu #secondary-menu-main #category-tabs {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

      #secondary-menu #secondary-menu-main #category-tabs #mobile-subject-search {
        display: none;
        padding: 20px 0;
        text-transform: uppercase; }
        @media (max-width: 1150px) {
          #secondary-menu #secondary-menu-main #category-tabs #mobile-subject-search {
            display: block; } }
        @media (max-width: 767px) {
          #secondary-menu #secondary-menu-main #category-tabs #mobile-subject-search {
            text-align: center; } }
        #secondary-menu #secondary-menu-main #category-tabs #mobile-subject-search .mobile-subject-toggle {
          margin-right: 5px;
          line-height: 13px;
          position: relative;
          top: 1px; }
      #secondary-menu #secondary-menu-main #category-tabs a.category-tab {
        float: left;
        display: block;
        padding: 20px 20px; }
        @media (max-width: 1279px) {
          #secondary-menu #secondary-menu-main #category-tabs a.category-tab {
            padding: 20px 10px; } }
        @media (max-width: 1150px) {
          #secondary-menu #secondary-menu-main #category-tabs a.category-tab {
            display: block;
            display: none;
            padding: 10px;
            width: 100%;
            clear: both;
            float: none; } }
        @media (max-width: 767px) {
          #secondary-menu #secondary-menu-main #category-tabs a.category-tab {
            text-align: center; } }
      #secondary-menu #secondary-menu-main #category-tabs a.category-tab[data-menu_class="category-menu-0"] {
        padding-left: 0; }
        @media (max-width: 1150px) {
          #secondary-menu #secondary-menu-main #category-tabs a.category-tab[data-menu_class="category-menu-0"] {
            padding-left: 10px; } }
      @media (max-width: 1150px) {
        #secondary-menu #secondary-menu-main #category-tabs a:last-child {
          padding-bottom: 20px; } }
    #secondary-menu #secondary-menu-main #secondary-menu-search {
      float: left;
      margin-left: 1%;
      margin-right: 1%;
      position: relative;
      width: 35.5%; }
      @media (max-width: 767px) {
        #secondary-menu #secondary-menu-main #secondary-menu-search {
          float: none;
          width: auto;
          margin-left: 2%;
          margin-right: 2%;
          display: block; } }
      @media (max-width: 1150px) {
        #secondary-menu #secondary-menu-main #secondary-menu-search {
          float: left;
          margin-left: 1%;
          margin-right: 1%;
          position: relative;
          width: 73%; } }
  @media (max-width: 1150px) and (max-width: 767px) {
    #secondary-menu #secondary-menu-main #secondary-menu-search {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#secondary-menu-category-drop .container {
  position: relative;
  overflow: visible; }
  @media (max-width: 1150px) {
    #secondary-menu-category-drop .container {
      overflow: hidden; } }
  #secondary-menu-category-drop .container #category-menus {
    background: #467978;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999; }
    @media (max-width: 1150px) {
      #secondary-menu-category-drop .container #category-menus {
        position: relative; } }

@media (max-width: 1150px) {
  #secondary-menu-drop-wrapper {
    margin-bottom: 40px; } }

.conference-years {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .conference-years {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .conference-years p {
    margin-bottom: 0; }
  .conference-years .conference-year-link {
    float: left;
    clear: both;
    margin-bottom: 5px; }

.conference-wrapper {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  display: none; }
  @media (max-width: 767px) {
    .conference-wrapper {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .conference-wrapper .conference {
    border-top: 1px solid #000;
    padding-top: 25px;
    margin-bottom: 25px;
    clear: both; }
    .conference-wrapper .conference .conference-inner-wrapper {
      border-left: 7px solid #467978;
      display: table;
      width: 100%; }
      .conference-wrapper .conference .conference-inner-wrapper .start-date {
        width: 11%;
        margin-right: 2%;
        display: table-cell;
        vertical-align: middle;
        text-align: center; }
        @media (max-width: 767px) {
          .conference-wrapper .conference .conference-inner-wrapper .start-date {
            display: none; } }
        .conference-wrapper .conference .conference-inner-wrapper .start-date .conference-month {
          display: block; }
      .conference-wrapper .conference .conference-inner-wrapper .conference-info {
        float: left;
        width: 77%;
        margin-left: 2%;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .conference-wrapper .conference .conference-inner-wrapper .conference-info {
            float: none;
            margin: 0;
            width: auto;
            padding-left: 1%; } }
        .conference-wrapper .conference .conference-inner-wrapper .conference-info .conference-title {
          margin-bottom: 6px; }
          .conference-wrapper .conference .conference-inner-wrapper .conference-info .conference-title a, .conference-wrapper .conference .conference-inner-wrapper .conference-info .conference-title .conference-title-inner {
            display: block; }
        .conference-wrapper .conference .conference-inner-wrapper .conference-info .date-location {
          margin-bottom: 6px; }
          .conference-wrapper .conference .conference-inner-wrapper .conference-info .date-location .location-bullet {
            margin: 0 5px; }
        .conference-wrapper .conference .conference-inner-wrapper .conference-info .pdfs .conference-pdf-group-title {
          margin: 6px 0; }
        .conference-wrapper .conference .conference-inner-wrapper .conference-info .pdfs ul {
          margin: 0;
          padding: 0; }
          .conference-wrapper .conference .conference-inner-wrapper .conference-info .pdfs ul li {
            margin: 4px 0;
            list-style: none; }
          .conference-wrapper .conference .conference-inner-wrapper .conference-info .pdfs ul li:before {
            content: "\2022"; }

.conference-wrapper.active {
  display: block; }

h2.contact-title {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  padding-bottom: 12px;
  margin-top: 80px; }
  @media (max-width: 767px) {
    h2.contact-title {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#contact-groups h3 {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-top: 0; }
  @media (max-width: 767px) {
    #contact-groups h3 {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#contact-groups .contact-item {
  clear: both;
  margin-bottom: 100px; }
  #contact-groups .contact-item .logo-wrap {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%;
    clear: both;
    border-right: 1px solid #000;
    text-align: center;
    padding: 0 1%; }
    @media (max-width: 767px) {
      #contact-groups .contact-item .logo-wrap {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    @media (max-width: 767px) {
      #contact-groups .contact-item .logo-wrap {
        border-right: 0px; } }
  #contact-groups .contact-item .contact-info-wrap {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 73%; }
    @media (max-width: 767px) {
      #contact-groups .contact-item .contact-info-wrap {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #contact-groups .contact-item .contact-info-wrap h4 {
      margin: 0;
      text-transform: uppercase; }
    #contact-groups .contact-item .contact-info-wrap p {
      margin: 0; }

#faq-wrapper h2 {
  text-transform: uppercase; }

#desk-exam .title-wrapper {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    #desk-exam .title-wrapper {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#desk-exam .sub-title-wrap {
  border-bottom: 1px solid #000;
  width: 100%; }
#desk-exam .desk-copies, #desk-exam .exam-copies {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 48%; }
  @media (max-width: 767px) {
    #desk-exam .desk-copies, #desk-exam .exam-copies {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#desk-exam .bottom-notice {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-top: 45px;
  margin-bottom: 45px;
  text-align: center; }
  @media (max-width: 767px) {
    #desk-exam .bottom-notice {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #desk-exam .bottom-notice p {
    margin: 0px; }

.smf-desk-copies-wrapper header, .smf-desk-copies-wrapper h1.title, .smf-exam-copies-wrapper header, .smf-exam-copies-wrapper h1.title {
  display: none; }

.smf-desk-copies-wrapper, .smf-exam-copies-wrapper {
  margin-top: 20px; }

#exam-copy-request .promo-field .half-input-wrap {
  margin-bottom: 40px; }

#promo_field {
  position: relative;
  left: 8px; }

#footer-wrap {
  background-color: #000000;
  color: #FFFFFF;
  padding: 45px 0 100px;
  width: 100%;
  margin-top: 40px; }
  #footer-wrap #footer-menu {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%; }
    @media (max-width: 767px) {
      #footer-wrap #footer-menu {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #footer-wrap #footer-menu ul#menu-footer {
      margin-top: 0; }
    #footer-wrap #footer-menu li {
      margin-bottom: 10px; }
  #footer-wrap #footer-copy {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 73%;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      #footer-wrap #footer-copy {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #footer-wrap #footer-copy :first-child {
      margin-top: 0; }
  #footer-wrap .container.footer-bottom {
    margin-top: 50px; }
  #footer-wrap #footer-logo {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%; }
    @media (max-width: 767px) {
      #footer-wrap #footer-logo {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  #footer-wrap #footer-copyright {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 48%; }
    @media (max-width: 767px) {
      #footer-wrap #footer-copyright {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #footer-wrap #footer-copyright :first-child {
      margin-top: 0; }
    #footer-wrap #footer-copyright p {
      margin: 0; }
  #footer-wrap #footer-parent-link p {
    margin-top: 0; }

ul#menu-footer {
  list-style-type: none;
  padding-left: 0; }

.heading-container {
  height: 40px;
  text-align: center;
  width: 100%; }
  .heading-container h2 {
    border-bottom: 1px solid #000000;
    display: inline;
    padding-bottom: 6px; }

#news-wrapper {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 48%; }
  @media (max-width: 767px) {
    #news-wrapper {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #news-wrapper #latest-news h2 {
    border-bottom: 1px solid #000000;
    display: inline;
    padding-bottom: 8px;
    position: relative; }
  #news-wrapper #latest-news h2:before {
    position: relative;
    position: relative;
    top: 2px;
    margin-right: 8px;
    content: url("img/latest-news-black.png"); }
  #news-wrapper #latest-news h3 {
    margin-top: 0px; }
  #news-wrapper #latest-news .post-summary {
    float: left;
    margin-bottom: 20px;
    width: 100%; }
  #news-wrapper #latest-news .featured-image {
    float: left;
    width: 20%; }
    #news-wrapper #latest-news .featured-image img {
      width: 100%;
      height: auto; }
  #news-wrapper #latest-news .post-content {
    float: left;
    padding: 0 20px;
    width: 80%; }
  #news-wrapper #latest-news .archive-link {
    width: 100%;
    text-align: center; }

#social-collections-wrapper {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 48%; }
  @media (max-width: 767px) {
    #social-collections-wrapper {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #social-collections-wrapper #social-feeds h2 {
    position: relative; }
  #social-collections-wrapper #social-feeds h2:before {
    position: relative;
    top: 2px;
    margin-right: 8px; }
  #social-collections-wrapper #social-feeds #twitter-feed, #social-collections-wrapper #social-feeds #facebook-feed {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 48%;
    word-wrap: break-word; }
    @media (max-width: 767px) {
      #social-collections-wrapper #social-feeds #twitter-feed, #social-collections-wrapper #social-feeds #facebook-feed {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  #social-collections-wrapper #social-feeds .social-item {
    margin-bottom: 25px; }
  #social-collections-wrapper #social-feeds .social-title {
    line-height: 20px; }
  #social-collections-wrapper #social-feeds #twitter-feed {
    padding-right: 8px; }
    #social-collections-wrapper #social-feeds #twitter-feed h2:before {
      content: url("img/twitter-black.png"); }
  #social-collections-wrapper #social-feeds #facebook-feed h2:before {
    content: url("img/facebook-black.png"); }
  @media (max-width: 767px) {
    #social-collections-wrapper {
      margin-top: 50px; } }

#latest-news .heading-container, #social-feeds .heading-container {
  margin-bottom: 25px; }

#logo-link {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 23%; }
  @media (max-width: 767px) {
    #logo-link {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #logo-link h1#logo {
    width: 100%;
    margin: 0; }
    @media (max-width: 767px) {
      #logo-link h1#logo {
        text-align: center; } }

#meta-nav {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #meta-nav {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #meta-nav #meta-nav-items {
    float: right; }
    #meta-nav #meta-nav-items a img {
      position: relative;
      top: 2px; }
    @media (max-width: 767px) {
      #meta-nav #meta-nav-items {
        float: none;
        text-align: center; } }
  #meta-nav .meta-nav-item {
    display: inline;
    line-height: 26px;
    margin-left: 20px; }
    #meta-nav .meta-nav-item img {
      padding-right: 3px; }
  @media (max-width: 767px) {
    #meta-nav {
      margin-bottom: 20px; } }

.lt-ie9 #meta-nav-items {
  width: 200px; }

#header-menu {
  margin: 0px auto 28px;
  width: 100%;
  float: left; }
  #header-menu #logo {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%; }
    @media (max-width: 767px) {
      #header-menu #logo {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #header-menu #logo .hidden-text {
      height: 0px;
      width: 0px; }
  #header-menu #header-menu-items {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 73%;
    position: relative;
    text-align: right;
    bottom: 6px; }
    @media (max-width: 767px) {
      #header-menu #header-menu-items {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #header-menu #header-menu-items #main-nav {
      padding: 0;
      margin-top: 23px; }
      #header-menu #header-menu-items #main-nav li {
        background-image: url("img/divider.png");
        background-position: right;
        background-repeat: no-repeat;
        display: inline;
        list-style-type: none;
        padding-right: 15px;
        padding-left: 15px; }
        @media (max-width: 1024px) {
          #header-menu #header-menu-items #main-nav li {
            padding-right: 10px;
            padding-left: 7px; } }
        @media (max-width: 767px) {
          #header-menu #header-menu-items #main-nav li {
            line-height: 28px; } }
      #header-menu #header-menu-items #main-nav :last-child {
        padding-right: 0px;
        background-image: none; }
      @media (max-width: 767px) {
        #header-menu #header-menu-items #main-nav {
          text-align: center;
          margin: 30px 0 0; } }

.home #header-menu {
  margin: 0px auto 50px; }

.single-post .featured-image, .news-item .featured-image {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 23%;
  text-align: center;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .single-post .featured-image, .news-item .featured-image {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
.single-post .single-content-wrapper, .news-item .single-content-wrapper {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 73%; }
  @media (max-width: 767px) {
    .single-post .single-content-wrapper, .news-item .single-content-wrapper {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .single-post .single-content-wrapper .entry-header, .news-item .single-content-wrapper .entry-header {
    margin-bottom: 30px; }
    .single-post .single-content-wrapper .entry-header .entry-meta p, .news-item .single-content-wrapper .entry-header .entry-meta p {
      margin: 0; }
  .single-post .single-content-wrapper .entry-content p:first-child, .news-item .single-content-wrapper .entry-content p:first-child {
    margin-top: 0; }

.news-item {
  margin-top: 20px;
  margin-bottom: 40px;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 48%; }
  @media (max-width: 767px) {
    .news-item {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

.entry-footer {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  text-align: center;
  margin-top: 30px;
  clear: both; }
  @media (max-width: 767px) {
    .entry-footer {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .entry-footer p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0 20px; }
    @media (max-width: 767px) {
      .entry-footer p {
        margin: 10px 0;
        display: block; } }

.page-numbers {
  margin: 0 3px; }

.page-content {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%; }
  @media (max-width: 767px) {
    .page-content {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

.page-template-promo-template-php {
  padding: 50px 0 0; }
  .page-template-promo-template-php header, .page-template-promo-template-php h1.title {
    display: none; }

.single-reviews #secondary-menu {
  margin-bottom: 0; }
  .single-reviews #secondary-menu #secondary-menu-drop-wrapper {
    margin-bottom: 0; }
.single-reviews .review-heading {
  display: table;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  border: none;
  height: 225px; }
  .single-reviews .review-heading .container {
    display: table-cell;
    position: relative;
    text-align: center;
    height: 100%;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center top; }
  .single-reviews .review-heading .container.tile {
    background-repeat: repeat; }
.single-reviews .subheading-section {
  text-align: center;
  margin-bottom: 60px; }
  .single-reviews .subheading-section .subheading {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%; }
    @media (max-width: 767px) {
      .single-reviews .subheading-section .subheading {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }

#general-search {
  text-align: center; }
  #general-search h2 {
    border-bottom: 1px solid #000000;
    display: inline;
    padding-bottom: 8px; }
  #general-search form {
    position: relative; }
    #general-search form input {
      border: none;
      display: block;
      width: 100%;
      outline: none; }
    #general-search form input[type="submit"] {
      position: absolute;
      right: 0;
      z-index: 99;
      top: 0;
      overflow: hidden;
      text-indent: -99999px;
      display: block; }

.home #general-search form {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 73%;
  margin: 45px auto 0;
  float: none;
  display: block; }
  @media (max-width: 767px) {
    .home #general-search form {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .home #general-search form input {
    height: 45px; }
  .home #general-search form input[type="submit"] {
    width: 50px;
    padding: 0;
    background: #e8e8e8 url("img/magnifying-glass.png") no-repeat center;
    height: 100%; }

#advanced-search-toggle .advanced-search-link {
  text-align: center;
  margin-top: 10px;
  width: 100%; }
#advanced-search-toggle a:after {
  content: '>';
  margin-left: 5px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1; }
#advanced-search-toggle a.active:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

#advanced-search-fields {
  width: 100%;
  background-color: #467978;
  padding: 30px 0;
  margin-top: 30px;
  position: relative;
  display: none; }
  #advanced-search-fields .form-instructions {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%;
    margin-bottom: 20px;
    text-align: center; }
    @media (max-width: 767px) {
      #advanced-search-fields .form-instructions {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  #advanced-search-fields .field-group {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 48%; }
    @media (max-width: 767px) {
      #advanced-search-fields .field-group {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #advanced-search-fields .field-group input {
      width: 100%; }
    #advanced-search-fields .field-group label {
      display: block;
      line-height: 15px;
      margin: 10px 0 30px; }
  #advanced-search-fields #submit-wrapper {
    text-align: center;
    clear: both; }
    #advanced-search-fields #submit-wrapper input[type="submit"] {
      display: inline-block;
      zoom: 1;
      *display: inline;
      width: auto;
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      background: #5ca3a2;
      font-family: Fort-Bold, Arial, Helvetica, sans-serif;
      -webkit-font-smoothing: inherit;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding: 16px 25px;
      border: 2px solid #5ca3a2; }
    #advanced-search-fields #submit-wrapper input[type="submit"]:hover {
      background: transparent;
      border: 2px solid #fff; }

#advanced-search-fields:before {
  width: 100%;
  margin: 0;
  display: block;
  background: url("img/advanced-search-homepage-arrow.png") no-repeat center;
  height: 12px;
  content: '';
  position: absolute;
  top: -12px; }

#subject-search-desktop {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-top: 45px; }
  @media (max-width: 767px) {
    #subject-search-desktop {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #subject-search-desktop h2 {
    border-bottom: 1px solid #000000;
    display: inline;
    padding-bottom: 8px; }

#secondary-menu-search {
  padding-top: 10px; }
  #secondary-menu-search .container {
    width: 65%;
    float: left; }
    @media (max-width: 767px) {
      #secondary-menu-search .container {
        width: auto;
        float: none; } }
  #secondary-menu-search .container.no-results {
    width: 100%;
    margin-bottom: 8px; }
  #secondary-menu-search #general-search form input {
    font-size: 13px;
    padding: 10px 35px 0px 16px;
    height: 35px; }
  #secondary-menu-search #general-search form input {
    padding: 8px 35px 10px 16px; }
  #secondary-menu-search #general-search form input[type="submit"] {
    width: 35px;
    background: #e8e8e8 url("img/magnifying-glass-small.png") no-repeat center;
    padding: 0; }
  #secondary-menu-search #advanced-search-toggle {
    margin: 0px 0 0 5%;
    width: 30%;
    float: left; }
    #secondary-menu-search #advanced-search-toggle .advanced-search-link {
      margin: 0; }
      #secondary-menu-search #advanced-search-toggle .advanced-search-link a {
        display: block;
        height: 35px;
        background: #467978;
        color: #fff;
        font-size: 13px;
        font-family: Fort-Bold, Arial, Helvetica, sans-serif;
        padding: 10px;
        font-style: normal;
        line-height: 18px; }
      #secondary-menu-search #advanced-search-toggle .advanced-search-link a:after {
        margin-left: 2px; }
    @media (max-width: 767px) {
      #secondary-menu-search #advanced-search-toggle {
        margin: 10px auto;
        width: auto;
        float: none; } }

#secondary-menu-advanced-search-drop {
  position: relative;
  overflow: visible; }
  #secondary-menu-advanced-search-drop #advanced-search-fields {
    margin-top: 0;
    position: absolute;
    width: 49%;
    top: 0;
    right: 1%;
    z-index: 99;
    padding-left: 1%;
    padding-right: 1%; }
    @media (max-width: 1024px) {
      #secondary-menu-advanced-search-drop #advanced-search-fields {
        position: relative;
        width: auto;
        margin: 0 1%;
        right: auto;
        float: none; } }
    #secondary-menu-advanced-search-drop #advanced-search-fields .field-group {
      float: none;
      clear: both;
      margin: 0 1%;
      width: auto; }
  #secondary-menu-advanced-search-drop #advanced-search-fields:before {
    content: '';
    display: none;
    height: 0px;
    top: auto; }
  #secondary-menu-advanced-search-drop .container {
    width: auto;
    overflow: visible; }

#no-result-menu #advanced-search-fields {
  display: block !important; }
#no-result-menu #advanced-search-fields:before {
  background-image: none; }
#no-result-menu .advanced-search-header-wrapper {
  text-align: center;
  margin-bottom: 24px; }
  #no-result-menu .advanced-search-header-wrapper h2.in-page-advanced-search-header {
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
    display: inline;
    padding-bottom: 6px; }

.search-copy {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .search-copy {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  .search-copy h3 {
    margin-bottom: 0; }
  .search-copy p {
    margin-top: 4px; }

.share .title {
  margin-bottom: 12px; }
.share .share-icon {
  margin-right: 11px; }

#special-collections {
  margin-top: 60px; }
  #special-collections .special-collection-item h3 {
    text-transform: uppercase; }

#special-collections-widget, #special-collections {
  text-align: center; }
  #special-collections-widget .heading-container, #special-collections .heading-container {
    margin-bottom: 25px; }
  #special-collections-widget .special-collection-item, #special-collections .special-collection-item {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 23%;
    text-align: inherit; }
    @media (max-width: 767px) {
      #special-collections-widget .special-collection-item, #special-collections .special-collection-item {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    #special-collections-widget .special-collection-item h3, #special-collections .special-collection-item h3 {
      text-align: inherit;
      margin-top: 8px; }
    #special-collections-widget .special-collection-item img, #special-collections .special-collection-item img {
      width: 100%;
      height: auto; }
  #special-collections-widget .widget-footer, #special-collections .widget-footer {
    clear: both;
    margin-top: 50px; }

#special-collections-widget {
  margin-top: 30px; }

#top-category-menu {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%; }
  @media (max-width: 767px) {
    #top-category-menu {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#subject-title-wrap h1 {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  display: block;
  margin-top: 5px; }
  @media (max-width: 767px) {
    #subject-title-wrap h1 {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

.secondary-category #subject-title-wrap {
  margin-bottom: 50px; }

#total-books {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-top: 40px; }
  @media (max-width: 767px) {
    #total-books {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#subject-books .book-image-container {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 16.75%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #subject-books .book-image-container {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #subject-books .book-image-container .book-image {
    -webkit-box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 1px 1px 12px 0px rgba(50, 50, 50, 0.4); }
#subject-books .book-summary {
  float: left;
  margin-bottom: 40px;
  margin-top: 15px;
  width: 100%; }
#subject-books .book-description {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 79.25%; }
  @media (max-width: 767px) {
    #subject-books .book-description {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #subject-books .book-description h2 {
    margin-bottom: 5px;
    margin-top: 0px; }
  #subject-books .book-description .title-subtitle {
    margin-bottom: 20px; }
#subject-books .author {
  margin-bottom: 10px; }
#subject-books .book-detail-column {
  float: left;
  margin-right: 20px;
  width: 38%; }
  #subject-books .book-detail-column p {
    margin-top: 5px;
    margin-bottom: 5px; }
#subject-books .book-blurb {
  float: left;
  width: 100%;
  margin-top: 25px;
  line-height: 23px; }
  #subject-books .book-blurb :last-child {
    margin-bottom: 0; }
  #subject-books .book-blurb :first-child {
    margin-top: 0; }
#subject-books .order-links {
  float: left;
  margin-top: 30px;
  width: 100%; }
#subject-books .pagination-links {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 40px;
  clear: both; }
  @media (max-width: 767px) {
    #subject-books .pagination-links {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #subject-books .pagination-links .prev {
    margin-right: 15px;
    position: relative;
    top: -1px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    @media (max-width: 767px) {
      #subject-books .pagination-links .prev {
        margin-right: 5px; } }
  #subject-books .pagination-links .next {
    margin-left: 15px;
    position: relative;
    top: -1px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    @media (max-width: 767px) {
      #subject-books .pagination-links .next {
        margin-left: 5px; } }
  #subject-books .pagination-links .page-number {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 2px 7px; }
    @media (max-width: 767px) {
      #subject-books .pagination-links .page-number {
        font-size: 15px;
        padding: 2px 4px; } }
  #subject-books .pagination-links .page-number.current-page {
    border-bottom: 3px solid #000; }
  @media (max-width: 767px) {
    #subject-books .pagination-links {
      font-size: 13px; } }

.sub-subjects-title-wrap {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 20px;
  text-align: center; }
  @media (max-width: 767px) {
    .sub-subjects-title-wrap {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

.teachers-guides-wrap #featured-book-tabs {
  margin-top: 35px; }

html, body, #wrapper {
  width: 100%; }

.container {
  width: 1280px;
  overflow: hidden;
  margin: 0 auto; }
  @media (max-width: 1279px) {
    .container {
      width: 96%; } }

.hidden {
  display: none; }

/*--------------------------------------------------------------
4.0 Elements
--------------------------------------------------------------*/
.submit-button {
  background-color: #5ca3a2;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 30px; }

.order-button {
  background-color: #467978;
  cursor: pointer;
  margin: 0 auto;
  padding: 15px 30px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  width: 180px;
  -webkit-box-shadow: 0px 0px 2px 0px #90afae;
  -moz-box-shadow: 0px 0px 2px 0px #90afae;
  box-shadow: 0px 0px 2px 0px #90afae;
  font-weight: bold; }

a.order-button {
  display: block; }

.order-button.centered {
  margin-left: auto;
  margin-right: auto; }

.order-button.small {
  height: 35px;
  padding: 9px 0;
  width: 155px; }

.order-button.tiny {
  display: inline-block;
  font-size: 12px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 10px 0;
  width: 48%;
  float: left;
  margin-top: 15px; }

.order-button:hover {
  background-color: #629594; }

.button-wrap {
  width: 100%;
  text-align: center; }

input, select, textarea {
  outline-color: #5ca3a2; }

.placeholder {
  color: #acacac;
  font-weight: normal;
  height: 38px !important;
  width: 100% !important;
  text-align: left !important; }

input {
  background-color: #e8e8e8;
  padding: 11px 20px;
  border: none;
  font-size: 15px; }

#sort-menu {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 50px;
  margin-top: 10px; }
  @media (max-width: 767px) {
    #sort-menu {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #sort-menu #sort-fields {
    display: inline; }
  #sort-menu .intro {
    margin-right: 25px; }
  #sort-menu .sort-option-wrapper {
    margin-right: 30px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
    #sort-menu .sort-option-wrapper input {
      margin-right: 8px;
      margin-top: -2px;
      vertical-align: middle; }
    @media (max-width: 767px) {
      #sort-menu .sort-option-wrapper {
        display: block;
        margin: 8px 0 8px 0; } }

select {
  width: 100%;
  border: 0;
  border-radius: 0px;
  padding: 11px 20px;
  border: none;
  font-size: 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #e8e8e8 url("img/select-arrow.png") no-repeat right 15px;
  color: #acacac;
  font-weight: normal; }
@-moz-document url-prefix() {
  select {
    background-image: none; } }
.ie9 select, .lt-ie9 select {
  background-image: none; }

.ie9 form input[type="checkbox"], .ie9 form input[type="radio"], .gt-ie9 form input[type="checkbox"], .gt-ie9 form input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #467978;
  cursor: pointer;
  background: #fff; }
.ie9 form input[type="radio"], .gt-ie9 form input[type="radio"] {
  border-radius: 20px; }
.ie9 form input[type="checkbox"]:checked, .gt-ie9 form input[type="checkbox"]:checked {
  background: #fff url("img/check.png") no-repeat center; }
.ie9 form input[type="radio"]:checked, .gt-ie9 form input[type="radio"]:checked {
  background: #fff url("img/radio-dot.png") no-repeat center; }

form.general-form {
  margin-top: 30px; }
  form.general-form .instructions {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%;
    text-align: center;
    padding: 20px 1%;
    font-size: 14px; }
    @media (max-width: 767px) {
      form.general-form .instructions {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    form.general-form .instructions ul {
      text-align: left; }
    form.general-form .instructions input {
      text-align: center; }
  form.general-form .check-wrapper {
    float: left;
    margin-right: 10px; }
  form.general-form label {
    color: #000;
    display: inline; }
  form.general-form .form_table {
    margin-bottom: 50px;
    clear: both; }
  form.general-form .form_table.course_group, form.general-form .form_table.exam_book_group {
    background: #cecece;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%;
    padding: 20px 1% 0;
    border-top: 1px solid #000; }
    @media (max-width: 767px) {
      form.general-form .form_table.course_group, form.general-form .form_table.exam_book_group {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    form.general-form .form_table.course_group h2, form.general-form .form_table.exam_book_group h2 {
      margin-bottom: 0; }
    form.general-form .form_table.course_group .book-group .book-divider, form.general-form .form_table.exam_book_group .book-group .book-divider {
      height: 3px;
      background: #fff;
      width: 98%;
      margin: 0px auto 20px; }
    form.general-form .form_table.course_group .book-group .remove-book, form.general-form .form_table.exam_book_group .book-group .remove-book {
      float: right;
      margin: 0 1% 10px;
      text-transform: uppercase; }
    form.general-form .form_table.course_group .book-group h3, form.general-form .form_table.exam_book_group .book-group h3 {
      float: left;
      margin: 0 1% 10px;
      text-transform: uppercase; }
    form.general-form .form_table.course_group .book-group h3.order-total, form.general-form .form_table.exam_book_group .book-group h3.order-total {
      text-align: right;
      float: none; }
    form.general-form .form_table.course_group .book-group .isbn-result-container, form.general-form .form_table.exam_book_group .book-group .isbn-result-container {
      float: left;
      margin-left: 1%;
      margin-right: 1%;
      position: relative;
      width: 98%;
      margin-top: 10px;
      clear: both; }
      @media (max-width: 767px) {
        form.general-form .form_table.course_group .book-group .isbn-result-container, form.general-form .form_table.exam_book_group .book-group .isbn-result-container {
          float: none;
          width: auto;
          margin-left: 2%;
          margin-right: 2%;
          display: block; } }
      form.general-form .form_table.course_group .book-group .isbn-result-container img, form.general-form .form_table.exam_book_group .book-group .isbn-result-container img {
        float: left;
        margin-right: 2%;
        margin-bottom: 40px; }
      form.general-form .form_table.course_group .book-group .isbn-result-container .isbn-result-meta, form.general-form .form_table.exam_book_group .book-group .isbn-result-container .isbn-result-meta {
        float: left; }
      form.general-form .form_table.course_group .book-group .isbn-result-container .error, form.general-form .form_table.exam_book_group .book-group .isbn-result-container .error {
        color: #ff7c00;
        display: block;
        margin-bottom: 40px; }
  form.general-form .remove-course {
    float: right;
    margin: 24px 1% 20px;
    text-transform: uppercase; }
  form.general-form .form_table.shipping-info {
    margin-top: 30px;
    clear: both;
    margin-bottom: 20px; }
    form.general-form .form_table.shipping-info h2 {
      margin-bottom: 25px; }
  form.general-form h2 {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
    margin-bottom: 35px;
    clear: both;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      form.general-form h2 {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
  form.general-form h2.request-header {
    border: none;
    padding: 0;
    float: left;
    width: auto;
    margin-bottom: 20px; }
  form.general-form #general-form-submit-wrapper {
    clear: both;
    text-align: center;
    margin-top: 30px; }
    form.general-form #general-form-submit-wrapper input[type="submit"] {
      text-transform: uppercase;
      background: #467978; }
    form.general-form #general-form-submit-wrapper input[type="submit"]:hover {
      background: #5ca3a2; }
    form.general-form #general-form-submit-wrapper label {
      display: block;
      text-align: left; }
  form.general-form .button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    clear: both;
    text-transform: uppercase;
    background: #467978;
    text-align: center;
    padding: 15px 30px;
    margin: 0 1% 35px; }
  form.general-form .button:hover {
    background: #5ca3a2; }
  form.general-form .field-group {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 48%;
    position: relative; }
    @media (max-width: 767px) {
      form.general-form .field-group {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }
    form.general-form .field-group input[type="text"], form.general-form .field-group select {
      width: 100%;
      margin-bottom: 20px; }
    form.general-form .field-group input[type="text"].more-info-field, form.general-form .field-group select.more-info-field {
      width: 92%; }
      @media (max-width: 1024px) {
        form.general-form .field-group input[type="text"].more-info-field, form.general-form .field-group select.more-info-field {
          width: 85%; } }
    form.general-form .field-group .enews_item {
      clear: both;
      margin-bottom: 40px; }
      form.general-form .field-group .enews_item .check-wrapper {
        float: left;
        width: 6%; }
      form.general-form .field-group .enews_item .check-description-wrapper {
        float: left;
        width: 94%; }
        form.general-form .field-group .enews_item .check-description-wrapper label {
          text-transform: uppercase;
          display: block; }
        form.general-form .field-group .enews_item .check-description-wrapper p.description {
          margin: 0;
          display: none; }
  form.general-form .field-group.two-fields input[type="text"], form.general-form .field-group.two-fields select {
    width: 48%;
    float: left;
    margin-left: 2%; }
    @media (max-width: 767px) {
      form.general-form .field-group.two-fields input[type="text"], form.general-form .field-group.two-fields select {
        width: 100%;
        float: none;
        margin: 0 0 20px 0; } }
  form.general-form .field-group.two-fields input[type="text"]:first-child, form.general-form .field-group.two-fields select:first-child {
    margin-left: 0;
    margin-right: 2%; }
    @media (max-width: 767px) {
      form.general-form .field-group.two-fields input[type="text"]:first-child, form.general-form .field-group.two-fields select:first-child {
        margin: 0 0 20px 0; } }
  form.general-form .field-group-full {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    position: relative;
    width: 98%; }
    @media (max-width: 767px) {
      form.general-form .field-group-full {
        float: none;
        width: auto;
        margin-left: 2%;
        margin-right: 2%;
        display: block; } }

.add-form-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #5ca3a2;
  text-transform: uppercase;
  padding: 2px 18px 5px;
  margin: 0 1% 20px; }
  .add-form-item .toggle-plus {
    display: inline-block;
    zoom: 1;
    *display: inline;
    position: relative;
    top: 2px; }

.add-form-item:hover {
  background: #467978; }

.cvv-link {
  float: right;
  clear: both;
  position: absolute;
  right: 5px;
  top: 5px;
  background: #f1f1f1;
  padding: 5px 11px 3px 13px;
  cursor: pointer;
  border-radius: 20px;
  /* line-height: 19px; */ }

#cc_security_code, #cc_experation_year {
  margin-bottom: 0; }

.cvv-text {
  position: absolute;
  background: #f1f1f1;
  padding: 12px;
  z-index: 99;
  display: none;
  right: 0;
  top: 20px;
  width: 300px;
  cursor: default;
  line-height: 14px; }
  .cvv-text strong {
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px; }

.cvv-link:hover .cvv-text {
  display: block; }

#exam-copy-search h2 {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #exam-copy-search h2 {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#exam-copy-search form {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    #exam-copy-search form {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
  #exam-copy-search form .form-inner {
    width: 73%;
    margin: 0 auto;
    position: relative; }
    #exam-copy-search form .form-inner input[type="text"] {
      width: 100%;
      height: 45px; }
    #exam-copy-search form .form-inner input[type="submit"] {
      width: 50px;
      background: #e8e8e8 url("img/magnifying-glass.png") no-repeat center;
      padding: 0;
      position: absolute;
      right: 0;
      z-index: 99;
      top: 0;
      overflow: hidden;
      text-indent: -99999px;
      display: block;
      height: 100%; }
#exam-copy-search #exam-search-results {
  position: relative;
  clear: both; }
  #exam-copy-search #exam-search-results .exam-search-results-wrapper {
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
    #exam-copy-search #exam-search-results .exam-search-results-wrapper .exam-search-result {
      float: left;
      margin-left: 1%;
      margin-right: 1%;
      position: relative;
      width: 23%;
      margin-bottom: 20px;
      padding: 10px;
      background: #e8e8e8; }
      @media (max-width: 767px) {
        #exam-copy-search #exam-search-results .exam-search-results-wrapper .exam-search-result {
          float: none;
          width: auto;
          margin-left: 2%;
          margin-right: 2%;
          display: block; } }
      #exam-copy-search #exam-search-results .exam-search-results-wrapper .exam-search-result .add-form-item {
        font-size: 13px;
        padding: 0px 8px 4px;
        margin: 10px 0 0 0; }
        #exam-copy-search #exam-search-results .exam-search-results-wrapper .exam-search-result .add-form-item .toggle-plus {
          font-size: 22px; }
      #exam-copy-search #exam-search-results .exam-search-results-wrapper .exam-search-result .error {
        float: none;
        margin: 0;
        text-align: left; }
  #exam-copy-search #exam-search-results .exam-search-results-wrapper[data-result-set="0"] {
    display: block; }
#exam-copy-search .error {
  color: #ff7c00;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  text-align: center;
  margin-top: 20px; }
  @media (max-width: 767px) {
    #exam-copy-search .error {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#exam-copy-search .pagination-links {
  text-transform: uppercase;
  text-align: center;
  margin: 20px 0; }
#exam-copy-search .pagination-links a {
  margin: 0 5px; }
#exam-copy-search .pagination-links a.inactive {
  cursor: default; }

.max-book-copy {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
  padding: 10px 15px;
  background: #e8e8e8;
  margin-bottom: 25px;
  display: none; }
  @media (max-width: 767px) {
    .max-book-copy {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#errorboxHolder {
  height: 40px;
  overflow: hidden;
  position: fixed;
  top: 0px;
  width: 100%;
  text-align: center;
  background: #ff7c00;
  padding-top: 8px;
  display: none;
  z-index: 9999; }
  @media (max-width: 767px) {
    #errorboxHolder {
      position: relative;
      height: auto;
      background: transparent;
      padding: 0 4%;
      top: auto;
      overflow: visible;
      margin-top: 30px; } }
  #errorboxHolder label {
    display: block;
    margin-bottom: 8px;
    cursor: pointer;
    height: 40px;
    overflow: hidden;
    color: #fff; }
    @media (max-width: 767px) {
      #errorboxHolder label {
        color: #ff7c00;
        height: auto;
        overflow: visible; } }

input.error, select.error {
  border: 1px solid #ff7c00; }

input[type="checkbox"].error {
  border: 2px solid #ff7c00 !important; }

.loading-img {
  display: block;
  margin: 0 auto; }

#success {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%; }
  @media (max-width: 767px) {
    #success {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#desk-copy-request, #exam-copy-request {
  position: relative; }
  #desk-copy-request .form-overlay, #exam-copy-request .form-overlay {
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #desk-copy-request .address-validation-holder, #exam-copy-request .address-validation-holder {
    position: fixed;
    width: 100%;
    height: 75%;
    top: 2%;
    left: 0;
    display: none; }
    #desk-copy-request .address-validation-holder .address-validation, #exam-copy-request .address-validation-holder .address-validation {
      position: relative;
      width: 90%;
      margin: 0 auto;
      background: #fff;
      border: 1px solid #ff7c00;
      height: 100%;
      padding: 20px;
      text-align: center;
      z-index: 20; }

#shipto_zip_field {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%; }
  @media (max-width: 767px) {
    #shipto_zip_field {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }

#exam-copy-request .half-input-wrap {
  float: left;
  width: 48%;
  margin-right: 4%; }
#exam-copy-request .ie9 .half-input-wrap {
  margin-left: -3%; }
#exam-copy-request .half-input-wrap.second {
  margin-right: 0%; }
#exam-copy-request .half-input-wrap input, #exam-copy-request .half-input-wrap select {
  width: 100% !important; }
@media (max-width: 767px) {
  #exam-copy-request .half-input-wrap {
    width: 100%; }
  #exam-copy-request #cc_experation_year, #exam-copy-request #cc_security_code {
    margin-bottom: 20px; }
  #exam-copy-request .cvv-link {
    top: 174px; } }

.centered-input-wrap {
  width: 209px;
  margin: 0 auto; }

.ie9 #exam-copy-request .half-input-wrap {
  margin-left: -3px;
  width: 48%; }

.ie9 #exam-copy-request .half-input-wrap input, .ie9 #exam-copy-request .half-input-wrap select {
  width: 101% !important; }

.ca-desk-form-wrap input#shipto_zip_field {
  text-transform: uppercase; }

#featured-book-tabs .featured-book-tab {
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 23%;
  background-color: #f1f1f1;
  height: 45px;
  padding-top: 14px;
  text-align: center; }
  @media (max-width: 767px) {
    #featured-book-tabs .featured-book-tab {
      float: none;
      width: auto;
      margin-left: 2%;
      margin-right: 2%;
      display: block; } }
#featured-book-tabs .featured-book-tab.selected {
  background-color: #e8e8e8; }

#featured-books {
  background-color: #e8e8e8;
  border-bottom: 3px solid #5ca3a2;
  float: left;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 15px 0 10px;
  margin-bottom: 65px; }
  #featured-books .featured-book .featured-book-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.4);
    height: 312px;
    overflow: hidden;
    background-color: #fff;
    background-position: center; }
  #featured-books .featured-book .featured-book-title {
    margin: 20px 0 5px;
    line-height: 18px; }
  #featured-books .featured-book .featured-book-author {
    margin-bottom: 5px; }
  #featured-books .featured-book-category {
    margin: 0;
    padding: 0; }

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }
    .bx-wrapper .bx-viewport li {
      margin-bottom: 40px;
      border-left: 10px solid #e8e8e8;
      border-right: 10px solid #e8e8e8; }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    height: 0px;
    width: 0px;
    display: none; }
  .bx-wrapper .bx-loading {
    min-height: 50px;
    background: url("img/bx_loader.gif") center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000; }
  .bx-wrapper .bx-prev {
    left: 0px;
    background: #5ca3a2 url("img/slider-left.png") no-repeat center; }
  .bx-wrapper .bx-next {
    right: 0px;
    background: #5ca3a2 url("img/slider-right.png") no-repeat center; }
  .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 148px;
    width: 100%;
    /* z-index: 9999; */ }
    .bx-wrapper .bx-controls-direction a {
      position: absolute;
      outline: 0;
      width: 48px;
      height: 48px;
      overflow: hidden;
      text-indent: -99999px;
      display: block;
      background-color: #5ca3a2;
      /* z-index: 99999; */ }
    .bx-wrapper .bx-controls-direction a:hover {
      background-color: #467978; }
    .bx-wrapper .bx-controls-direction a.disabled {
      display: none; }

.lt-ie9 .bx-controls-direction {
  height: 48px; }

#accordion #accordion-inner-wrapper .accordion-item {
  border-bottom: 1px solid #000;
  clear: both;
  padding-top: 15px; }
  #accordion #accordion-inner-wrapper .accordion-item .heading .click-target {
    display: block;
    float: left;
    height: 25px;
    width: 25px;
    background: #5ca3a2;
    margin: 0 15px 15px 15px;
    overflow: hidden;
    text-indent: -99999px;
    display: block;
    position: relative; }
  #accordion #accordion-inner-wrapper .accordion-item .heading .click-target:hover {
    background: #467978; }
  #accordion #accordion-inner-wrapper .accordion-item .heading .click-target:before {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 0;
    text-indent: 0px; }
  #accordion #accordion-inner-wrapper .accordion-item .heading .click-target.open:before {
    content: '+'; }
  #accordion #accordion-inner-wrapper .accordion-item .heading .click-target.closed:before {
    content: '-';
    top: 2px; }
  #accordion #accordion-inner-wrapper .accordion-item .heading .accordion-heading-copy {
    text-transform: uppercase;
    cursor: pointer; }
  #accordion #accordion-inner-wrapper .accordion-item .content {
    padding: 43px;
    background-color: #e7f1f1;
    clear: both; }
  #accordion #accordion-inner-wrapper .accordion-item .suggested-reading {
    margin-top: 25px; }
#accordion #accordion-inner-wrapper .accordion-item:first-child {
  border-top: 1px solid #000; }

.gform_wrapper {
  margin-top: 60px; }
  .gform_wrapper form .gform_body ul {
    list-style: none;
    margin: 30px 0;
    padding: 0; }
    .gform_wrapper form .gform_body ul li {
      margin-bottom: 30px;
      width: 48%;
      margin-right: 1%;
      float: left; }
      .gform_wrapper form .gform_body ul li input[type="text"], .gform_wrapper form .gform_body ul li input[type="email"] {
        width: 100%; }
      .gform_wrapper form .gform_body ul li label {
        font-weight: bold; }
      .gform_wrapper form .gform_body ul li textarea {
        width: 100%; }
      .gform_wrapper form .gform_body ul li select {
        width: 100%;
        border: 0;
        border-radius: 0px;
        padding: 11px 20px;
        border: none;
        font-size: 15px;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        cursor: pointer;
        background: #e8e8e8 url("img/select-arrow.png") no-repeat right 15px; }
@-moz-document url-prefix() {
  .gform_wrapper form .gform_body ul li select {
    background-image: none; } }
      @media (max-width: 767px) {
        .gform_wrapper form .gform_body ul li {
          float: none;
          width: 100%;
          margin: 0 0 30px 0;
          display: block; } }
    .gform_wrapper form .gform_body ul li:nth-child(2n+1) {
      clear: both; }
    .gform_wrapper form .gform_body ul li.gfield_error input {
      border: 1px solid #5ca3a2; }
  .gform_wrapper form .gform_footer {
    clear: both;
    text-align: center; }
  .gform_wrapper form input[type="submit"] {
    text-transform: uppercase;
    background: #467978;
    cursor: pointer; }
  .gform_wrapper form input[type="submit"]:hover {
    background: #5ca3a2; }

#gforms_confirmation_message {
  margin-top: 30px; }

.hidden-text {
  overflow: hidden;
  text-indent: -99999px;
  display: block; }

.inactive-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  display: none;
  z-index: 999; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

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