/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, ul, ol {
  margin: 0 0 2em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 10px 40px;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 10px 40px;
}

sub, sup, .ref {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup, .ref {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
}

.input {
  box-sizing: border-box;
  font: normal 15px/18px sans-serif;
  padding: 5px;
}

.group:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.centered, .aligncenter, .centred, .aligncentre {
  text-align: center;
}

.entry-nav {
  margin: 10px 0;
  padding: 10px 0;
}

.entry-nav p {
  margin: 0;
  width: 45%;
}

.prev-entry {
  float: left;
  text-align: left;
}

.next-entry {
  float: right;
  text-align: right;
}

#codeigniter_profiler {
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
body {
  background: #F8F7F4;
  color: #111111;
  font: 400 16px/25px "Chronicle SSm A", "Chronicle SSm B", serif;
  text-align: center;
}

h1 {
  font: 700 42px/46px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 30px;
}
h1 span {
  color: #696866;
}

h2 {
  font: 700 36px/40px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 5px;
}
h2 a {
  color: #111111;
  text-decoration: none;
}
h2 a:hover {
  color: #E11F3E;
}

h3 {
  font: 700 24px/28px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 5px;
}
h3 a {
  color: #111111;
  text-decoration: none;
}
h3 a:hover {
  color: #E11F3E;
}

h4 {
  font: 700 18px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 1.5em;
}
h4 a {
  color: #111111;
  text-decoration: none;
}
h4 a:hover {
  color: #E11F3E;
}

.initials {
  border-right: 1px solid #E11F3E;
  color: #696866;
  float: left;
  font: 700 24px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0 10px 0 0;
  padding: 2px 10px 0 0;
}

blockquote {
  font-style: italic;
  margin: 0 2em;
}
blockquote i, blockquote em {
  font-style: normal;
}
blockquote.pullquote {
  color: #E11F3E;
  font: 700 24px/32px "Whitney SSm A", "Whitney SSm B", sans-serif;
}

a {
  color: #E11F3E;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
a:hover {
  text-decoration: none;
}

.btn {
  background: #E11F3E;
  border: 0;
  border-radius: 2px;
  color: #FFF;
  cursor: pointer;
  font: 700 16px/18px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 8px 16px;
  text-decoration: none;
  text-transform: uppercase;
  -moz-transition: background 0.2s linear;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.btn:hover {
  background: #111111;
}
.btn svg {
  font-size: 16px;
  line-height: 16px;
  margin-right: 5px;
  position: relative;
  top: 1px;
}

a.btn {
  display: inline-block;
}

.wrapper {
  margin: 0 auto;
  max-width: 1050px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

main {
  background: #FFF;
  padding: 30px 0 40px;
}
main.bleed-top {
  padding-top: 0;
}
main.bleed-bottom {
  padding-bottom: 0;
}
main.bleed-both {
  padding: 0;
}

.page-header {
  background: #E11F3E;
  padding: 20px 0;
}
.page-header h1 {
  color: #FFF;
  margin: 0;
}
.page-header img {
  display: block;
  height: 50px;
}

figure img {
  display: block;
  margin: 0 auto;
}
figure.alignleft {
  float: left;
  margin: 0 30px 30px 0;
  width: 50%;
}
figure.alignright {
  float: right;
  margin: 0 0 30px 30px;
  width: 50%;
}
figure.aligncenter {
  margin-bottom: 30px;
}
figure figcaption {
  color: #696866;
  font: italic 14px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 10px 0 0;
}
figure figcaption i, figure figcaption em {
  font-style: normal;
}
figure figcaption p {
  margin: 0;
}

.section-head {
  color: #696866;
  font: 400 16px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.section-head.bordered {
  border-bottom: 1px dashed #DDD;
  margin-bottom: 20px;
}

.pagination {
  border-top: 1px dashed #DDD;
  color: #696866;
  font: 400 14px/17px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding-top: 20px;
  text-transform: uppercase;
}

.pagination-current {
  float: left;
  width: 48%;
}

.pagination-links {
  float: right;
  text-align: right;
  width: 48%;
}
.pagination-links a, .pagination-links strong {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 6px;
}
.pagination-links strong {
  color: #111111;
  font-weight: 400;
}

/*
	Header	
*/
.global-banner {
  background: #E11F3E;
  color: #FFF;
  font: bold 16px/18px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 10px 0;
}
.global-banner .wrapper {
  text-align: center;
}
.global-banner p {
  margin: 0;
}
.global-banner a {
  color: #FFF;
  text-decoration: underline;
}
.global-banner a:hover {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.global-header {
  padding: 20px 0 15px;
}
.global-header p {
  color: #E11F3E;
  display: none;
  font: italic 18px/20px "Whitney SSm A", "Whitney SSm B", sans-serif;
  left: 290px;
  position: absolute;
  top: 23px;
}
.global-header .action-nav {
  position: absolute;
  right: 10px;
  text-align: right;
  top: 10px;
}

.action-nav {
  font: 700 18px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
.action-nav li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.action-nav svg {
  color: #111111;
  font-size: 24px;
  left: 5px;
  line-height: 24px;
  position: absolute;
  top: 10px;
}
.action-nav a {
  display: block;
  padding: 10px 10px 10px 40px;
  position: relative;
  text-decoration: none;
}
.action-nav a:hover svg {
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
.logo {
  width: 240px;
}

nav.primary {
  background: #FFF;
  border: 1px solid #DDD;
  border-width: 1px 0;
  font: 700 18px/18px "Whitney SSm A", "Whitney SSm B", sans-serif;
  text-transform: uppercase;
}
nav.primary ul {
  margin: 0;
}
nav.primary ul li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
}
nav.primary a {
  color: #111111;
  display: block;
  padding: 20px 15px;
  text-decoration: none;
}
nav.primary a:hover {
  color: #E11F3E;
}

.primary-nav {
  float: left;
}
.primary-nav li {
  float: left;
  position: relative;
}
.primary-nav li ul {
  display: none;
  font: 700 14px/17px "Whitney SSm A", "Whitney SSm B", sans-serif;
  left: 0;
  position: absolute;
  text-transform: none;
  width: 200px;
  z-index: 99;
}
.primary-nav li ul li {
  display: block;
  float: none;
}
.primary-nav li ul li a {
  background: #E11F3E;
  border-bottom: 1px dashed #F8F7F4;
  color: #FFF;
  padding: 10px 15px;
  position: relative;
}
.primary-nav li ul li a:hover {
  color: rgba(255, 255, 255, 0.75);
}
.primary-nav li ul li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 0;
}
.primary-nav li.has-menu > a {
  padding-right: 24px;
}
.primary-nav svg {
  color: #E11F3E;
  font-size: 24px;
  position: absolute;
  right: 5px;
  top: 15px;
}

.utility-nav {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  right: 10px;
  top: 0;
}
.utility-nav li a {
  overflow: hidden;
  padding: 16px 10px 18px;
  position: relative;
}
.utility-nav li.utility-nav-divider {
  border-left: 1px solid #DDD;
  margin-left: 10px;
  padding-left: 10px;
}
.utility-nav b {
  color: #E11F3E;
  font: 700 12px/12px "Whitney SSm A", "Whitney SSm B", sans-serif;
  left: 50%;
  margin-left: -2px;
  position: absolute;
  top: 6px;
}
.utility-nav svg.search-indicator {
  bottom: -8px;
  color: #DDD;
  font-size: 24px;
  left: 50%;
  line-height: 24px;
  margin-left: -8px;
  position: absolute;
  top: auto;
}

#search {
  background: #F8F7F4;
  border-top: 1px solid #DDD;
  padding: 10px;
}
#search .input {
  margin: 0 10px 0 0;
  padding: 7px;
  max-width: 480px;
  width: 100%;
}

.saskdispatch-socials li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  margin-right: 10px;
}

/*
	Home	
*/
.features {
  margin-bottom: 50px;
}
.features ul {
  margin: 0;
}
.features li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 2.8571428571%;
  position: relative;
  width: 31.4285714286%;
}
.features li img {
  display: block;
  margin-bottom: 10px;
}
.features li h2 {
  font-size: 32px;
  line-height: 36px;
}
.features li p {
  margin: 0;
}
.features li .byline {
  margin: 0 0 5px;
}
.features li.feature-1 {
  float: none;
  margin: 0 0 30px;
  width: auto;
}
.features li.feature-1 img {
  margin-bottom: 0;
  width: 65.7142857143%;
}
.features li.feature-1 .feature-meta {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  box-sizing: border-box;
  left: 51.4285714286%;
  padding: 20px;
  position: absolute;
  top: 30px;
  width: 48.5714285714%;
}
.features li.feature-1 h2 {
  font-size: 42px;
  line-height: 46px;
  margin-bottom: 10px;
}
.features li.feature-1 .summary p {
  color: #E11F3E;
  font: 400 18px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 10px;
}
.features li.feature-4 {
  margin-right: 0;
}

.home-secondary {
  margin-bottom: 30px;
}

.home-left {
  float: left;
  width: 48.5714285714%;
}

.home-right {
  float: right;
  width: 48.5714285714%;
}
.home-right .block {
  margin-bottom: 30px;
}

.home-issue {
  background: #F8F7F4;
  border-radius: 2px;
  padding: 20px;
}

.home-issue-cover {
  float: left;
  text-align: center;
  width: 46.8085106383%;
}
.home-issue-cover img, .home-issue-cover .btn {
  margin-bottom: 10px;
}

.home-issue-summary {
  float: right;
  width: 46.8085106383%;
}
.home-issue-summary h3 {
  margin-bottom: 10px;
  word-break: break-word;
}

.home-issue-more {
  border-top: 1px dashed #DDD;
  font-style: italic;
  margin: 20px 0 0;
  padding-top: 15px;
  text-align: center;
}
.home-issue-more a {
  color: #111111;
  text-decoration: none;
}
.home-issue-more a:hover {
  color: #E11F3E;
}

/*
	Contributors	
*/
.alpha-bar {
  border-bottom: 1px dashed #DDD;
  font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding-bottom: 15px;
  text-align: center;
}
.alpha-bar li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline;
}
.alpha-bar a {
  padding: 0 5px;
  text-decoration: none;
}
.alpha-bar a:hover {
  color: #111111;
}
.alpha-bar a.active {
  color: #111111;
  font-weight: bold;
}

.contributor {
  background: #F8F7F4;
  border-radius: 2px;
  margin: 0 0 30px -20px;
  padding: 20px;
}
.contributor img {
  float: left;
  width: 150px;
}
.contributor.has-photo .contributor-bio {
  margin-left: 180px;
}
.contributor p {
  margin: 0;
}

/*
	Articles	
*/
.hero {
  margin: 0 -20px;
  position: relative;
}
.hero figcaption {
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  width: 22.8571428571%;
}

.article header h1 {
  font-size: 60px;
  letter-spacing: -1px;
  line-height: 64px;
  margin-bottom: 20px;
}
.article header h2 {
  color: #E11F3E;
  font: italic 32px/36px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 20px;
}
.article header h2 i, .article header h2 em {
  font-style: normal;
}
.article header .byline {
  font-size: 16px;
  line-height: 32px;
}
.article header .byline span {
  white-space: nowrap;
}
.article header .byline img {
  height: 25px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.article header.blog h1 {
  font-size: 48px;
  line-height: 50px;
}
.article header.has-hero {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  margin-top: -100px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.article p + h2, .article p + h3 {
  margin-bottom: 5px;
  margin-top: 40px;
}

.content-narrow {
  margin: 0 auto;
  max-width: 690px;
}

.content {
  float: left;
  width: 65.7142857143%;
}

.author-info {
  color: #696866;
  font: italic 16px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-top: 50px;
}
.author-info i, .author-info em {
  font-style: normal;
}

.tags {
  color: #696866;
  font: italic 16px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-top: 50px;
}
.tags a {
  display: inline-block;
  margin-right: 8px;
}

.footnotes {
  border: 1px solid #DDD;
  border-width: 1px 0;
  color: #696866;
  margin: 0;
  padding: 20px 0;
}

.article-footer-promo {
  background: #F8F7F4;
  border-bottom: 1px solid #DDD;
  border-top: 4px solid #E11F3E;
  padding: 20px 20px 10px;
}
.article-footer-promo p {
  margin-bottom: 10px;
}

.prev-next {
  font: italic 16px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
}
.prev-next .prev {
  float: left;
  width: 48%;
}
.prev-next .next {
  float: right;
  text-align: right;
}

.sidebar {
  float: right;
  padding-top: 80px;
  width: 22.8571428571%;
}
.sidebar .block {
  margin-bottom: 100px;
}

.sidebar-issue {
  padding-top: 20px;
}

.article-issue {
  background: #F8F7F4;
  border-radius: 2px;
  padding: 20px;
}
.article-issue img {
  display: block;
  margin: 0 auto;
}
.article-issue p {
  color: #696866;
  font: italic 14px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 10px 0;
}

.sidebar-listing {
  margin: 0;
}
.sidebar-listing li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}
.sidebar-listing img {
  float: left;
  width: 60px;
}
.sidebar-listing h3, .sidebar-listing h4 {
  margin: 0 0 0 70px;
}
.sidebar-listing h3 {
  font-size: 16px;
  line-height: 18px;
}
.sidebar-listing h4 {
  color: #696866;
  font: italic 14px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
}

.article-footer-share, .article-footer-comments-link {
  background: #F8F7F4;
  border-bottom: 1px solid #FFF;
  font: 700 18px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
}
.article-footer-share a, .article-footer-comments-link a {
  text-decoration: none;
}
.article-footer-share svg, .article-footer-comments-link svg {
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.article-footer-share svg:hover, .article-footer-comments-link svg:hover {
  color: #111111;
}

.article-footer-comments-link a {
  color: #111111;
}
.article-footer-comments-link a:hover {
  color: #E11F3E;
}
.article-footer-comments-link svg {
  color: #E11F3E;
  margin-right: 6px;
}

.article-footer-links {
  background: #E11F3E;
  border-bottom: 1px solid #FFF;
  padding: 15px 20px;
  text-align: center;
}
.article-footer-links a {
  color: #FFF;
}

.article-footer-related {
  background: #F8F7F4;
  padding: 40px 0;
}
.article-footer-related .section-head {
  padding-bottom: 15px;
}

.listing {
  margin: 0;
}
.listing h3 {
  margin-bottom: 2px;
}
.listing li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-bottom: 1px dashed #DDD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.listing li:last-child {
  border-bottom: 0;
}
.listing img {
  display: block;
  float: left;
  width: 150px;
}
.listing .byline {
  margin: 0 0 5px;
}

.listing-content {
  margin-left: 180px;
}

.badge {
  color: #E11F3E;
  font: 700 12px/14px "Whitney SSm A", "Whitney SSm B", sans-serif;
  text-transform: uppercase;
}

.byline {
  color: #696866;
  font: italic 14px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
}
.byline svg {
  font-size: 24px;
  line-height: 24px;
  margin-left: 10px;
  vertical-align: middle;
}
.byline svg:hover {
  color: #111111;
}
.byline .badge {
  background: #E11F3E;
  border-radius: 2px;
  color: #FFF;
  font-size: 14px;
  margin-right: 10px;
  padding: 4px 8px;
}

.summary {
  font-size: 14px;
  line-height: 21px;
}
.summary p {
  margin: 0;
}

.thumbs {
  margin: 0;
}
.thumbs h3 {
  margin: 0;
}
.thumbs li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 2.8571428571%;
  width: 22.8571428571%;
}
.thumbs li.four {
  margin-right: 0;
}
.thumbs img {
  display: block;
  margin-bottom: 5px;
}
.thumbs .byline {
  margin: 0;
}

.search p {
  margin: 0;
}
.search a, .search mark {
  background: transparent;
  font-weight: bold;
}

.search-date {
  color: #696866;
  display: block;
  font: italic 16px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
}

#article-slide {
  background: #E11F3E;
  border: 2px solid #FFF;
  border-width: 2px 0 2px 2px;
  bottom: 100px;
  box-sizing: border-box;
  color: #FFF;
  display: none;
  font: 700 18px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 15px 20px;
  position: fixed;
  right: -400px;
  width: 400px;
  z-index: 99;
  -webkit-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  background-clip: padding-box;
}
#article-slide p {
  margin: 0;
}
#article-slide a {
  color: #FFF;
}
#article-slide .article-slide-close {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  right: 8px;
  top: 8px;
}
#article-slide .article-slide-close:hover {
  color: #FFF;
}

/*
	Comments	
*/
.comment-form {
  background: #F8F7F4;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-sizing: border-box;
  float: right;
  margin-bottom: 40px;
  padding: 40px 20px 20px;
  width: 31.4285714286%;
}
.comment-form h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.comment-form .row label {
  color: #111111;
}
.comment-form .row label em {
  color: #696866;
  font-size: 14px;
}

.comments {
  font-size: 14px;
  line-height: 21px;
  padding: 40px 0;
  width: 65.7142857143%;
}
.comments h3 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.comments ol {
  margin-left: -20px;
}
.comments ol li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  border-radius: 2px;
  padding: 20px;
  position: relative;
}
.comments ol li p {
  margin-bottom: 1em;
}
.comments ol li .comment-meta {
  color: #696866;
  font: italic 16px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0;
}
.comments ol li.odd {
  background: #F8F7F4;
}

.no-comments {
  padding: 100px 20px 40px;
  text-align: center;
}
.no-comments .bubble-one, .no-comments .bubble-two {
  font-size: 128px;
  line-height: 128px;
  position: relative;
}
.no-comments .bubble-one {
  color: #F8F7F4;
  right: -40px;
}
.no-comments .bubble-two {
  color: rgba(225, 31, 62, 0.25);
  display: inline-block;
  left: -40px;
  top: 40px;
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.no-comments p {
  color: #696866;
  font: italic 24px/32px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-top: 40px;
}
.no-comments p strong {
  color: #111111;
  display: block;
  font-weight: 400;
}

/*
	Locations	
*/
#location-map {
  height: 500px;
  margin-bottom: 10px;
}

.map-legend li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  color: #696866;
  display: inline;
  font: italic 14px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-right: 10px;
  vertical-align: middle;
}
.map-legend li img {
  height: 32px;
  margin-right: 4px;
  vertical-align: middle;
  width: 24px;
}

.locations {
  margin: 30px 0;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.locations li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.locations .badge {
  display: block;
}

/*
	Issues	
*/
.issues li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  margin-right: 2.8571428571%;
  padding: 0 10px 20px;
  text-align: center;
  width: 22.8571428571%;
}
.issues li.one {
  clear: left;
}
.issues li.four {
  clear: right;
  margin-right: 0;
}
.issues li img {
  display: block;
  margin: 0 auto 10px;
}
.issues h2 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 0;
}
.issues p {
  color: #696866;
  font: italic 16px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0;
}

.issue-cover {
  float: right;
  margin-bottom: 10px;
  margin-left: 2.8571428571%;
  width: 31.4285714286%;
}

.issue-tagline {
  color: #696866;
  font: italic 32px/34px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 10px;
}

.issue-overview {
  background: #F8F7F4;
  border-radius: 2px;
  margin: 0 -20px 30px;
  padding: 20px;
}
.issue-overview p:last-child {
  margin-bottom: 0;
}

.issue-price {
  color: #E11F3E;
  font: 700 18px/20px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-left: 10px;
}

.issue-footer {
  background: #F8F7F4;
  padding: 40px 0;
}
.issue-footer .section-head {
  padding-bottom: 15px;
}
.issue-footer ul {
  margin-bottom: 0;
}

.prices {
  width: 100%;
}
.prices th, .prices td {
  padding: 8px;
  text-align: center;
}
.prices tr.even td {
  background: #F8F7F4;
}
.prices th {
  background: #E11F3E;
  color: #FFF;
  font-weight: bold;
}
.prices td {
  border-bottom: 1px solid #696866;
}
.prices input[type=text] {
  margin-right: 10px;
  padding: 2px;
  text-align: center;
}

.bulk-block {
  background: #F8F7F4;
}
.bulk-block img {
  display: block;
  margin: 0 auto;
}
.bulk-block form {
  padding: 15px;
  text-align: center;
}
.bulk-block input[type=text] {
  padding: 2px;
  text-align: center;
}
.bulk-block .btn {
  margin-top: 5px;
}

/*
	Subscribe	
*/
.subscribe-page h1 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 60px;
  text-align: center;
}

.subscribe-covers {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.subscribe-covers img {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  position: relative;
}
.subscribe-covers .cover-1 {
  right: -15px;
  z-index: 4;
  -ms-transform: rotate(-6deg);
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
.subscribe-covers .cover-2 {
  top: -20px;
  z-index: 2;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}
.subscribe-covers .cover-3 {
  right: 12px;
  top: -10px;
  z-index: 3;
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.subscribe-covers .cover-4 {
  left: -30px;
  z-index: 1;
  -ms-transform: rotate(6deg);
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.subscribe-content {
  margin: 0 auto;
  max-width: 690px;
}

.subscribe-content-intro {
  font-size: 18px;
  line-height: 28px;
}

.subscribe-content-footer {
  color: #696866;
  font: italic 16px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  text-align: center;
}
.subscribe-content-footer p {
  margin: 0;
}

#subscribe_form {
  margin-bottom: 20px;
}
#subscribe_form .odd {
  background: #F8F7F4;
}

.subscribe-row {
  border: 1px solid #DDD;
  border-width: 1px 1px 0;
  position: relative;
}
.subscribe-row h2 {
  box-sizing: border-box;
  float: left;
  font-size: 24px;
  line-height: 24px;
  padding: 20px;
  text-transform: uppercase;
  width: 47.8260869565%;
}
.subscribe-row h2 strong {
  background: #E11F3E;
  border-radius: 13px;
  color: #FFF;
  display: inline-block;
  font-size: 16px;
  height: 16px;
  line-height: 17px;
  margin-right: 2px;
  padding: 4px;
  text-align: center;
  width: 18px;
  vertical-align: middle;
}
.subscribe-row .subscribe-options {
  box-sizing: border-box;
  float: right;
  padding: 14px 20px;
  width: 47.8260869565%;
}
.subscribe-row .subscribe-options label {
  cursor: pointer;
  display: block;
  font: italic 16px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 4px 0;
}

.subscribe-level-note {
  box-sizing: border-box;
  color: #E11F3E;
  font: italic 14px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  left: 0;
  position: absolute;
  text-align: left;
  top: 40px;
  width: 50%;
}
.subscribe-level-note p {
  margin: 0;
  padding: 20px;
}

.gift-explanation {
  background: #FFF;
  color: #696866;
  font: italic 14px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 10px 15px;
}
.gift-explanation p {
  margin: 0;
}

.gift-option {
  background: #E11F3E;
  border-bottom: 1px solid #FFF;
  padding: 10px 15px;
}
.gift-option label, .gift-option input {
  box-sizing: border-box;
  width: 47.8260869565%;
}
.gift-option label {
  color: #FFF;
  cursor: pointer;
  float: left;
  font: italic 16px/28px "Whitney SSm A", "Whitney SSm B", sans-serif;
}
.gift-option input {
  float: right;
}
.gift-option .parsley-errors-list li {
  color: #FFF;
}

.subscribe-row-total, .subscribe-row-submit {
  padding: 20px;
  text-align: center;
}

.subscribe-row-total {
  border: 1px solid #DDD;
  color: #E11F3E;
  font: 700 36px/38px "Whitney SSm A", "Whitney SSm B", sans-serif;
}

.subscribe-row-submit .btn {
  font-size: 24px;
  line-height: 24px;
}

/*
	Donations	
*/
.donate-page h1 {
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 40px;
  text-align: center;
}

.primary-donation-form-intro {
  margin: 0 auto 50px;
  max-width: 780px;
  text-align: center;
}

.primary-donation-form-footer {
  margin: 0 auto;
  max-width: 780px;
  text-align: left;
}
.primary-donation-form-footer p:last-child {
  margin-bottom: 0;
}

#primary-donation-form {
  margin: 0 0 30px;
  text-align: center;
}

.primary-donation-form-toggles {
  margin: 0;
}
.primary-donation-form-toggles input {
  left: -9999px;
  position: absolute;
}
.primary-donation-form-toggles li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  float: left;
  margin-right: 2.8571428571%;
  text-align: center;
  width: 31.4285714286%;
}
.primary-donation-form-toggles li.donate-offline {
  margin-right: 0;
}
.primary-donation-form-toggles a {
  background: #F8F7F4;
  border: 1px solid #DDD;
  border-width: 1px 1px 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  color: #696866;
  display: block;
  padding: 20px;
  text-decoration: none;
}
.primary-donation-form-toggles a.active {
  background: #FFF;
  border-color: #E11F3E;
  bottom: -1px;
  color: #E11F3E;
  position: relative;
}
.primary-donation-form-toggles a.active p {
  color: #111111;
}
.primary-donation-form-toggles h2 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.primary-donation-form-toggles h2 a {
  text-decoration: none;
}
.primary-donation-form-toggles p {
  color: #696866;
  font: italic 16px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0;
}

.primary-donation-form-options {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border: 1px solid #E11F3E;
  padding-bottom: 10px;
}
.primary-donation-form-options h3 {
  background: #E11F3E;
  color: #FFF;
  margin: 30px 0 0;
  padding: 10px;
  text-transform: uppercase;
}
.primary-donation-form-options p {
  margin: 0;
  padding: 30px 30px 0;
  text-align: left;
}
.primary-donation-form-options ul {
  margin: 0;
}
.primary-donation-form-options li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  padding-bottom: 10px;
  width: 20%;
}
.primary-donation-form-options li.active label {
  color: #E11F3E;
}
.primary-donation-form-options li.active p {
  color: #111111;
  font-style: normal;
  font-weight: 700;
}
.primary-donation-form-options li.active .input {
  border: 1px solid #E11F3E;
}
.primary-donation-form-options label {
  color: #696866;
  cursor: pointer;
  display: block;
  font: 700 24px/28px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 20px 20px 10px;
}
.primary-donation-form-options label input {
  left: -9999px;
  position: absolute;
}
.primary-donation-form-options label p {
  color: #696866;
  font: italic 14px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 5px 0 0;
  padding: 0;
  text-align: center;
}
.primary-donation-form-options .input {
  width: 80px;
}

#offline-options {
  padding-bottom: 30px;
}

.primary-donation-form-anonymous {
  padding-top: 30px;
}
.primary-donation-form-anonymous label {
  cursor: pointer;
}

.primary-donation-form-submit {
  padding-top: 30px;
}

/*
	Cart	
*/
.cart {
  margin-bottom: 30px;
  width: 100%;
}
.cart th, .cart td {
  border-bottom: 1px dashed #DDD;
  font: 400 16px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 8px;
  vertical-align: top;
}
.cart th {
  font-weight: bold;
  text-transform: uppercase;
}
.cart .cart-price {
  width: 15%;
}
.cart .cart-qty {
  text-align: center;
}
.cart .cart-qty input {
  padding: 2px;
  text-align: center;
  width: 30px;
}
.cart .cart-del {
  width: 5%;
}
.cart .cart-del svg {
  font-size: 16px;
  line-height: 16px;
}
.cart .cart-del svg:hover {
  color: #111111;
}
.cart .cart-total-label {
  font-weight: bold;
  text-transform: uppercase;
}
.cart .cart-total {
  font-weight: bold;
}

.cart-item {
  width: 80%;
}

.item-option {
  color: #696866;
  padding: 4px 10px 0;
}

.cart-actions {
  margin-bottom: 20px;
  text-align: center;
}
.cart-actions .btn {
  margin: 0 10px;
}

/*
	Checkout	
*/
.three-up-row {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.three-up-row select {
  margin-top: 8px;
}
.three-up-row:last-child {
  margin-right: 0;
}

#billing_toggle, .checkout-total {
  font: 700 18px/20px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin-bottom: 30px;
  text-align: center;
}
#billing_toggle label, .checkout-total label {
  cursor: pointer;
}

.billing-display, .shipping-display {
  font: normal 16px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  width: 48%;
}

.billing-display {
  float: left;
}

.shipping-display {
  float: right;
}

/*
	Ads	
*/
.sda {
  color: #696866;
  font: 400 12px/14px "Whitney SSm A", "Whitney SSm B", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.sda p {
  margin-bottom: 5px;
}

.desktop-display {
  display: block;
}

.mobile-display {
  display: none;
}

/*
	Modals	
*/
.modal-content {
  background: #F8F7F4;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 510px;
  padding: 40px;
  position: relative;
  text-align: center;
}
.modal-content h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
}
.modal-content .mfp-close {
  color: #696866;
}
.modal-content .mfp-close:hover {
  color: #E11F3E;
}
.modal-content form.working button {
  background: #696866;
}
.modal-content p {
  font: normal 16px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
}

#signup form {
  margin-bottom: 20px;
}

.modal-form-response {
  color: #E11F3E;
  font: 400 18px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0;
  padding: 10px;
}
.modal-form-response p {
  margin: 0;
}
.modal-form-response.error {
  color: #BD1A1F;
}
.modal-form-response .modal-response-retry {
  font-weight: 700;
  margin-top: 20px;
}

#donate {
  padding-bottom: 0;
}
#donate img {
  margin: 0 auto 10px;
  width: 72px;
}

.donate-modal-back {
  color: #696866;
  display: block;
  font: italic 15px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  left: 20px;
  position: absolute;
  text-decoration: none;
  top: 10px;
}
.donate-modal-back:hover {
  color: #E11F3E;
}

.donate-section {
  margin-left: -40px;
  margin-right: -40px;
  padding: 30px 40px;
}
.donate-section a.btn {
  margin-bottom: 10px;
}
.donate-section p {
  margin: 0;
}

.donate-section-instant {
  background: #FFF;
}
.donate-section-instant.expanded {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/*
	Footer	
*/
.subscribe-footer {
  background: #E11F3E;
  border-bottom: 1px solid #FFF;
  padding: 30px 0;
}
.subscribe-footer p {
  color: #FFF;
  font: 700 22px/32px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0 270px;
}
.subscribe-footer .btn {
  background: #111111;
  font-size: 22px;
  line-height: 22px;
  padding: 12px 18px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.footer-covers {
  height: 180px;
  left: 20px;
  position: absolute;
  top: -20px;
  width: 240px;
}
.footer-covers img {
  position: absolute;
  width: 140px;
}
.footer-covers .cover-1 {
  left: 60px;
  top: 0px;
  z-index: 3;
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
}
.footer-covers .cover-2 {
  left: 30px;
  top: -15px;
  z-index: 2;
}
.footer-covers .cover-3 {
  left: 0;
  top: -30px;
  z-index: 1;
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
}

.global-footer {
  color: #696866;
  font: 400 14px/24px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 40px 0;
}
.global-footer .wrapper {
  text-align: center;
}
.global-footer ul {
  margin: 0 auto 1.5em;
  max-width: 780px;
  width: auto;
}
.global-footer li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin: 0 10px 10px;
}
.global-footer p {
  margin: 0;
}

/* 
	Forms
*/
.row {
  margin-bottom: 10px;
  text-align: left;
}
.row label {
  color: #696866;
  cursor: pointer;
  display: block;
  font: italic 16px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 0 2px 2px;
}
.row label.emphasis {
  color: #111111;
  font-style: normal;
  font-weight: 700;
}
.row label.checkbox {
  font-size: 14px;
  line-height: 19px;
}
.row label.checkbox input {
  vertical-align: middle;
}
.row label.inline {
  display: inline;
  margin-right: 20px;
}
.row .input, .row select {
  width: 100%;
}
.row .input.short, .row select.short {
  max-width: 330px;
}
.row textarea.input {
  height: 300px;
}
.row.centered {
  text-align: center;
}

.interests-row {
  text-align: center;
}
.interests-row label {
  display: inline-block;
  font-size: 14px;
  line-height: 17px;
  margin: 0 5px 5px;
}

.half-row {
  float: left;
  width: 49%;
}
.half-row:last-child {
  margin-left: 2%;
}

.form-hint {
  color: #696866;
  font: 400 14px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  margin: 0;
  padding: 2px;
}

fieldset {
  background: #F8F7F4;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 20px;
}
fieldset h3 {
  margin-bottom: 20px;
}

.required {
  color: #E11F3E;
}

.parsley-errors-list, .errors {
  clear: both;
  margin: 0;
}
.parsley-errors-list li, .errors li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  color: #BD1A1F;
  font: 700 13px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 4px;
}

#card-holder {
  background: #FFF;
  border: 1px solid #696866;
  padding: 6px;
}

#card-errors {
  color: #BD1A1F;
  font: 700 13px/19px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 4px;
}

.contract-options {
  margin: 0 0 20px;
}
.contract-options li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font: 400 14px/21px "Whitney SSm A", "Whitney SSm B", sans-serif;
  padding: 10px 0;
}
.contract-options .input {
  margin: 0 4px;
  padding: 1px 2px;
  vertical-align: middle;
  width: 40px;
}

@media screen and (max-width: 900px) {
  .global-header p {
    display: none;
  }

  nav.primary a {
    padding: 15px 10px;
  }

  .utility-nav li a {
    padding: 17px 10px 13px;
  }

  .features li h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .features li.feature-1 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .features li.feature-1 img {
    width: 100%;
  }
  .features li.feature-1 .feature-meta {
    margin: -70px auto 0;
    left: auto;
    position: relative;
    top: auto;
    width: 82.8571428571%;
  }
  .features li.feature-1 h2 {
    font-size: 36px;
    line-height: 40px;
  }

  .subscribe-footer p {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .subscribe-footer .btn {
    margin-left: 270px;
    position: static;
  }

  .home-left, .home-right {
    float: none;
    width: auto;
  }

  .home-issue {
    border-radius: 0;
    margin: 0 -20px 20px;
  }

  .home-issue-cover {
    width: 31.4285714286%;
  }

  .home-issue-summary {
    width: 65.7142857143%;
  }

  .thumbs li {
    width: 48.5714285714%;
  }
  .thumbs li.two {
    clear: right;
    margin-right: 0;
  }

  .article header h1 {
    font-size: 48px;
    letter-spacing: 0;
    line-height: 50px;
  }

  .article header.blog h1 {
    font-size: 36px;
    line-height: 38px;
  }

  .content {
    width: 74.2857142857%;
  }

  .issue-cover {
    width: 22.8571428571%;
  }

  .sidebar-listing img {
    display: block;
    float: none;
    margin-bottom: 10px;
    width: auto;
  }
  .sidebar-listing h3, .sidebar-listing h4 {
    margin-left: 0;
  }
}
@media screen and (max-width: 870px) {
  .primary-nav li:last-child {
    display: none;
  }

  .issues li {
    margin-right: 0;
    width: 48.5714285714%;
  }
  .issues li.two {
    clear: right;
  }
  .issues li.three {
    clear: left;
  }

  .subscribe-page h1, .donate-page h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .subscribe-covers img {
    width: 150px;
  }
}
@media screen and (max-width: 750px) {
  body {
    padding-top: 64px;
  }

  h1 {
    font-size: 36px;
    line-height: 38px;
  }

  h2 {
    font-size: 32px;
    line-height: 34px;
  }

  h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .global-header {
    background: #F8F7F4;
    border-bottom: 1px solid #DDD;
    box-sizing: border-box;
    height: 64px;
    left: 0;
    padding: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
  }
  .global-header .wrapper {
    padding: 0;
  }

  .logo {
    width: 180px;
  }

  .toggler {
    background: #E11F3E;
    box-sizing: border-box;
    color: #FFF;
    font-size: 32px;
    height: 100%;
    line-height: 32px;
    padding: 16px 20px 18px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 0;
  }

  nav.primary {
    background: #F8F7F4;
    border-top: 0;
    position: fixed;
    text-align: left;
    top: 63px;
    width: 100%;
    z-index: 99;
  }
  nav.primary .wrapper {
    padding: 0;
  }
  nav.primary ul {
    float: none;
    margin: 0;
    position: static;
    text-align: left;
    width: auto;
  }
  nav.primary li {
    display: block !important;
    float: none !important;
    width: auto;
  }
  nav.primary li li a {
    border-radius: 0 !important;
    border-top: 0;
    padding: 10px;
  }
  nav.primary a {
    border-top: 1px solid #DDD;
    padding: 10px;
  }
  nav.primary .primary-nav svg {
    right: 24px;
    top: 5px;
  }
  nav.primary .action-nav {
    background: #FFF;
  }
  nav.primary .action-nav a {
    color: #E11F3E;
    padding-left: 40px;
  }
  nav.primary .utility-nav {
    background: #FFF;
    border-top: 1px solid #DDD;
  }
  nav.primary .utility-nav li {
    float: left !important;
  }
  nav.primary .utility-nav a {
    border-top: 0;
    padding: 13px 10px 7px;
  }
  nav.primary .utility-nav b {
    top: 1px;
  }

  #search .input {
    width: 65%;
  }

  svg.nav-indicator {
    color: #E11F3E;
    font-size: 32px;
    line-height: 32px;
    position: absolute;
    right: 24px;
    top: -14px;
    z-index: 2;
  }

  main {
    padding: 20px 0 30px;
  }

  .hero figcaption {
    float: none;
    margin: 10px 20px 0;
    width: auto;
  }

  .article header.has-hero {
    margin-top: 0;
    padding: 20px 0 0;
  }

  .content {
    float: none;
    margin-bottom: 30px;
    width: auto;
  }

  .article-footer-promo {
    margin: 0 -20px;
  }

  .sidebar {
    float: none;
    margin: 0 -20px;
    padding-top: 0;
    width: auto;
  }
  .sidebar .related {
    display: none;
  }
  .sidebar .article-issue {
    border-radius: 0;
    text-align: center;
  }
  .sidebar .article-issue p {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
  .sidebar .block {
    margin-bottom: 20px;
  }

  #article-slide {
    bottom: 20px;
    right: -300px;
    width: 300px;
  }

  .comments, .comment-form {
    float: none;
    width: auto;
  }

  .comment-form {
    border-top: 4px solid #FFF;
    margin: 0 -20px;
    padding-top: 20px;
  }

  .comments ol {
    margin-right: -20px;
  }

  .features {
    margin-bottom: 20px;
  }
  .features li {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }
  .features li.feature-1 .feature-meta {
    padding: 10px 20px 0;
    margin: 0;
    max-width: none;
    width: auto;
  }
  .features li.feature-1 h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 0;
  }
  .features li.feature-1 .summary {
    margin-bottom: 0;
  }

  .subscribe-footer .wrapper {
    text-align: center;
  }
  .subscribe-footer p {
    color: #FFF;
    font: 700 22px/32px "Whitney SSm A", "Whitney SSm B", sans-serif;
    margin: 0;
  }
  .subscribe-footer .btn {
    margin: 20px 0 0;
  }

  .footer-covers {
    left: 50%;
    margin-left: -100px;
    position: relative;
  }

  .thumbs li {
    float: none;
    margin: 0 0 20px;
    width: auto;
  }

  .issue-cover {
    width: 31.4285714286%;
  }

  .issue-tagline {
    font-size: 24px;
    line-height: 26px;
  }

  .contributor {
    border-radius: 0;
    margin-right: -20px;
  }

  .subscribe-page h1, .donate-page h1 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 30px;
  }

  .subscribe-covers img {
    width: 100px;
  }

  .primary-donation-form-toggles {
    margin-bottom: 0;
  }
  .primary-donation-form-toggles h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .primary-donation-form-toggles li {
    float: none;
    margin-right: 0;
    width: auto;
  }
  .primary-donation-form-toggles a {
    border-radius: 0;
  }
  .primary-donation-form-toggles a.active {
    border-width: 1px;
  }

  .primary-donation-form-options li {
    float: none;
    width: auto;
  }
  .primary-donation-form-options label {
    padding-bottom: 0;
  }
  .primary-donation-form-options .input {
    margin-top: 10px;
  }

  #location-map {
    height: 400px;
    margin: -19px -20px 0;
  }

  .locations {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .desktop-display {
    display: none;
  }

  .mobile-display {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  h1 {
    font-size: 32px;
    line-height: 34px;
  }

  h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .issues li {
    float: none;
    margin: 0;
    width: auto;
  }

  .issue-cover {
    width: 48.5714285714%;
  }

  .issue-overview {
    font-size: 14px;
    line-height: 19px;
  }

  .pagination-current, .pagination-links, .prev-next .prev, .prev-next .next {
    float: none;
    text-align: center;
    width: auto;
  }

  figure.alignleft, figure.alignright, figure.aligncenter {
    float: none;
    margin: 0 -20px 30px;
    width: auto;
  }
  figure.alignleft figcaption, figure.alignright figcaption, figure.aligncenter figcaption {
    padding: 0 20px;
  }

  .half-row {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: auto;
  }

  .three-up-row {
    float: none;
    margin-bottom: 10px;
    margin-right: 0;
    width: auto;
  }
  .three-up-row select {
    margin-top: 0;
  }
  .three-up-row:last-child {
    margin-bottom: 0;
  }

  .modal-content h1 {
    font-size: 24px;
    line-height: 28px;
  }

  .contributor {
    font-size: 14px;
    line-height: 21px;
  }

  .listing img, .contributor img {
    margin: 0 20px 10px 0;
    width: 100px;
  }

  .listing-content, .has-photo .contributor-bio {
    margin-left: 0 !important;
  }

  .home-issue-cover, .home-issue-summary {
    float: none;
    width: auto;
  }

  .home-issue-summary {
    margin-bottom: 20px;
  }

  .article header h1 {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .article header h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }

  .article-footer-links {
    padding: 10px;
  }
  .article-footer-links li {
    display: block;
    padding: 5px 0;
  }

  .subscribe-page h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .subscribe-covers img {
    width: 80px;
  }
  .subscribe-covers .cover-1 {
    right: -20px;
  }
  .subscribe-covers .cover-2 {
    right: -10px;
    top: -10px;
    z-index: 4;
  }
  .subscribe-covers .cover-3 {
    left: -20px;
    z-index: 2;
  }
  .subscribe-covers .cover-4 {
    left: -30px;
    z-index: 1;
  }

  .subscribe-content-intro {
    font-size: 16px;
    line-height: 24px;
  }

  .subscribe-row h2 {
    float: none;
    padding-bottom: 0;
    width: auto;
  }
  .subscribe-row .subscribe-options {
    float: none;
    width: auto;
  }

  .subscribe-level-note {
    position: static;
    width: auto;
  }

  .gift-option label, .gift-option input {
    display: block;
    float: none;
    width: 100%;
  }

  .subscribe-row-submit .btn {
    font-size: 18px;
    line-height: 18px;
  }

  #primary_donation_form {
    float: none;
    margin-left: 0;
    width: auto;
  }

  .billing-display, .shipping-display {
    float: none;
    width: auto;
  }
}
