/*  ==========================================================================
	Bring the Boom, son!
    ========================================================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  /* 2 */

  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Removes default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `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;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */

  font-size: 100%;
  /* 2 */

  margin: 0;
  /* 3 */

}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}
/*
 * Removes 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;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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;
}
/*  ==========================================================================
	Import Web Fonts
	========================================================================== */
/*  ==========================================================================
	Custom Colors
	========================================================================== */
/*  ==========================================================================
	Typography
    ========================================================================== */
/*  ==========================================================================
	Grid Configuration Variables
	========================================================================== */
/*  ==========================================================================
	Custom Variables (Put any custom site variables here)
	========================================================================== */
/*  ==========================================================================
    Box
    Set element to using (border-box) box sizing
    ========================================================================== */
/*  ==========================================================================
    Horizontal Rule
    Create a basic rule to rule them all.
    ========================================================================== */
/*  ==========================================================================
	Clearfix
	Add this to any block level element to clear it.
    ========================================================================== */
/*  ==========================================================================
	Shadow
	@x, @y - amount of space from element
	@blur - size of shadow
	@strength - opacity of shadow
    ========================================================================== */
/*  ==========================================================================
    Gradients
    ========================================================================== */
/*  ==========================================================================
	Breath
	@side - Which side gets the breathing room (left or right)
	@amount - The amount of breathing room (can be em, px or percent)
    ========================================================================== */
/*  ==========================================================================
	Code
    ========================================================================== */
.code {
  display: block;
  font-family: Georgia, serif;
  color: #666;
  border: 1px dotted #ccc;
  background: #efefef;
  padding: 10px;
  margin-bottom: 24px;
}
/*  ==========================================================================
	Button
	@corners - border radius
	@bg - background color
	@pad - padding
    ========================================================================== */
/*  ==========================================================================
	Field
	@corners - border radius
	@bg - background color
	@pad - padding
    ========================================================================== */
/*  ==========================================================================
    Alignment
    ========================================================================== */
/*  ==========================================================================
    Resets
    ========================================================================== */
/* List */
/* Type */
/*  ==========================================================================
    Custom Mixins
    ========================================================================== */
/* Dotted Borders */
/* Inline Nav */
/* Icons */
/*  ==========================================================================
	Home Base
    ========================================================================== */
body {
  font-size: 17px;
  line-height: 1.5;
}
/*  ==========================================================================
	Reset Margins
    ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
pre,
form,
fieldset,
blockquote,
th,
td {
  font-weight: normal;
  margin: 0;
  padding: 0;
}
/*  ==========================================================================
	Headings, Paragraphs & Lists
    ========================================================================== */
h1 {
  font-family: Georgia, serif;
  font-size: 48px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 24px;
}
h2 {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 24px;
}
h3 {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 12px;
}
h4 {
  font-family: Georgia, serif;
  font-size: 26px;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0;
}
h5 {
  font-family: Georgia, serif;
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 12px;
}
h6 {
  font-family: Georgia, serif;
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0;
}
p,
ul,
ol,
dl {
  font-family: Georgia, serif;
  margin-top: 0px;
  margin-bottom: 24px;
}
small {
  font-family: Georgia, serif;
  font-size: 14px;
}
/*  ==========================================================================
	Specialty Classes
    ========================================================================== */
.super {
  font-size: 72px;
}
/*  ==========================================================================
	Links
    ========================================================================== */
a {
  color: #33617a;
  text-decoration: none;
}
a:hover {
  color: #55844d;
  text-decoration: none;
}
/*  ==========================================================================
	Container & Row Mixins
    ========================================================================== */
/*  ==========================================================================
	Mixin to Calculate Grid Size
    ========================================================================== */
/*  ==========================================================================
	Make it your own.
    ========================================================================== */
/*  ==========================================================================
    Body
    ========================================================================== */
body {
  background: url(/img/ui/gradient-background.png) top left repeat-x;
}
/*  ==========================================================================
    Global Stuff
    ========================================================================== */
/* Forms */
input[type="text"],
input[type="password"],
textarea {
  width: 100%;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  background: #ffffff;
  outline: none;
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #b3b3b3;
  background: #fafafa;
}
textarea {
  height: 100px;
}
input[type="submit"],
.button {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #33617a;
  background: -moz-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -webkit-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -o-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -ms-linear-gradient(top, #33617a 0%, #244456 100%);
  height: auto;
}
input[type="submit"]:hover,
.button:hover {
  cursor: pointer;
  background: #33617a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
input[type="submit"]:active,
.button:active {
  background: #244456;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
/* Alignment */
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.image-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
/* Rules */
hr {
  clear: both;
  margin: 20px 0;
  padding: 0;
  border: none;
  border-bottom: 1px solid #cccccc;
}
hr.dotted {
  margin: 20px 0;
  padding: 0;
  border: none;
  border-bottom: 1px dashed #cccccc;
}
/*  ==========================================================================
    Typography
    ========================================================================== */
.main-content h6 {
  font-family: Georgia, serif;
  font-size: 17px;
  margin-top: 0px;
  margin-bottom: 24px;
  color: #666666;
  border-left: 1px solid #ddd;
  padding-left: 20px;
}
/*  ==========================================================================
    Header (Main Site Masthead)
    ========================================================================== */
#masthead {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
#masthead:before {
  content: '';
  display: block;
}
#masthead:after {
  content: '';
  display: table;
  clear: both;
}
#masthead #logo {
  text-align: center;
  margin-top: 60px;
  padding-top: 45px;
  padding-bottom: 95px;
  overflow: hidden;
}
#masthead #logo a img {
  display: block;
  margin: auto;
}
#masthead #main-nav {
  width: 100%;
  height: 50px;
  position: absolute;
  left: 0;
  top: 223px;
  background-color: #33617a;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
#masthead #main-nav ul {
  display: block;
  width: 940px;
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
#masthead #main-nav ul li {
  float: left;
  width: 156px !important;
}
#masthead #main-nav ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: url(/img/ui/main-nav-divider.png) right center no-repeat;
}
#masthead #main-nav ul li a:hover {
  color: #fff;
  background: #2b5368;
  padding-left: 1px;
  margin-left: -1px;
}
#masthead #main-nav ul li.home {
  width: 94px;
  background: url(/img/ui/main-nav-divider.png) left center no-repeat;
}
#masthead #main-nav ul li.current-issue {
  width: 162px;
}
#masthead #main-nav ul li.past-issues {
  width: 133px;
}
#masthead #main-nav ul li.collections {
  width: 144px;
}
#masthead #main-nav ul li.news {
  width: 90px;
}
#masthead #main-nav ul li.events {
  width: 99px;
}
#masthead #main-nav ul li.events a {
  background: none;
}
#masthead #main-nav ul li.events a:hover {
  padding-left: 1px;
  background: #2b5368;
}
#masthead #main-nav ul li.events.active a {
  margin-left: -1px !important;
  padding-left: 1px;
}
#masthead #main-nav ul li.subscribe {
  width: 119px;
}
#masthead #main-nav ul li.donate {
  width: 99px;
}
#masthead #main-nav ul li.important a {
  background-color: #55844d;
}
#masthead #main-nav ul li.important a:hover {
  background: #4b7444;
}
#masthead #main-nav ul li.donate a:hover {
  margin-left: -1px;
  padding-left: 1px;
}
#masthead #main-nav ul li.last a {
  background: none #55844d;
}
#masthead #main-nav ul li.active a {
  position: relative;
  color: #33617a !important;
  margin-left: -1px;
  background: #ffffff url(/img/ui/main-nav-active.png) right top no-repeat !important;
  z-index: 1000;
}
#masthead #main-nav ul li.active a:hover {
  padding-left: 0;
}
#masthead #main-nav ul li.last.active a {
  margin-left: -1px;
}
#masthead #top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background: #f4f4f4 url(/img/ui/top-bar-shade.png) bottom repeat-x;
  overflow: hidden;
}
#masthead #top #utility {
  position: relative;
  width: 940px;
  height: 60px;
  margin: auto;
  overflow: hidden;
}
#masthead #top #utility #utility-nav {
  position: absolute;
  left: 22px;
  top: 18px;
}
#masthead #top #utility #utility-nav ul {
  display: block;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
#masthead #top #utility #utility-nav ul li {
  float: left;
  padding-right: 8px;
  margin-right: 8px;
  border-right: 1px solid #d7d7d7;
}
#masthead #top #utility #utility-nav ul li a {
  color: #999;
}
#masthead #top #utility #utility-nav ul li a:hover {
  color: #33617a;
}
#masthead #top #utility #utility-nav ul li.important a {
  color: #33617a;
}
#masthead #top #utility #utility-nav ul li.important a:hover {
  color: #55844d;
}
#masthead #top #utility #utility-nav ul li.last {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#masthead #top #utility #utility-search {
  position: absolute;
  right: 0;
  top: 12px;
}
#masthead #top #utility #utility-search input[type="text"] {
  float: left;
  width: 100%;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  background: #ffffff;
  outline: none;
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 250px;
  height: 35px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#masthead #top #utility #utility-search input[type="text"]:focus {
  border: 1px solid #b3b3b3;
  background: #fafafa;
}
#masthead #top #utility #utility-search input[type="submit"] {
  float: left;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 0 15px;
  background: #33617a;
  background: -moz-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -webkit-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -o-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -ms-linear-gradient(top, #33617a 0%, #244456 100%);
  height: 40px;
  height: 35px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#masthead #top #utility #utility-search input[type="submit"]:hover {
  cursor: pointer;
  background: #33617a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#masthead #top #utility #utility-search input[type="submit"]:active {
  background: #244456;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
/*  ==========================================================================
    Stage
    ========================================================================== */
#main-stage {
  position: relative;
  /*max-height: 320px;*/
  overflow: hidden;
}
#main-stage .slides img, #main-stage .slides a {
  display: block;
  width: 100%;
  min-width: 940px;
}
#main-stage .headline {
  display: none;
}
#cycle-pager {
    text-align: center;
    z-index: 500;
    position: absolute;
    bottom: 3px;
    left: 47%;
    overflow: hidden;
    color: #fff;
}
#cycle-pager span {
    font-family: arial;
    font-size: 50px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
#cycle-pager span.cycle-pager-active {
    opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}
/*  ==========================================================================
    Study Circles Map
    ========================================================================== */
#study-circles-map {
  width: 100%;
  height: 480px;
  overflow: hidden;
}
/*  ==========================================================================
    Content
    ========================================================================== */
#content {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
  margin-bottom: 60px;
  /*  ==========================================================================
        Main Sidebar
        ========================================================================== */

}
#content:before {
  content: '';
  display: block;
}
#content:after {
  content: '';
  display: table;
  clear: both;
}
#content .main-content {
  float: left;
  width: 620px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*  ==========================================================================
            Subscriptions
            ========================================================================== */

  /*  ==========================================================================
            Donations
            ========================================================================== */

  /*  ==========================================================================
            Study Circles Listing
            ========================================================================== */

  /*  ==========================================================================
            Past Issues (Navigation by Year)
            ========================================================================== */

  /*  ==========================================================================
            Search Results
            ========================================================================== */

  /*  ==========================================================================
            Shopping Cart
            ========================================================================== */

  /*  ==========================================================================
            Checkout
            ========================================================================== */

  /* Smaller Fields */

  /* Order Complete & Errors */

  /*  ==========================================================================
            Authors
            ========================================================================== */

  /*  ==========================================================================
            Articles Categories
            ========================================================================== */

  /*  ==========================================================================
            Articles
            ========================================================================== */

  /*  ==========================================================================
            Pagination
            ========================================================================== */

}
#content .main-content img {
  max-width: 100%;
}
#content .main-content #subscriptions-listing .region-title {
  font-size: 34px;
  margin-bottom: 30px;
}
#content .main-content #subscriptions-listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
#content .main-content #subscriptions-listing ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
#content .main-content #subscriptions-listing ul li .info {
  float: left;
}
#content .main-content #subscriptions-listing ul li .info .price {
  color: #55844d;
}
#content .main-content #subscriptions-listing ul li .add-to-cart-button {
  float: right;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
}
#content .main-content #subscriptions-listing ul li .add-to-cart-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content #subscriptions-listing ul li .add-to-cart-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content .price {
  width: 260px;
}
#content .main-content .donation-button {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
}
#content .main-content .donation-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content .donation-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content .study-circle {
  margin-bottom: 20px;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
  overflow: hidden;
}
#content .main-content .study-circle.last {
  background: none;
  margin-bottom: 0;
}
#content .main-content .study-circle .marker {
  float: right;
}
#content .main-content .individual-years-nav {
  overflow: hidden;
}
#content .main-content .individual-years-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .main-content .individual-years-nav ul li {
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ccc;
}
#content .main-content .individual-years-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
#content .main-content #search-results-listing .search-result {
  margin-bottom: 30px;
  overflow: hidden;
}
#content .main-content #search-results-listing .search-result.last {
  margin-bottom: 0;
}
#content .main-content #search-results-listing .search-result .title {
  font-family: Arial, Verdana, sans-serif;
  font-size: 16px;
  margin-bottom: 4px;
}
#content .main-content #search-results-listing .search-result .title a {
  color: #33617a;
  text-decoration: underline;
}
#content .main-content #search-results-listing .search-result .title a:hover {
  color: #33617a;
  text-decoration: underline;
}
#content .main-content #search-results-listing .search-result .url {
  font-size: 11px;
  font-family: Arial, Verdana, sans-serif;
  color: #55844d;
  margin: 0 0 10px 0;
}
#content .main-content #search-results-listing .search-result .excerpt {
  font-family: Arial, Verdana, sans-serif;
  color: #666666;
  font-size: 14px;
}
#content .main-content.shopping-cart {
  float: left;
  width: 940px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .main-content.shopping-cart img {
  max-width: 100%;
}
#content .main-content.shopping-cart .cart-items-message {
  display: block;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #a7c8a2;
  background-color: #e4eee2;
}
#content .main-content.shopping-cart #cart-table {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  text-align: left;
}
#content .main-content.shopping-cart #cart-table .right {
  text-align: right;
}
#content .main-content.shopping-cart #cart-table thead th {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
}
#content .main-content.shopping-cart #cart-table thead th.delete {
  color: #d14e52 !important;
  width: 100px;
  text-align: left;
}
#content .main-content.shopping-cart #cart-table tbody tr td {
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
}
#content .main-content.shopping-cart #cart-table tbody tr td.title {
  width: 500px;
}
#content .main-content.shopping-cart #cart-table tbody tr td.price {
  width: 120px;
}
#content .main-content.shopping-cart #cart-table tbody tr td.delete {
  color: #d14e52;
  width: 100px;
  text-align: left;
}
#content .main-content.shopping-cart #cart-table tbody tr td.delete a {
  color: #d14e52;
}
#content .main-content.shopping-cart #cart-table tbody tr td.delete a:hover {
  text-decoration: underline;
}
#content .main-content.shopping-cart #cart-table tbody tr:nth-child(even) td {
  background-color: #efefef;
}
#content .main-content.shopping-cart #cart-table tfoot {
  border-top: 4px solid #ccc;
  border-bottom: 4px solid #ccc;
}
#content .main-content.shopping-cart #cart-table tfoot tr td {
  padding: 5px 10px;
}
#content .main-content.shopping-cart #cart-table tfoot tr td .coupon-code {
  color: #999999;
  font-size: 12px;
}
#content .main-content.shopping-cart #cart-table tfoot tr.last td {
  border-bottom: 4px solid #ccc;
  font-size: 16px;
  font-weight: bold;
}
#content .main-content.shopping-cart #cart-actions {
  zoom: 1;
  float: right;
}
#content .main-content.shopping-cart #cart-actions:before {
  content: '';
  display: block;
}
#content .main-content.shopping-cart #cart-actions:after {
  content: '';
  display: table;
  clear: both;
}
#content .main-content.shopping-cart #cart-actions .checkout {
  float: left;
  width: 460px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  text-align: right;
}
#content .main-content.shopping-cart #cart-actions .checkout img {
  max-width: 100%;
}
#content .main-content #sectionhead {
  padding-bottom: 10px;
  margin-bottom: 30px;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
}
#content .main-content #sectionhead .date {
  color: #999999;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 10px;
}
#content .main-content #sectionhead .title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-bottom: 10px;
}
#content .main-content #sectionhead .title.uppercase {
  text-transform: uppercase;
}
#content .main-content #sectionhead h1 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}
#content .main-content .form-container {
  margin-right: 80px;
}
#content .main-content .form-container .instructions {
  color: #666666;
  font-style: italic;
}
#content .main-content .form-container .instructions.important {
  color: #d14e52 !important;
}
#content .main-content .checkout-fieldset {
  padding: 20px;
  margin-bottom: 20px;
}
#content .main-content .checkout-fieldset legend {
  font-family: Georgia, serif;
  font-size: 26px;
  padding: 0 10px;
}
#content .main-content .disabled {
  opacity: 0.75;
}
#content .main-content .shipping-check {
  border: 1px solid #ccc;
  background: #efefef;
  padding: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
#content .main-content #coupon-codes .coupon-field {
  float: left;
  width: 100%;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  background: #ffffff;
  outline: none;
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 250px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#content .main-content #coupon-codes .coupon-field:focus {
  border: 1px solid #b3b3b3;
  background: #fafafa;
}
#content .main-content #coupon-codes .coupon-button {
  float: left;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 0 15px;
  background: #33617a;
  background: -moz-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -webkit-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -o-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -ms-linear-gradient(top, #33617a 0%, #244456 100%);
  height: 40px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content .main-content #coupon-codes .coupon-button:hover {
  cursor: pointer;
  background: #33617a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content #coupon-codes .coupon-button:active {
  background: #244456;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content #coupon-codes .success {
  color: #55844d;
}
#content .main-content .update-button {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #33617a;
  background: -moz-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -webkit-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -o-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -ms-linear-gradient(top, #33617a 0%, #244456 100%);
  height: auto;
  height: 45px;
}
#content .main-content .update-button:hover {
  cursor: pointer;
  background: #33617a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content .update-button:active {
  background: #244456;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content .checkout-button {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
}
#content .main-content .checkout-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content .checkout-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content input[name="zip"],
#content .main-content input[name="shipping_zip"],
#content .main-content input[name="CVV2"] {
  width: 30%;
}
#content .main-content .order-success {
  border: 1px solid green;
  background: rgba(0, 128, 0, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
#content .main-content .order-success p {
  color: black;
  padding: 0;
  margin: 0;
}
#content .main-content .order-error {
  border: 1px solid red;
  background: rgba(255, 0, 0, 0.1);
  padding: 10px;
  margin-bottom: 20px;
}
#content .main-content .order-error p {
  color: black;
  padding: 0;
  margin: 0;
}
#content .main-content .a-through-z {
  margin-bottom: 30px;
  overflow: hidden;
}
#content .main-content .a-through-z ol {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .main-content .a-through-z ol li {
  float: left;
  margin-right: -1px;
}
#content .main-content .a-through-z ol li a {
  display: inline-block;
  padding: 2px 0;
  width: 22px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
#content .main-content .a-through-z ol li a:hover {
  color: #fff;
  background-color: #33617a;
  border: 1px solid #33617a;
}
#content .main-content .a-through-z ol li.active a {
  font-weight: bold;
  background-color: #eee;
}
#content .main-content .a-through-z ol li.active a:hover {
  color: #33617a;
  font-weight: bold;
  background-color: #eee;
  border: 1px solid #ddd;
}
#content .main-content .a-through-z ol li.last {
  margin-right: 0;
}
#content .main-content .author-message {
  font-size: 18px;
}
#content .main-content .author-article-list {
  margin-left: 20px;
}
#content .main-content .author-listing {
  margin-right: 0;
  margin-bottom: 30px;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
  overflow: hidden;
}
#content .main-content .author-listing .author-article-list {
  color: #666666;
}
#content .main-content .author-listing .author-article-list li a {
  color: #666666;
}
#content .main-content .author-listing .author-article-list li a:hover {
  color: #33617a;
}
#content .main-content .author-listing .author-article-list li a .volume-info {
  color: #999999;
}
#content .main-content .author-listing .author-article-list li a.has-content {
  font-weight: bold;
}
#content .main-content#article-index .author-listing {
  margin-bottom: 10px;
}
#content .main-content#article-index .author-listing .author-article-list {
  font-size: 14px;
  margin-bottom: 10px;
}
#content .main-content#article-index .author-listing h5 {
  margin: 0;
}
#content .main-content .article-category {
  color: #666666;
  font-style: italic;
}
#content .main-content .article-category.bordered {
  margin-top: 30px;
  padding-top: 31px;
  background: url(/img/ui/horizontal-dotted-divider.png) top left repeat-x;
}
#content .main-content .more-issue {
  padding-top: 31px;
  background: url(/img/ui/horizontal-dotted-divider.png) top left repeat-x;
}
#content .main-content article {
  margin-right: 80px;
  /*  ==========================================================================
                Article Listing (Homepage & Current Issue)
                ========================================================================== */

  /*  ==========================================================================
                News & Events Listing
                ========================================================================== */

  /*  ==========================================================================
                Issue Listing Page
                ========================================================================== */

  /*  ==========================================================================
                Issue Listing Page
                ========================================================================== */

}
#content .main-content article .articlehead .issue {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #999999;
  font-size: 20px;
  margin-bottom: 10px;
}
#content .main-content article .articlehead .issue a {
  color: #999999;
}
#content .main-content article .articlehead .author {
  font-family: Georgia, serif;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 20px;
}
#content .main-content article .articlehead .utility {
  background: url(/img/ui/horizontal-dotted-divider.png) top left repeat-x;
  padding-top: 10px;
  overflow: hidden;
}
#content .main-content article .articlehead .utility ul {
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
#content .main-content article .articlehead .utility ul li {
  float: left;
  margin-right: 22px;
}
#content .main-content article .articlehead .utility ul li a {
  display: block;
  color: #666;
  padding-left: 27px;
}
#content .main-content article .articlehead .utility ul li a:hover {
  color: #33617a;
}
#content .main-content article .articlehead .utility ul li.email-article a {
  background: url(/img/ui/icon-email.png) left center no-repeat;
}
#content .main-content article .articlehead .utility ul li.print-article a {
  background: url(/img/ui/icon-print.png) left center no-repeat;
}
#content .main-content article .articlehead .utility ul li.download-article a {
  background: url(/img/ui/icon-pdf.png) left center no-repeat;
  padding-left: 19px;
}
#content .main-content article .share {
  padding-top: 12px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
#content .main-content article .title {
  margin-top: 0;
  margin-bottom: 20px;
}
#content .main-content article ul,
#content .main-content article ol {
  margin-left: 40px;
}
#content .main-content article blockquote {
  margin-bottom: 30px;
  overflow: hidden;
}
#content .main-content article blockquote p {
  font-size: 24px;
  font-style: italic;
  color: #666666;
  margin-bottom: 0;
}
#content .main-content article blockquote .name {
  font-size: 14px;
  color: #000;
  float: right;
  width: 90%;
  text-align: right;
}
#content .main-content article .footnotes p {
  font-size: 14px;
}
#content .main-content article.listing {
  margin-bottom: 30px;
}
#content .main-content article.listing.no-content h4 {
  color: #333;
  margin-bottom: 5px;
}
#content .main-content article.listing.no-content.last {
  margin-bottom: 0;
  background: none;
}
#content .main-content article.listing h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 5px;
}
#content .main-content article.listing h2 a {
  display: block;
  color: #000;
}
#content .main-content article.listing h2 a:hover {
  color: #33617a;
}
#content .main-content article.listing .summary {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  line-height: 1.5;
}
#content .main-content article.listing .author {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 18px;
  margin-bottom: 10px;
}
#content .main-content article.listing .more {
  margin-top: 10px;
  margin-bottom: 0;
}
#content .main-content article.news-listing {
  margin-bottom: 30px;
  padding-bottom: 31px;
  margin-right: 0;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
  overflow: hidden;
}
#content .main-content article.news-listing h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 5px;
}
#content .main-content article.news-listing h2 a {
  display: block;
  color: #000;
}
#content .main-content article.news-listing h2 a:hover {
  color: #33617a;
}
#content .main-content article.news-listing .image {
  float: left;
  width: 220px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .main-content article.news-listing .image img {
  max-width: 100%;
}
#content .main-content article.news-listing .image img {
  height: auto;
}
#content .main-content article.news-listing .info {
  float: left;
  width: 380px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 20px;
}
#content .main-content article.news-listing .info img {
  max-width: 100%;
}
#content .main-content article.news-listing .summary {
  margin: 0;
}
#content .main-content article.issue-listing {
  zoom: 1;
  margin-bottom: 30px;
  padding-bottom: 31px;
  margin-right: 0;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
}
#content .main-content article.issue-listing:before {
  content: '';
  display: block;
}
#content .main-content article.issue-listing:after {
  content: '';
  display: table;
  clear: both;
}
#content .main-content article.issue-listing .cover {
  float: left;
  width: 140px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .main-content article.issue-listing .cover img {
  max-width: 100%;
}
#content .main-content article.issue-listing .cover img {
  height: auto;
}
#content .main-content article.issue-listing .cover .volume {
  color: #b0976d;
  text-align: center;
  margin-bottom: 0;
}
#content .main-content article.issue-listing .info {
  position: relative;
  float: left;
  width: 460px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
#content .main-content article.issue-listing .info img {
  max-width: 100%;
}
#content .main-content article.issue-listing .info .date {
  color: #999999;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 5px;
}
#content .main-content article.issue-listing .info .title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-right: 30px;
  margin-bottom: 10px;
}
#content .main-content article.issue-listing .info .title a {
  display: block;
  color: #000;
}
#content .main-content article.issue-listing .info .title a:hover {
  color: #33617a;
}
#content .main-content article.issue-listing .info .price {
  font-size: 18px;
  color: #55844d;
}
#content .main-content article.issue-listing .info .sku {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
}
#content .main-content article.issue-listing .info .buy-button {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
}
#content .main-content article.issue-listing .info .buy-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content article.issue-listing .info .buy-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-content article.collection-listing {
  zoom: 1;
  margin-bottom: 30px;
  padding-bottom: 31px;
  margin-right: 0;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
}
#content .main-content article.collection-listing:before {
  content: '';
  display: block;
}
#content .main-content article.collection-listing:after {
  content: '';
  display: table;
  clear: both;
}
#content .main-content article.collection-listing .image {
  float: left;
  width: 220px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#content .main-content article.collection-listing .image img {
  max-width: 100%;
}
#content .main-content article.collection-listing .image img {
  height: auto;
}
#content .main-content article.collection-listing .info {
  float: left;
  width: 380px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 20px;
}
#content .main-content article.collection-listing .info img {
  max-width: 100%;
}
#content .main-content article.collection-listing .info .title {
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-right: 30px;
  margin-bottom: 10px;
}
#content .main-content article.collection-listing .info .title a {
  display: block;
  color: #000;
}
#content .main-content article.collection-listing .info .title a:hover {
  color: #33617a;
}
#content .main-content article.collection-listing .info .summary {
  margin: 0;
}
#content .main-content #pagination .page {
  float: left;
}
#content .main-content #pagination .page-links {
  float: right;
}
#content .main-content #pagination .page-links strong {
  display: inline-block;
  padding: 2px 5px;
  color: #000;
}
#content .main-content #pagination .page-links a {
  display: inline-block;
  padding: 2px 5px;
  text-decoration: none !important;
  border: 1px solid #ddd;
}
#content .main-content #pagination .page-links a:hover {
  color: #fff !important;
  background-color: #33617a;
  border: 1px solid #33617a;
}
#content .main-sidebar {
  position: relative;
  float: left;
  width: 300px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
#content .main-sidebar img {
  max-width: 100%;
}
#content .main-sidebar .issue {
  margin-bottom: 20px;
}
#content .main-sidebar .issue .cover {
  position: relative;
  width: 300px;
  height: 480px;
  overflow: hidden;
}
#content .main-sidebar .issue .cover .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 480px;
  z-index: 1;
}
#content .main-sidebar .issue .cover .image img {
  display: block;
  width: 300px;
  height: 480px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
}
#content .main-sidebar .issue .cover .title {
  position: absolute;
  left: 20px;
  top: 160px;
  font-family: Georgia, serif;
  font-size: 32px;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  width: 260px;
  height: 300px;
  z-index: 2;
  overflow: hidden;
}
#content .main-sidebar .issue .cover .clickable {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 300px;
  height: 480px;
  text-indent: -9999px;
  z-index: 3;
  overflow: hidden;
}
#content .main-sidebar .issue .volume {
  color: #b0976d;
  text-align: center;
  margin-top: 10px;
}
#content .main-sidebar .issue .buy-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
  width: 100%;
  text-align: center;
}
#content .main-sidebar .issue .buy-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-sidebar .issue .buy-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-sidebar .issue .buy-text {
  color: #666666;
  text-align: center;
}
#content .main-sidebar .issue .buy-text a {
  text-decoration: underline;
}
#content .main-sidebar .issue-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
#content .main-sidebar .issue-nav ul li {
  padding-bottom: 11px;
  margin-bottom: 10px;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
}
#content .main-sidebar .issue-nav ul li.last {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
#content .main-sidebar .issue-nav ul li a {
  display: block;
}
#content .main-sidebar .issue-search {
  margin-top: 19px;
  margin-bottom: 20px;
  overflow: hidden;
}
#content .main-sidebar .issue-search form {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
#content .main-sidebar .issue-search form input[type="text"] {
  float: left;
  width: 100%;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  background: #ffffff;
  outline: none;
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
  height: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#content .main-sidebar .issue-search form input[type="text"]:focus {
  border: 1px solid #b3b3b3;
  background: #fafafa;
}
#content .main-sidebar .issue-search form input[type="submit"] {
  float: left;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 0 15px;
  background: #33617a;
  background: -moz-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -webkit-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -o-linear-gradient(top, #33617a 0%, #244456 100%);
  background: -ms-linear-gradient(top, #33617a 0%, #244456 100%);
  height: 40px;
  width: 80px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#content .main-sidebar .issue-search form input[type="submit"]:hover {
  cursor: pointer;
  background: #33617a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-sidebar .issue-search form input[type="submit"]:active {
  background: #244456;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-sidebar .issue-search .directions {
  font-family: Arial, Verdana, sans-serif;
  font-size: 14px;
  color: #666666;
}
#content .main-sidebar .sidebar-image {
  margin-bottom: 20px;
  overflow: hidden;
}
#content .main-sidebar .sidebar-image img {
  display: block;
  margin: 0;
}
#content .main-sidebar .sub-nav {
  padding: 20px;
  background-color: #d14e52;
  margin-bottom: 20px;
}
#content .main-sidebar .sub-nav h2,
#content .main-sidebar .sub-nav h3,
#content .main-sidebar .sub-nav h4,
#content .main-sidebar .sub-nav h5 {
  font-size: 26px;
}
#content .main-sidebar .sub-nav.secondary {
  background-color: #efefef;
  border: 1px solid #ddd;
}
#content .main-sidebar .sub-nav.secondary h2,
#content .main-sidebar .sub-nav.secondary h3,
#content .main-sidebar .sub-nav.secondary h4,
#content .main-sidebar .sub-nav.secondary h5 {
  color: #000;
}
#content .main-sidebar .sub-nav.secondary a {
  color: #000;
}
#content .main-sidebar .sub-nav.clear ul li {
  margin-bottom: 0;
}
#content .main-sidebar .sub-nav.important {
  background-color: #55844d;
}
#content .main-sidebar .sub-nav.important ul li {
  margin-bottom: 0;
}
#content .main-sidebar .sub-nav h3 {
  color: #fff;
}
#content .main-sidebar .sub-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#content .main-sidebar .sub-nav ul li {
  line-height: 1.3;
  margin-bottom: 10px;
}
#content .main-sidebar .sub-nav ul li a {
  display: block;
  color: #fff;
}
#content .main-sidebar .sub-nav ul li a:hover {
  opacity: 0.7;
}
#content .main-sidebar .sub-nav ul li ul {
  margin-left: 20px;
}
#content .main-sidebar .sub-nav ul li ul li {
  margin-bottom: 0;
}
#content .main-sidebar .sub-nav ul li.active {
  font-style: italic;
  font-weight: bold;
}
#content .main-sidebar .sub-nav ul li.active ul li {
  font-style: normal;
  font-weight: normal;
}
#content .main-sidebar .sub-nav ul li.no-content {
  color: #666666;
}
#content .main-sidebar .order-details {
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
}
#content .main-sidebar .order-details .cart-total .total {
  font-weight: bold;
}
#content .main-sidebar .index-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
  width: 100%;
  text-align: center;
}
#content .main-sidebar .index-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#content .main-sidebar .index-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
/*  ==========================================================================
    Featured
    ========================================================================== */
.featured {
  width: 100%;
  background-color: #f4f4f4;
  padding: 30px 0;
  margin-bottom: 10px;
  box-shadow: inset 0 0 15px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.featured .collection {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}
.featured .collection:before {
  content: '';
  display: block;
}
.featured .collection:after {
  content: '';
  display: table;
  clear: both;
}
.featured .collection header {
  float: left;
  width: 940px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
.featured .collection header img {
  max-width: 100%;
}
.featured .collection header hgroup {
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}
.featured .collection header hgroup h5 {
  color: #999999;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 2px;
}
.featured .collection header hgroup h4 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.featured .collection header hgroup h4 a {
  color: #000;
}
.featured .collection header hgroup h4 a:hover {
  color: #33617a;
}
.featured .collection article {
  float: left;
  width: 700px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.featured .collection article img {
  max-width: 100%;
}
.featured .collection article .featured-image {
  float: left;
  width: 300px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.featured .collection article .featured-image img {
  max-width: 100%;
}
.featured .collection article .featured-content {
  float: left;
  width: 380px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
  padding-right: 20px;
}
.featured .collection article .featured-content img {
  max-width: 100%;
}
.featured .collection article .featured-content h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-bottom: 20px;
}
.featured .collection article .featured-content h4 a {
  color: #000;
}
.featured .collection article .featured-content h4 a:hover {
  color: #33617a;
}
.featured .collection article .featured-content .author {
  display: inline-block;
  font-family: Georgia, serif;
  font-size: 18px;
  margin-bottom: 10px;
}
.featured .collection article .featured-content p {
  line-height: 1.3;
}
.featured .collection .collection-nav {
  float: left;
  width: 220px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
.featured .collection .collection-nav img {
  max-width: 100%;
}
.featured .collection .collection-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.featured .collection .collection-nav ul li {
  padding-bottom: 11px;
  margin-bottom: 10px;
  background: url(/img/ui/horizontal-dotted-divider.png) bottom left repeat-x;
}
.featured .collection .collection-nav ul li.last {
  padding-bottom: 0;
  margin-bottom: 0;
  background: none;
}
.featured .collection .collection-nav ul li a {
  display: block;
}
/*  ==========================================================================
    Footer
    ========================================================================== */
#main-footer {
  width: 100%;
  background: #333;
  overflow: hidden;
}
#main-footer .highlights {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
#main-footer .highlights:before {
  content: '';
  display: block;
}
#main-footer .highlights:after {
  content: '';
  display: table;
  clear: both;
}
#main-footer .highlights h6 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #525252;
}
#main-footer .highlights .sitemap {
  float: left;
  width: 380px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-footer .highlights .sitemap img {
  max-width: 100%;
}
#main-footer .highlights .sitemap h1,
#main-footer .highlights .sitemap h2,
#main-footer .highlights .sitemap h3,
#main-footer .highlights .sitemap h4,
#main-footer .highlights .sitemap h5,
#main-footer .highlights .sitemap h6,
#main-footer .highlights .sitemap p,
#main-footer .highlights .sitemap ul,
#main-footer .highlights .sitemap ol,
#main-footer .highlights .sitemap dl,
#main-footer .highlights .sitemap pre,
#main-footer .highlights .sitemap form,
#main-footer .highlights .sitemap fieldset,
#main-footer .highlights .sitemap blockquote,
#main-footer .highlights .sitemap th,
#main-footer .highlights .sitemap td,
#main-footer .highlights .sitemap img {
  margin-right: 45px;
}
#main-footer .highlights .sitemap ul {
  font-size: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
#main-footer .highlights .sitemap ul li {
  margin-bottom: 5px;
}
#main-footer .highlights .sitemap ul li a {
  color: #b0976d;
}
#main-footer .highlights .sitemap ul li a:hover {
  color: #fff;
}
#main-footer .highlights .sitemap .main {
  float: left;
  width: 140px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-footer .highlights .sitemap .main img {
  max-width: 100%;
}
#main-footer .highlights .sitemap .utility {
  float: left;
  width: 140px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
#main-footer .highlights .sitemap .utility img {
  max-width: 100%;
}
#main-footer .highlights .signup {
  float: left;
  width: 300px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#main-footer .highlights .signup img {
  max-width: 100%;
}
#main-footer .highlights .signup h1,
#main-footer .highlights .signup h2,
#main-footer .highlights .signup h3,
#main-footer .highlights .signup h4,
#main-footer .highlights .signup h5,
#main-footer .highlights .signup h6,
#main-footer .highlights .signup p,
#main-footer .highlights .signup ul,
#main-footer .highlights .signup ol,
#main-footer .highlights .signup dl,
#main-footer .highlights .signup pre,
#main-footer .highlights .signup form,
#main-footer .highlights .signup fieldset,
#main-footer .highlights .signup blockquote,
#main-footer .highlights .signup th,
#main-footer .highlights .signup td,
#main-footer .highlights .signup img {
  margin-right: 45px;
}
#main-footer .highlights .signup input[type="text"] {
  width: 100%;
  color: #000000;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 10px;
  background: #ffffff;
  outline: none;
  box-shadow: inset 1px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  margin-bottom: 10px;
}
#main-footer .highlights .signup input[type="text"]:focus {
  border: 1px solid #b3b3b3;
  background: #fafafa;
}
#main-footer .highlights .signup input[type="submit"] {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
}
#main-footer .highlights .signup input[type="submit"]:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#main-footer .highlights .signup input[type="submit"]:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#main-footer .highlights .donate {
  float: left;
  width: 220px;
  margin-right: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0;
}
#main-footer .highlights .donate img {
  max-width: 100%;
}
#main-footer .highlights .donate p {
  font-size: 17px;
  font-weight: normal;
  color: #fff;
}
#main-footer .highlights .donate .donate-button {
  display: inline-block;
  color: #ffffff;
  font-family: Arial, Verdana, sans-serif;
  font-style: 16px;
  border: none;
  border-radius: 3px;
  padding: 10px 15px;
  background: #55844d;
  background: -moz-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -webkit-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -o-linear-gradient(top, #55844d 0%, #40643a 100%);
  background: -ms-linear-gradient(top, #55844d 0%, #40643a 100%);
  height: auto;
}
#main-footer .highlights .donate .donate-button:hover {
  cursor: pointer;
  background: #55844d;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#main-footer .highlights .donate .donate-button:active {
  background: #40643a;
  box-shadow: inset 1px 1px 7px 0px rgba(0, 0, 0, 0.3);
}
#main-footer #legal {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
#main-footer #legal address {
  width: 980px;
  padding: 0 20px;
  margin: 0 auto 20px auto;
  zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  font-style: normal;
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  color: #666666;
}
#main-footer #legal address:before {
  content: '';
  display: block;
}
#main-footer #legal address:after {
  content: '';
  display: table;
  clear: both;
}
#main-footer #legal address .divider {
  color: #ccc;
  padding-left: 11px;
  margin-right: 9px;
}
/*  ==========================================================================
    Homepage Specific Overrides
    ========================================================================== */
#home #content {
  margin-top: 20px;
}
#home .main-sidebar .issue {
  position: relative;
  margin-top: -60px;
  z-index: 1001;
}
/*  ==========================================================================
    Issues Specific Overrides
    ========================================================================== */
#issues #content #sectionhead hgroup .title {
  padding-right: 40px;
}
/*  ==========================================================================
    Article View Specific Overrides
    ========================================================================== */
.article-view #pagination {
  background: url(/img/ui/horizontal-dotted-divider.png) top left repeat-x;
  padding-top: 20px;
  overflow: hidden;
}
/*  ==========================================================================
    Print Styles
    ========================================================================== */
/* Article Pages */
#print-ready {
  background: none;
}
#print-ready #top,
#print-ready #main-nav,
#print-ready .buy-button,
#print-ready .buy-text {
  display: none !important;
}
#print-ready #logo {
  margin-top: 0;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
#print-ready #content {
  margin-top: 30px;
}
.sr-only{
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}
