/* 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" /> */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 13, ../sass/_boilerplate.scss */
html,
button,
input,
select,
textarea {
  color: #222; }

/* line 21, ../sass/_boilerplate.scss */
html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 32, ../sass/_boilerplate.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

/* line 37, ../sass/_boilerplate.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
/* line 46, ../sass/_boilerplate.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 60, ../sass/_boilerplate.scss */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 71, ../sass/_boilerplate.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 81, ../sass/_boilerplate.scss */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
/* line 89, ../sass/_boilerplate.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/* line 124, ../sass/_boilerplate.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

/* line 132, ../sass/_boilerplate.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 143, ../sass/_boilerplate.scss */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 152, ../sass/_boilerplate.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 168, ../sass/_boilerplate.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 182, ../sass/_boilerplate.scss */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
/* line 198, ../sass/_boilerplate.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

/* line 204, ../sass/_boilerplate.scss */
.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
/* line 213, ../sass/_boilerplate.scss */
.clearfix {
  *zoom: 1; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /* line 240, ../sass/_boilerplate.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  /* line 247, ../sass/_boilerplate.scss */
  a,
  a:visited {
    text-decoration: underline; }

  /* line 252, ../sass/_boilerplate.scss */
  a[href]:after {
    content: " (" attr(href) ")"; }

  /* line 256, ../sass/_boilerplate.scss */
  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  /* line 264, ../sass/_boilerplate.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  /* line 270, ../sass/_boilerplate.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /* line 276, ../sass/_boilerplate.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  /* line 280, ../sass/_boilerplate.scss */
  tr,
  img {
    page-break-inside: avoid; }

  /* line 285, ../sass/_boilerplate.scss */
  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  /* line 293, ../sass/_boilerplate.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  /* line 300, ../sass/_boilerplate.scss */
  h2,
  h3 {
    page-break-after: avoid; } }
/* line 1, ../sass/_base.scss */
html, body {
  box-sizing: border-box;
  min-height: 100%;
  font-family: Helvetica Neue, Helvetica, 'Lato', Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: subpixel-antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale; }

/* line 12, ../sass/_base.scss */
* {
  box-sizing: inherit; }

/* line 16, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

/* line 20, ../sass/_base.scss */
a {
  color: #f1f1f1;
  text-decoration: none; }
  /* line 24, ../sass/_base.scss */
  a:hover {
    text-decoration: underline; }

/* line 28, ../sass/_base.scss */
html {
  background-color: #1f1f1f;
  color: #f1f1f1;
  line-height: 1.5;
  letter-spacing: 0.01em; }

/* line 35, ../sass/_base.scss */
.subLine {
  margin-bottom: 1em;
  font-size: 16px; }

/* line 40, ../sass/_base.scss */
.no-margin {
  margin-bottom: 0; }

/* line 43, ../sass/_base.scss */
.indent {
  text-indent: 2.5em; }

/* line 48, ../sass/_base.scss */
#left {
  width: 670px;
  padding-left: 110px;
  position: fixed;
  height: 100%;
  padding-top: 40px; }

/* line 56, ../sass/_base.scss */
.mainHead {
  font-size: 1em;
  text-transform: uppercase;
  margin: 0; }

/* line 61, ../sass/_base.scss */
.logo {
  border-bottom: 1px solid #f1f1f1;
  max-height: 390px;
  height: 50%;
  width: 100%;
  position: relative; }

/* line 69, ../sass/_base.scss */
.eodgImg {
  margin: auto;
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  bottom: 0;
  right: 0; }

/* line 76, ../sass/_base.scss */
.editions {
  text-align: center;
  font-size: 1.625em; }

/* line 82, ../sass/_base.scss */
#right {
  margin-left: 740px;
  margin-right: 110px;
  margin-bottom: 50px;
  padding-top: 40px; }
  /* line 88, ../sass/_base.scss */
  #right .subLine {
    font-style: italic; }

/* line 95, ../sass/_base.scss */
.textTitle {
  font-size: 1em;
  margin: 0; }

@media screen and (max-width: 1260px) {
  /* line 100, ../sass/_base.scss */
  #left {
    width: 50%; }

  /* line 103, ../sass/_base.scss */
  #right {
    margin-left: 60%; } }
@media screen and (max-width: 800px) {
  /* line 112, ../sass/_base.scss */
  #left {
    width: 100%;
    padding: 20px;
    position: static;
    height: auto; }

  /* line 118, ../sass/_base.scss */
  .logo {
    width: 100%;
    height: auto; }

  /* line 122, ../sass/_base.scss */
  .eodgImg {
    position: relative;
    top: 0;
    margin-top: 40px;
    margin-bottom: 40px; }

  /* line 128, ../sass/_base.scss */
  .editions {
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.3em; }

  /* line 134, ../sass/_base.scss */
  #right {
    margin: 0;
    padding: 20px; }

  /* line 138, ../sass/_base.scss */
  .indent {
    text-indent: 0; } }
@media only screen and (max-height: 750px) {
  /* line 145, ../sass/_base.scss */
  .logo {
    height: 40%; }

  /* line 148, ../sass/_base.scss */
  .year {
    margin: 1em 0; } }
@media only screen and (max-height: 560px) {
  /* line 154, ../sass/_base.scss */
  .logo {
    height: 35%; }

  /* line 157, ../sass/_base.scss */
  .editionsHeader {
    margin: 0.5em 0; }

  /* line 160, ../sass/_base.scss */
  .year {
    margin: 0.5em 0; } }
