body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }

h2 {
  font-size: 2em; }

h3 {
  font-size: 1.75em; }

h4 {
  font-size: 1.5em; }

h5 {
  font-size: 1.25em; }

h6 {
  font-size: 1em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #477dca;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:hover {
    color: #2c5999; }
  a:active, a:focus {
    color: #2c5999;
    outline: none; }

hr {
  border-bottom: 1px solid #dddddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img {
  margin: 0;
  max-width: 100%; }

abbr, acronym {
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

address {
  display: block;
  margin: 0 0 0.75em; }

hgroup {
  margin-bottom: 0.75em; }

del {
  color: #595959; }

blockquote {
  border-left: 2px solid #dddddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em; }

cite {
  color: #737373;
  font-style: italic; }
  cite:before {
    content: '\2014 \00A0'; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dddddd;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style-type: none; }
dl {
  line-height: 1.5em;
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

h1 {
  font-family: "league-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 6.25em;
  text-transform: uppercase; }
  .wf-active h1 {
    visibility: visible; }
  .wf-loading h1 {
    visibility: hidden; }

h2 {
  font-family: "league-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.625em; }
  .wf-active h2 {
    visibility: visible; }
  .wf-loading h2 {
    visibility: hidden; }

h3 {
  font-family: "league-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 1.25em; }
  .wf-active h3 {
    visibility: visible; }
  .wf-loading h3 {
    visibility: hidden; }

.cover {
  float: left;
  width: 40%;
  position: relative;
  text-align: center; }
  .cover .norm {
    width: 100%; }
  .cover .flip {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 100%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1; }

.info {
  margin-left: 45.9%;
  width: auto;
  height: 100%;
  color: #fff;
  background-color: #be0606;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be0606), color-stop(100%, #850303));
  background-image: -webkit-linear-gradient(left, #be0606, #850303);
  background-image: linear-gradient(to right,#be0606, #850303);
  padding: 50px 30px 50px 20px;
  *zoom: 1;
  z-index: 2; }
  .info:before, .info:after {
    content: " ";
    display: table; }
  .info:after {
    clear: both; }
  .info .divider {
    position: absolute;
    top: 0px;
    left: 40%;
    width: 6%;
    height: 100%;
    z-index: -1; }
  .info hr {
    background: rgba(255, 255, 255, 0.15);
    border: 0;
    display: block;
    width: auto;
    height: 2px; }
  .info .subtitle {
    font-family: 'proxima-nova', sans-serif;
    text-transform: none;
    font-weight: 600; }
  .info .desc {
    font-size: 1em;
    line-height: 1.5em;
    margin: 30px auto 15px; }
  .info .creators li {
    float: left;
    width: 50%;
    margin: 10px auto;
    font-size: 0.875em; }
  .info .creators h3, .info .creators p {
    margin: 0 auto;
    padding: 0; }
  .info .creators .name {
    font-weight: 600; }
  .info .creators .role {
    text-transform: uppercase;
    font-size: 1em; }

.characters-section ul li {
  float: left;
  width: 33%;
  height: 200px;
  color: #fff;
  text-align: center; }
  .characters-section ul li a {
    color: #fff; }
  .characters-section ul li .image {
    width: 100%;
    height: 150px;
    overflow: hidden; }
  .characters-section ul li img {
    width: 94%;
    margin: 3%;
    margin-left: 0 auto; }

.datapoints {
  overflow: auto;
  text-align: left; }
  .datapoints li {
    float: left;
    width: 50%;
    margin: 10px 0; }
  .datapoints p {
    margin: 0;
    padding: 0; }

.stats, .bio {
  padding: 20px 20px 20px 40px;
  text-align: left; }

.other-comics {
  padding: 50px;
  text-align: center;
  background-color: #414141;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.5); }
  .other-comics a {
    border-bottom: none; }
    .other-comics a:hover {
      border-bottom: none; }
  .other-comics ul.comic-list li {
    display: inline-block;
    width: 200px;
    height: 400px;
    color: #fff;
    text-align: center;
    vertical-align: top; }
    .other-comics ul.comic-list li a {
      color: #fff; }
    .other-comics ul.comic-list li img {
      width: 94%;
      margin: 3%;
      margin-left: 0 auto; }

.search-results {
  position: relative; }
  .search-results .characters li {
    position: relative;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 300px; }
    .search-results .characters li a {
      display: block;
      width: 100%;
      height: 300px;
      margin: 0;
      padding: 0;
      border: none;
      overflow: hidden;
      position: relative; }
    .search-results .characters li h1 {
      font-size: 5.625em;
      margin-top: 70px;
      white-space: nowrap; }
    .search-results .characters li h2 {
      margin-top: -10px; }
    .search-results .characters li img {
      width: 400px;
      height: auto;
      position: absolute;
      top: 0px;
      left: 0px; }
    .search-results .characters li .label {
      position: relative;
      background-color: #be0606;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be0606), color-stop(100%, #850303));
      background-image: -webkit-linear-gradient(left, #be0606, #850303);
      background-image: linear-gradient(to right,#be0606, #850303);
      width: auto;
      height: 300px;
      margin-left: 400px;
      padding: 20px 0 0 10%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .search-results .characters li .label .divider {
        position: absolute;
        top: 0px;
        left: -29px;
        width: 30px;
        height: 100%;
        background-image: url("../img/divider.png");
        background-size: 100% 100%; }
    .search-results .characters li:nth-child(2n) img {
      position: absolute;
      top: 0px;
      right: 0px;
      left: auto; }
    .search-results .characters li:nth-child(2n) .label {
      margin-left: 0%;
      margin-right: 400px;
      background-color: #0690bd;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0690bd), color-stop(100%, #003252));
      background-image: -webkit-linear-gradient(right, #0690bd, #003252);
      background-image: linear-gradient(to left,#0690bd, #003252);
      text-align: right;
      padding: 20px 10% 0 0; }
      .search-results .characters li:nth-child(2n) .label .divider {
        position: absolute;
        top: 0px;
        right: -29px;
        left: auto;
        background-image: url("../img/divider-flip.png"); }

.search {
  padding: 1px;
  text-align: center; }
  .search h1 {
    margin-top: 100px;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); }
  .search form {
    max-width: 800px;
    margin: 0 auto; }
  .search .search-box {
    margin: 20px;
    *zoom: 1; }
    .search .search-box:before, .search .search-box:after {
      content: " ";
      display: table; }
    .search .search-box:after {
      clear: both; }
    .search .search-box input {
      width: 70%;
      float: left;
      margin: 0 auto;
      padding: 20px;
      font-size: 1.875em;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
      border: none;
      background-color: rgba(255, 255, 255, 0.9);
      outline: none; }
  .search .options {
    clear: both;
    margin: 20px;
    padding: 20px; }
  .search .search-type {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    width: 25%;
    float: right;
    margin: 0 auto;
    padding: 25px;
    text-align: left; }
    .search .search-type .arrow-down {
      position: absolute;
      top: 45%;
      right: 20px;
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #666; }
    .search .search-type p {
      margin: 0 auto;
      font-size: 1.25em; }
    .search .search-type select {
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      border: none;
      background: none;
      outline: none;
      opacity: 0;
      padding: 30px;
      -webkit-appearance: none;
      -moz-appearance: none;
      -ms-appearance: none;
      -o-appearance: none;
      appearance: none;
      filter: alpha(opacity=0);
      z-index: 100; }
  .search .searchbtn {
    font-family: "league-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 1.875em;
    font-weight: normal;
    width: 200px;
    margin: 20px auto;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    color: #666;
    outline: none; }
    .search .searchbtn:hover {
      background-color: white; }
    .search .searchbtn:active {
      background-color: white;
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -o-transform: scale(0.95);
      transform: scale(0.95); }
    .wf-loading .search .searchbtn {
      visibility: hidden; }
  .search .cover-grid {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: -1; }
    .search .cover-grid li {
      width: 200px;
      height: 200px; }
  .search .overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.6); }

.saved-searches {
  text-align: center;
  max-width: 900px;
  margin: 20px auto;
  padding: 20px;
  border-top: solid 2px rgba(255, 255, 255, 0.5); }
  .saved-searches li {
    display: inline-block;
    padding: 10px; }
    .saved-searches li a {
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 4px;
      padding: 5px 10px;
      color: #005b85; }
      .saved-searches li a:hover {
        background-color: white; }
      .saved-searches li a:active {
        background-color: white;
        -webkit-transform: scale(0.95);
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -o-transform: scale(0.95);
        transform: scale(0.95); }

.no-results {
  background-image: url("../img/gulp.png");
  background-position: center 20px;
  background-repeat: no-repeat;
  background-color: #555;
  width: 100%;
  height: 500px;
  color: #fff;
  text-align: center;
  font-size: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .no-results {
      background-image: url("../img/gulp@2x.png");
      background-size: 300px 278px; } }
  .no-results p {
    padding-top: 300px; }

html, body {
  min-height: 100%; }

body {
  background-color: #110000;
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px; }

a {
  color: #fff;
  border-bottom: dotted 1px rgba(255, 255, 255, 0.5); }
  a:hover {
    color: #fff;
    border-bottom: dotted 1px white; }

div.container {
  position: relative;
  min-height: 100%; }

.main-nav {
  position: relative;
  padding: 0 20px;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.6);
  z-index: 100; }
  .main-nav a {
    position: relative;
    display: inline-block;
    color: #ccc;
    border: none;
    font-family: "league-gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 2.5em;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0 20px 0 0;
    padding: 10px; }
    .wf-loading .main-nav a {
      visibility: hidden; }
    .main-nav a:hover {
      color: #fff; }
      .main-nav a:hover span {
        z-index: -1;
        background-color: #be0606;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        -webkit-transform: skew(10deg);
        -moz-transform: skew(10deg);
        -ms-transform: skew(10deg);
        -o-transform: skew(10deg);
        transform: skew(10deg); }
  .main-nav .search {
    float: right;
    max-width: 200px;
    margin-right: 0;
    padding: 8px; }
    .main-nav .search .search-input {
      border: 2px solid #ccc;
      border-radius: 6px;
      color: #999;
      background: none !important;
      box-shadow: none;
      margin-bottom: 0 !important;
      font-size: 1.125em;
      margin: 0;
      padding: 10px;
      outline: none; }

.pagination-div {
  padding: 50px;
  text-align: center;
  background-color: #414141;
  box-shadow: inset 0 5px 15px rgba(0, 0, 0, 0.5);
  z-index: 100; }

ul.pagination {
  margin: 0 auto;
  text-align: center; }
  ul.pagination li {
    display: inline-block; }
    ul.pagination li.disabled a {
      display: none; }
    ul.pagination li.active a {
      background-color: #000; }
    ul.pagination li a {
      padding: 5px 10px;
      display: block;
      border: none;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 2px; }

.readmore-js-toggle, .readmore-js-section {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.readmore-js-section {
  overflow: hidden; }

.readmore-js-toggle {
  border-bottom: none;
  background-color: #444;
  border-radius: 4px;
  text-align: center;
  margin: 20px 20px 20px 40px; }
  .readmore-js-toggle:hover {
    border-bottom: none;
    background-color: #666; }

footer {
  text-align: center;
  color: #999;
  padding: 10px; }
  footer p {
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
    line-height: 50px; }
    footer p img {
      vertical-align: middle; }
    footer p a {
      border-bottom: none; }

.error {
  background-image: url("../img/aargh.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #9d0000;
  width: 100%;
  height: 700px;
  color: #fff;
  text-align: center;
  font-size: 20px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 1.3 / 1), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
    .error {
      background-image: url("../img/aargh@2x.png");
      background-size: 574px 479px; } }
  .error p {
    padding-top: 550px; }
