/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 13, ../sass/_base.scss */
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, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../sass/_base.scss */
html {
  line-height: 1;
}

/* line 23, ../sass/_base.scss */
ol, ul {
  list-style: none;
}

/* line 24, ../sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../sass/_base.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 33, ../sass/_base.scss */
q, blockquote {
  quotes: none;
}

/* line 34, ../sass/_base.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 38, ../sass/_base.scss */
a img {
  border: none;
}

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

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

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

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

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

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

/**
 * Address margins handled incorrectly in IE 6/7.
 */
/* line 130, ../sass/_base.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 142, ../sass/_base.scss */
a:focus {
  outline: thin dotted;
}

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

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

/* line 170, ../sass/_base.scss */
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 175, ../sass/_base.scss */
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

/* line 180, ../sass/_base.scss */
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

/* line 185, ../sass/_base.scss */
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

/* line 190, ../sass/_base.scss */
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

/* line 212, ../sass/_base.scss */
blockquote {
  margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 220, ../sass/_base.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 6/7/8/9.
 */
/* line 239, ../sass/_base.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
/* line 260, ../sass/_base.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 270, ../sass/_base.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */
/* line 280, ../sass/_base.scss */
q {
  quotes: none;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 298, ../sass/_base.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 307, ../sass/_base.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 314, ../sass/_base.scss */
sup {
  top: -0.5em;
}

/* line 318, ../sass/_base.scss */
sub {
  bottom: -0.25em;
}

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

/* line 337, ../sass/_base.scss */
dd {
  margin: 0 0 0 40px;
}

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

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

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

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 379, ../sass/_base.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/* line 403, ../sass/_base.scss */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 411, ../sass/_base.scss */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 423, ../sass/_base.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 465, ../sass/_base.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 482, ../sass/_base.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 518, ../sass/_base.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 531, ../sass/_base.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 563, ../sass/_base.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: 'Helsinki';
  src: local("../fonts/helsinki/helsinki-webfont.eot"), local("../fonts/helsinki/helsinki-webfont.eot?#iefix") format("embedded-opentype"), local("../fonts/helsinki/helsinki-webfont.woff") format("woff"), local("../fonts/helsinki/helsinki-webfont.ttf") format("truetype"), local("../fonts/helsinki/helsinki-webfont.svg#helsinkiregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SingleSleeve';
  src: local("../fonts/singleSleeve/sing_14l-webfont.eot"), local("../fonts/singleSleeve/sing_14l-webfont.eot?#iefix") format("embedded-opentype"), local("../fonts/singleSleeve/sing_14l-webfont.woff2") format("woff2"), local("../fonts/singleSleeve/sing_14l-webfont.woff") format("woff"), local("../fonts/singleSleeve/sing_14l-webfont.ttf") format("truetype"), local("../fonts/singleSleeve/sing_14l-webfont.svg#single_sleeveregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: SingleSleeve;
  src: local("../fonts/singleSleeve/sing_14l.ttf"), url("../fonts/singleSleeve/sing_14l.ttf");
}

@font-face {
  font-family: SocialNetwork;
  src: url("../fonts/socialNetwork/SocialNetworkingIcons-Regul.ttf");
}

@font-face {
  font-family: SocialIcons;
  src: url("../fonts/socialico/Socialico.ttf");
}

/* line 75, ../sass/screen.scss */
.clearfix {
  clear: both;
}

/* line 76, ../sass/screen.scss */
.right {
  float: right;
}

/* line 77, ../sass/screen.scss */
.left {
  float: left;
}

/* line 78, ../sass/screen.scss */
span.resourceLbl {
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  color: white;
  font-size: 0.8rem;
  letter-spacing: 0;
}

/* line 80, ../sass/screen.scss */
body {
  font-size: 1em;
  background-color: #20161f;
  margin: 0;
}
/* line 84, ../sass/screen.scss */
body.holdingPage {
  background: url("../img/holding/bau_holdingPage_CSG2.jpg") no-repeat;
  background-size: cover;
  background-color: #000000;
}

/* line 94, ../sass/screen.scss */
header div.menuContainer {
  margin: 0;
  padding: 0;
  height: 65px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row nowrap;
}
/* line 105, ../sass/screen.scss */
header div.menuContainer div.menuItemTitle, header div.menuContainer div.menuItem {
  margin: 0;
  padding: 0;
  width: 16.6666667%;
  font-family: SingleSleeve;
  text-align: center;
}
/* line 113, ../sass/screen.scss */
header div.menuContainer div.menuItemTitle {
  background-color: #000000;
}
/* line 115, ../sass/screen.scss */
header div.menuContainer div.menuItemTitle a {
  display: block;
  width: 100%;
  font-size: 3rem;
  padding: 0;
  margin-top: 0.5rem;
  text-align: center;
  color: #F3E600;
  background-color: #000000;
  text-decoration: none;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
/* line 130, ../sass/screen.scss */
header div.menuContainer div.menuItemTitle a:hover {
  color: #FFFFFF;
}
/* line 136, ../sass/screen.scss */
header div.menuContainer div.menuItem {
  margin: 0;
  padding: 0;
  width: 16.6666667%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: -webkit-flex-center;
  align-items: center;
}
/* line 146, ../sass/screen.scss */
header div.menuContainer div.menuItem.about {
  background-color: #FFCC99;
}
/* line 147, ../sass/screen.scss */
header div.menuContainer div.menuItem.about a {
  background-color: #663333;
}
/* line 148, ../sass/screen.scss */
header div.menuContainer div.menuItem.about a:hover {
  background-color: #660000;
}
/* line 151, ../sass/screen.scss */
header div.menuContainer div.menuItem.info {
  background-color: #999966;
}
/* line 152, ../sass/screen.scss */
header div.menuContainer div.menuItem.info a {
  background-color: #006633;
}
/* line 153, ../sass/screen.scss */
header div.menuContainer div.menuItem.info a:hover {
  background-color: #003300;
}
/* line 156, ../sass/screen.scss */
header div.menuContainer div.menuItem.archive {
  background-color: #6699CC;
}
/* line 157, ../sass/screen.scss */
header div.menuContainer div.menuItem.archive a {
  background-color: #336699;
}
/* line 158, ../sass/screen.scss */
header div.menuContainer div.menuItem.archive a:hover {
  background-color: #003366;
}
/* line 161, ../sass/screen.scss */
header div.menuContainer div.menuItem.freebies {
  background-color: #FF6666;
}
/* line 162, ../sass/screen.scss */
header div.menuContainer div.menuItem.freebies a {
  background-color: #660000;
}
/* line 163, ../sass/screen.scss */
header div.menuContainer div.menuItem.freebies a:hover {
  background-color: #330000;
}
/* line 166, ../sass/screen.scss */
header div.menuContainer div.menuItem.blog {
  background-color: #FFCC66;
}
/* line 167, ../sass/screen.scss */
header div.menuContainer div.menuItem.blog a {
  background-color: #996600;
}
/* line 168, ../sass/screen.scss */
header div.menuContainer div.menuItem.blog a:hover {
  background-color: #663300;
}
/* line 171, ../sass/screen.scss */
header div.menuContainer div.menuItem a {
  font-size: 1.3rem;
  color: white;
  margin: 0.1rem;
  padding: 0.8rem 0 0 0;
  border-radius: 4px;
  display: block;
  width: 100%;
  height: 2.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}

/* line 193, ../sass/screen.scss */
.svgHeaderImg {
  width: 100%;
  height: 100%;
}

/* line 199, ../sass/screen.scss */
map area {
  display: block;
  overflow: hidden;
}

/* line 205, ../sass/screen.scss */
article {
  background-color: #47453d;
  min-height: 30rem;
  padding: 0.5rem 2rem;
}
/* line 209, ../sass/screen.scss */
article hr {
  padding-top: 10px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 2px dotted;
  color: rgba(243, 230, 0, 0.4);
}
/* line 217, ../sass/screen.scss */
article.errorPage {
  margin: 0;
  padding: 0rem 0rem 4rem 0rem;
  background-color: white;
}
/* line 221, ../sass/screen.scss */
article.errorPage p {
  color: #302f28;
  font-size: 0.8rem;
  margin: 0rem 0rem 1rem 2rem;
}
/* line 225, ../sass/screen.scss */
article.errorPage p a {
  color: #338a6c;
}
/* line 226, ../sass/screen.scss */
article.errorPage p a:hover {
  color: #302f28;
}
/* line 231, ../sass/screen.scss */
article.archive h2 {
  margin-top: 0;
}
/* line 233, ../sass/screen.scss */
article ol {
  margin-left: -1rem;
  color: #fae1a2;
  list-style-type: decimal;
}
/* line 237, ../sass/screen.scss */
article ol li {
  padding-bottom: 0.2rem;
}

/* line 243, ../sass/screen.scss */
footer {
  padding: 0.3rem 2rem;
  background-color: #20161f;
  min-height: 6rem;
}
/* line 247, ../sass/screen.scss */
footer p {
  color: #9ea97b;
  font-size: 0.8rem;
}

/* line 250, ../sass/screen.scss */
.webcomicImg {
  width: 100%;
  height: auto;
}

/* line 256, ../sass/screen.scss */
h1, h2, h3 {
  font-family: SingleSleeve;
  font-weight: lighter;
  color: #f3e600;
  margin: 0;
  text-shadow: 1px 1px 1px #20161f;
}

/* line 263, ../sass/screen.scss */
h1 {
  font-size: 1.5em;
}

/* line 264, ../sass/screen.scss */
h2 {
  font-size: 1.1rem;
}

/* line 265, ../sass/screen.scss */
h3 {
  font-size: 0.8rem;
}

/* line 266, ../sass/screen.scss */
a, a.download {
  color: white;
  text-decoration: underline;
}
/* line 269, ../sass/screen.scss */
a:hover, a.download:hover {
  color: #338a6c;
}

/* line 276, ../sass/screen.scss */
div.previouslyOn p {
  display: block;
}
/* line 278, ../sass/screen.scss */
div.previouslyOn p span {
  font-size: 1.4rem;
  font-family: SingleSleeve;
  font-weight: lighter;
  color: #f3e600;
  margin: 0rem 1rem 0rem 0rem;
}
/* line 284, ../sass/screen.scss */
div.previouslyOn p span.active {
  text-decoration: underline;
}
/* line 287, ../sass/screen.scss */
div.previouslyOn p span a {
  outline: none;
  color: #f3e600;
  text-decoration: none;
}
/* line 291, ../sass/screen.scss */
div.previouslyOn p span a:hover {
  color: #338a6c;
}

/* line 298, ../sass/screen.scss */
div.comicOverview {
  position: relative;
  display: block;
  clear: both;
}
/* line 302, ../sass/screen.scss */
div.comicOverview div.left {
  margin-left: 10px;
  float: left;
}
/* line 305, ../sass/screen.scss */
div.comicOverview div.left h1 {
  font-size: 2rem;
}
/* line 306, ../sass/screen.scss */
div.comicOverview div.left img.imgNew {
  max-height: 35px;
  position: absolute;
  left: -20px;
  top: 7px;
}

/* line 315, ../sass/screen.scss */
p, li, time, section > summary {
  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
  font-size: 0.7rem;
  font-weight: lighter;
}

/* line 320, ../sass/screen.scss */
p, section > summary {
  color: #fae1a2;
  word-spacing: 0.08rem;
  line-height: 1rem;
  max-width: 26rem;
}

/* line 326, ../sass/screen.scss */
span.quoteMark {
  font-size: 0.8rem;
}

/* line 329, ../sass/screen.scss */
time {
  font-size: 0.6rem;
  color: #9b8c51;
}

/* line 376, ../sass/screen.scss */
nav.navImages {
  clear: both;
  margin: 1rem 0rem 0.3rem 0rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 411, ../sass/screen.scss */
div.flex-item img.inactive {
  opacity: 0.1;
}
/* line 413, ../sass/screen.scss */
div.flex-item img.inactive.inactive {
  max-height: 38px;
}
/* line 415, ../sass/screen.scss */
div.flex-item a {
  outline: none;
  border: none;
  text-decoration: none;
  padding: 0rem;
  background-color: none;
  opacity: 0.6;
  position: relative;
}
/* line 423, ../sass/screen.scss */
div.flex-item a:hover {
  outline: none;
  opacity: 0.8;
  background: none;
}
/* line 433, ../sass/screen.scss */
div.flex-item a:active {
  outline: none;
  opacity: 1;
}
/* line 437, ../sass/screen.scss */
div.flex-item a img {
  max-height: 38px;
}
/* line 439, ../sass/screen.scss */
div.flex-item a img.inactive {
  max-height: 38px;
}

/* line 444, ../sass/screen.scss */
.flex-item:nth-child(1) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* line 460, ../sass/screen.scss */
.flex-item:nth-child(2) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* line 476, ../sass/screen.scss */
.flex-item:nth-child(3) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 2;
  -moz-box-flex: 2;
  -webkit-flex: 2 1 auto;
  -ms-flex: 2 1 auto;
  flex: 2 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* line 492, ../sass/screen.scss */
.flex-item:nth-child(4) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

/* line 508, ../sass/screen.scss */
.flex-item:nth-child(5) {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}
/* line 522, ../sass/screen.scss */
.flex-item:nth-child(5) img.imgNewNav {
  max-height: 25px;
  position: absolute;
  left: -8px;
  top: -35px;
}

/*
    Legacy Firefox implementation treats all flex containers
    as inline-block elements.
*/
@-moz-document url-prefix() {
  /* line 536, ../sass/screen.scss */
  .flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}

/* line 542, ../sass/screen.scss */
section {
  clear: both;
  overflow: hidden;
  display: block;
  padding-bottom: 0.5rem;
  margin: 0.5rem 0;
  border-bottom: 2px dotted rgba(243, 230, 0, 0.4);
}
/* line 549, ../sass/screen.scss */
section time {
  text-align: left;
  display: inline-block;
  margin-bottom: 0.4rem;
}
/* line 554, ../sass/screen.scss */
section h2 {
  text-shadow: 1px 1px 1px #20161f;
  margin-bottom: 0.4rem;
  letter-spacing: 0.2rem;
}
/* line 559, ../sass/screen.scss */
section img {
  float: right;
  max-width: 45%;
  margin-left: 1rem;
}

/* line 568, ../sass/screen.scss */
article#freebies section img {
  margin: 0;
  float: left;
  min-width: 60%;
}

/* line 580, ../sass/screen.scss */
footer ul {
  list-style-type: none;
  display: block;
  padding: 0;
  margin-bottom: 4rem;
}
/* line 585, ../sass/screen.scss */
footer ul li {
  float: left;
  padding: 0 0.5rem 0 0;
}
/* line 588, ../sass/screen.scss */
footer ul li a {
  font-size: 0.8rem;
  color: #9ea97b;
  text-decoration: none;
  text-align: left;
}
/* line 596, ../sass/screen.scss */
footer img#ccl {
  width: 80px;
  height: 15px;
}

@media only screen and (min-width: 480px) {
  /* line 612, ../sass/screen.scss */
  header div.menuContainer {
    margin: 0;
    padding: 0;
    height: 120px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row nowrap;
  }
  /* line 623, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle, header div.menuContainer div.menuItem {
    margin: 0;
    padding: 0;
    width: 16.6666667%;
    font-family: SingleSleeve;
    text-align: center;
  }
  /* line 631, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle {
    background-color: #000000;
  }
  /* line 633, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle a {
    display: block;
    width: 100%;
    font-size: 5rem;
    padding: 0;
    margin-top: 1rem;
    text-align: center;
    color: #F3E600;
    background-color: #000000;
    text-decoration: none;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }
  /* line 648, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle a:hover {
    color: #FFFFFF;
  }
  /* line 653, ../sass/screen.scss */
  header div.menuContainer div.menuItem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: -webkit-flex-end;
    align-items: flex-end;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* line 662, ../sass/screen.scss */
  header div.menuContainer div.menuItem.about {
    background-color: #FFCC99;
    background-image: url(../img/headerMenu/about@2x.png);
  }
  /* line 664, ../sass/screen.scss */
  header div.menuContainer div.menuItem.about a {
    background-color: #663333;
  }
  /* line 665, ../sass/screen.scss */
  header div.menuContainer div.menuItem.about a:hover {
    background-color: #660000;
  }
  /* line 668, ../sass/screen.scss */
  header div.menuContainer div.menuItem.info {
    background-color: #999966;
    background-image: url(../img/headerMenu/info@2x.png);
  }
  /* line 670, ../sass/screen.scss */
  header div.menuContainer div.menuItem.info a {
    background-color: #006633;
  }
  /* line 671, ../sass/screen.scss */
  header div.menuContainer div.menuItem.info a:hover {
    background-color: #003300;
  }
  /* line 674, ../sass/screen.scss */
  header div.menuContainer div.menuItem.archive {
    background-color: #6699CC;
    background-image: url(../img/headerMenu/archive@2x.png);
  }
  /* line 676, ../sass/screen.scss */
  header div.menuContainer div.menuItem.archive a {
    background-color: #336699;
  }
  /* line 677, ../sass/screen.scss */
  header div.menuContainer div.menuItem.archive a:hover {
    background-color: #003366;
  }
  /* line 680, ../sass/screen.scss */
  header div.menuContainer div.menuItem.freebies {
    background-color: #FF6666;
    background-image: url(../img/headerMenu/freebies@2x.png);
  }
  /* line 682, ../sass/screen.scss */
  header div.menuContainer div.menuItem.freebies a {
    background-color: #660000;
  }
  /* line 683, ../sass/screen.scss */
  header div.menuContainer div.menuItem.freebies a:hover {
    background-color: #330000;
  }
  /* line 686, ../sass/screen.scss */
  header div.menuContainer div.menuItem.blog {
    background-color: #FFCC66;
    background-image: url(../img/headerMenu/blog@2x.png);
  }
  /* line 688, ../sass/screen.scss */
  header div.menuContainer div.menuItem.blog a {
    background-color: #996600;
  }
  /* line 689, ../sass/screen.scss */
  header div.menuContainer div.menuItem.blog a:hover {
    background-color: #663300;
  }
  /* line 692, ../sass/screen.scss */
  header div.menuContainer div.menuItem a {
    font-size: 2rem;
    color: white;
    margin: 0;
    padding-top: 0.6rem;
    border-radius: 0;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }

  /* line 712, ../sass/screen.scss */
  nav {
    font-size: 0.7rem;
  }
  /* line 714, ../sass/screen.scss */
  nav a {
    padding: 0.5rem;
    min-width: 4rem;
  }
  /* line 718, ../sass/screen.scss */
  nav div.inactive {
    padding: 0.5rem;
    min-width: 4rem;
  }

  /* line 725, ../sass/screen.scss */
  nav.navImages div.flex-item img {
    max-height: 50px;
  }
  /* line 727, ../sass/screen.scss */
  nav.navImages div.flex-item img.inactive {
    max-height: 50px;
  }

  /* line 731, ../sass/screen.scss */
  .flex-item:nth-child(5) img.imgNewNav {
    max-height: 32px;
    position: absolute;
    left: -8px;
    top: -53px;
  }

  /* line 738, ../sass/screen.scss */
  .flex-item:nth-child(2) {
    padding-left: 0.5rem;
  }

  /* line 739, ../sass/screen.scss */
  .flex-item:nth-child(4) {
    padding-right: 0.5rem;
  }

  /* line 744, ../sass/screen.scss */
  div.previouslyOn p {
    max-width: 100%;
  }
  /* line 745, ../sass/screen.scss */
  div.previouslyOn span {
    font-size: 1.7rem;
    margin: 0rem 1rem 0rem 0rem;
  }

  /* line 752, ../sass/screen.scss */
  div.comicOverview div.left {
    margin-left: 35px;
    float: left;
  }
  /* line 755, ../sass/screen.scss */
  div.comicOverview div.left h1 {
    font-size: 3rem;
  }
  /* line 756, ../sass/screen.scss */
  div.comicOverview div.left img.imgNew {
    max-height: 40px;
    position: absolute;
    left: 0px;
    top: 14px;
  }

  /* line 765, ../sass/screen.scss */
  h1 {
    font-size: 2rem;
  }

  /* line 766, ../sass/screen.scss */
  h2 {
    font-size: 1.8rem;
  }

  /* line 767, ../sass/screen.scss */
  p, li, time, section > summary {
    font-size: 0.8rem;
    line-height: 1.4rem;
  }

  /* line 771, ../sass/screen.scss */
  time {
    font-size: 0.7rem;
  }

  /* line 775, ../sass/screen.scss */
  span.quoteMark {
    font-size: 1rem;
  }

  /* line 779, ../sass/screen.scss */
  section {
    max-width: 70%;
  }
  /* line 781, ../sass/screen.scss */
  section img {
    min-width: 40%;
  }

  /* line 784, ../sass/screen.scss */
  footer {
    min-height: 8rem;
  }
  /* line 785, ../sass/screen.scss */
  footer p, footer ul li a {
    font-size: 0.8rem;
  }
  /* line 786, ../sass/screen.scss */
  footer ul li {
    padding: 0 1rem 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 801, ../sass/screen.scss */
  header div.menuContainer {
    margin: 0;
    padding: 0;
    height: 170px;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row nowrap;
  }
  /* line 812, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle, header div.menuContainer div.menuItem {
    margin: 0;
    padding: 0;
    width: 16.6666667%;
    font-family: SingleSleeve;
    text-align: center;
  }
  /* line 820, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle {
    background-color: #000000;
  }
  /* line 822, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle a {
    display: block;
    width: 100%;
    font-size: 8rem;
    padding: 0;
    margin-top: 1rem;
    text-align: center;
    color: #F3E600;
    text-decoration: none;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }
  /* line 836, ../sass/screen.scss */
  header div.menuContainer div.menuItemTitle a:hover {
    color: #FFFFFF;
  }
  /* line 842, ../sass/screen.scss */
  header div.menuContainer div.menuItem {
    margin: inherit;
    padding: inherit;
    height: inherit;
    width: 16.6666667%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
    align-items: -webkit-flex-end;
    align-items: flex-end;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  /* line 856, ../sass/screen.scss */
  header div.menuContainer div.menuItem.about {
    background-color: #FFCC99;
    background-image: url(../img/headerMenu/about@2x.png);
  }
  /* line 858, ../sass/screen.scss */
  header div.menuContainer div.menuItem.about a {
    background-color: #663333;
  }
  /* line 859, ../sass/screen.scss */
  header div.menuContainer div.menuItem.about a:hover {
    background-color: #660000;
  }
  /* line 862, ../sass/screen.scss */
  header div.menuContainer div.menuItem.info {
    background-color: #999966;
    background-image: url(../img/headerMenu/info@2x.png);
  }
  /* line 864, ../sass/screen.scss */
  header div.menuContainer div.menuItem.info a {
    background-color: #006633;
  }
  /* line 865, ../sass/screen.scss */
  header div.menuContainer div.menuItem.info a:hover {
    background-color: #003300;
  }
  /* line 868, ../sass/screen.scss */
  header div.menuContainer div.menuItem.archive {
    background-color: #6699CC;
    background-image: url(../img/headerMenu/archive@2x.png);
  }
  /* line 870, ../sass/screen.scss */
  header div.menuContainer div.menuItem.archive a {
    background-color: #336699;
  }
  /* line 871, ../sass/screen.scss */
  header div.menuContainer div.menuItem.archive a:hover {
    background-color: #003366;
  }
  /* line 874, ../sass/screen.scss */
  header div.menuContainer div.menuItem.freebies {
    background-color: #FF6666;
    background-image: url(../img/headerMenu/freebies@2x.png);
  }
  /* line 876, ../sass/screen.scss */
  header div.menuContainer div.menuItem.freebies a {
    background-color: #660000;
  }
  /* line 877, ../sass/screen.scss */
  header div.menuContainer div.menuItem.freebies a:hover {
    background-color: #330000;
  }
  /* line 880, ../sass/screen.scss */
  header div.menuContainer div.menuItem.blog {
    background-color: #FFCC66;
    background-image: url(../img/headerMenu/blog@2x.png);
  }
  /* line 882, ../sass/screen.scss */
  header div.menuContainer div.menuItem.blog a {
    background-color: #996600;
  }
  /* line 883, ../sass/screen.scss */
  header div.menuContainer div.menuItem.blog a:hover {
    background-color: #663300;
  }
  /* line 886, ../sass/screen.scss */
  header div.menuContainer div.menuItem a {
    font-size: 2.8rem;
    color: white;
    margin: 0;
    padding: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    height: 3rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color 100ms linear;
    -moz-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
  }

  /* line 908, ../sass/screen.scss */
  nav {
    font-size: 0.9rem;
  }
  /* line 910, ../sass/screen.scss */
  nav a {
    padding: 0.7rem;
    min-width: 5rem;
  }
  /* line 914, ../sass/screen.scss */
  nav div.inactive {
    padding: 0.7rem;
    min-width: 5rem;
  }

  /* line 921, ../sass/screen.scss */
  nav.navImages div.flex-item img {
    max-height: 70px;
  }
  /* line 923, ../sass/screen.scss */
  nav.navImages div.flex-item img.inactive {
    max-height: 70px;
  }

  /* line 926, ../sass/screen.scss */
  .flex-item:nth-child(2) {
    padding-left: 1rem;
  }

  /* line 927, ../sass/screen.scss */
  .flex-item:nth-child(4) {
    padding-right: 1rem;
  }

  /* line 929, ../sass/screen.scss */
  .flex-item:nth-child(5) img.imgNewNav {
    max-height: 42px;
    position: absolute;
    left: -8px;
    top: -76px;
  }

  /* line 937, ../sass/screen.scss */
  h1 {
    font-size: 3rem;
  }

  /* line 938, ../sass/screen.scss */
  h2 {
    font-size: 2.4rem;
  }

  /* line 943, ../sass/screen.scss */
  div.previouslyOn span {
    font-size: 2rem;
    margin: 0rem 2rem 0rem 0rem;
  }

  /* line 950, ../sass/screen.scss */
  div.comicOverview div.left {
    margin-left: 42px;
    margin-bottom: 1rem;
    float: left;
  }
  /* line 954, ../sass/screen.scss */
  div.comicOverview div.left h1 {
    font-size: 5rem;
  }
  /* line 955, ../sass/screen.scss */
  div.comicOverview div.left img.imgNew {
    max-height: 50px;
    position: absolute;
    left: 9px;
    top: 14px;
  }

  /* line 964, ../sass/screen.scss */
  p, li, time, section > summary {
    font-size: 1rem;
    line-height: 1.6rem;
    max-width: 38rem;
  }

  /* line 969, ../sass/screen.scss */
  time {
    font-size: 0.8rem;
  }

  /* line 972, ../sass/screen.scss */
  span.quoteMark {
    font-size: 1.2rem;
  }

  /* line 976, ../sass/screen.scss */
  section {
    max-width: 60%;
  }
  /* line 978, ../sass/screen.scss */
  section img {
    min-width: 40%;
  }

  /* line 981, ../sass/screen.scss */
  footer {
    min-height: 12rem;
  }
  /* line 982, ../sass/screen.scss */
  footer p, footer ul li a {
    font-size: 1rem;
  }
  /* line 983, ../sass/screen.scss */
  footer ul li {
    padding: 0 2rem 0 0;
  }
}
