/* Import Compass
------------------------------------------------*/
/* Import partial scss files
------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
/* line 6, ../../src/scss/_reset.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, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

/* line 31, ../../src/scss/_reset.scss */
body {
  line-height: 1; }

/* line 34, ../../src/scss/_reset.scss */
ol, ul {
  list-style: none; }

/* line 37, ../../src/scss/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 40, ../../src/scss/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */
/* remember to highlight inserts somehow! */
/* line 52, ../../src/scss/_reset.scss */
ins {
  text-decoration: none; }

/* line 55, ../../src/scss/_reset.scss */
del {
  text-decoration: line-through; }

/* line 59, ../../src/scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 1, ../../src/scss/_basics.scss */
html,
body {
  width: 100%;
  font-size: 100%; }

/* line 7, ../../src/scss/_basics.scss */
h1, h2, h3, h4, h5, h6 {
  margin: 0.25em 0;
  color: #212121;
  line-height: 1.2em; }
  /* line 12, ../../src/scss/_basics.scss */
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: inherit;
    text-decoration: none; }

/* line 18, ../../src/scss/_basics.scss */
h1 {
  font-weight: 700;
  font-size: 3.75em;
  font-family: 'interstate', 'Helvetica', 'san-serif'; }

/* line 24, ../../src/scss/_basics.scss */
h2 {
  font-weight: 700;
  font-size: 2.375em;
  font-family: 'interstate-condensed', 'Helvetica', 'san-serif'; }

/* line 30, ../../src/scss/_basics.scss */
h3 {
  font-weight: 700;
  font-size: 1.375em;
  font-family: 'interstate', 'Helvetica', 'san-serif'; }

/* line 36, ../../src/scss/_basics.scss */
h4 {
  font-weight: 700;
  font-size: 1.15em;
  font-family: 'interstate-condensed', 'Helvetica', 'san-serif'; }

/* line 42, ../../src/scss/_basics.scss */
p, span {
  color: #212121;
  font-family: 'interstate', 'Helvetica', 'san-serif'; }
  /* line 46, ../../src/scss/_basics.scss */
  p a, span a {
    font-family: 'interstate', 'Helvetica', 'san-serif'; }

/* line 51, ../../src/scss/_basics.scss */
p {
  font-size: 1em;
  line-height: 1.5em; }

/* line 56, ../../src/scss/_basics.scss */
a {
  color: #212121; }
  /* line 59, ../../src/scss/_basics.scss */
  a:hover {
    color: #474644;
    text-decoration: underline; }

/* line 65, ../../src/scss/_basics.scss */
ul {
  padding: 0.75em 2em 0 2em;
  list-style-type: square; }

/* line 70, ../../src/scss/_basics.scss */
li {
  margin-bottom: 1em;
  font-size: 1em;
  line-height: 1.5em;
  font-family: 'interstate', 'Helvetica', 'san-serif';
  color: #212121; }

/* line 78, ../../src/scss/_basics.scss */
em {
  font-style: italic; }

/* line 82, ../../src/scss/_basics.scss */
strong {
  font-weight: 700; }

/* line 86, ../../src/scss/_basics.scss */
#container {
  padding: 2em 1em 1em 1em;
  margin: 1em auto 0 auto;
  max-width: 788px;
  border-top: 2px solid #474644; }

/* line 93, ../../src/scss/_basics.scss */
.caption {
  font-size: 0.85em;
  font-weight: 300; }

/* line 98, ../../src/scss/_basics.scss */
#back-to-top {
  position: fixed;
  top: 90%;
  right: 0%;
  margin: 0;
  padding: 0.5em;
  background-color: #474644;
  cursor: pointer;
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  -webkit-transform: translateY(-90%);
  transform: translateY(-90%); }
  /* line 108, ../../src/scss/_basics.scss */
  #back-to-top:hover {
    background-color: #969492; }
  /* line 112, ../../src/scss/_basics.scss */
  #back-to-top svg {
    width: 20px;
    fill: #fff; }

/* line 118, ../../src/scss/_basics.scss */
.no-select {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none; }

/* line 1, ../../src/scss/_header.scss */
#special-header {
  position: absolute;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background-color: #fff;
  box-shadow: 0 -2px 20px #212121;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  /* line 13, ../../src/scss/_header.scss */
  #special-header a:hover {
    text-decoration: none; }
  /* line 18, ../../src/scss/_header.scss */
  #special-header h1 {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 767px) {
      /* line 18, ../../src/scss/_header.scss */
      #special-header h1 {
        display: none; } }
  /* line 32, ../../src/scss/_header.scss */
  #special-header .logo {
    max-width: 150px;
    height: auto;
    position: absolute !important;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  /* line 38, ../../src/scss/_header.scss */
  #special-header .social {
    position: absolute;
    top: 50%;
    right: 3%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      /* line 38, ../../src/scss/_header.scss */
      #special-header .social {
        display: none; } }
    /* line 49, ../../src/scss/_header.scss */
    #special-header .social > div:first-of-type {
      font-style: italic;
      font-size: 0.85em;
      color: #F4BB32;
      align-self: center;
      font-family: 'interstate', 'Helvetica', 'san-serif'; }
    /* line 57, ../../src/scss/_header.scss */
    #special-header .social ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      padding-left: 10px;
      align-items: center;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      /* line 65, ../../src/scss/_header.scss */
      #special-header .social ul li {
        margin: 0 10px; }
        /* line 68, ../../src/scss/_header.scss */
        #special-header .social ul li:last-of-type {
          font-weight: 700; }
        /* line 72, ../../src/scss/_header.scss */
        #special-header .social ul li a {
          text-decoration: none;
          color: #F4BB32; }
          /* line 76, ../../src/scss/_header.scss */
          #special-header .social ul li a:hover {
            color: #F4A045; }
      /* line 82, ../../src/scss/_header.scss */
      #special-header .social ul svg {
        width: 15px;
        fill: #969492; }
        /* line 86, ../../src/scss/_header.scss */
        #special-header .social ul svg:hover {
          fill: #474644; }
        /* line 90, ../../src/scss/_header.scss */
        #special-header .social ul svg#twitter {
          width: 25px; }

@media (min-width: 768px) {
  /* line 2, ../../src/scss/_main.scss */
  #feed-top {
    display: flex;
    justify-content: space-between; } }

/* line 9, ../../src/scss/_main.scss */
#featured {
  flex-basis: 66%; }
  /* line 14, ../../src/scss/_main.scss */
  #featured img {
    display: block;
    width: 100%;
    margin-top: 1em;
    border: 1px solid #474644; }

/* line 22, ../../src/scss/_main.scss */
#recent-feed {
  flex-basis: 30%;
  padding: 0.5em;
  border: 1px solid lightGray; }
  @media (max-width: 767px) {
    /* line 22, ../../src/scss/_main.scss */
    #recent-feed {
      margin-top: 2em; } }
  /* line 31, ../../src/scss/_main.scss */
  #recent-feed .api-item {
    margin-bottom: 1em; }
  /* line 35, ../../src/scss/_main.scss */
  #recent-feed .date {
    color: #969492;
    font-size: 0.9em; }

/* line 41, ../../src/scss/_main.scss */
#feed-bottom {
  margin-top: 1em; }
  @media (min-width: 768px) {
    /* line 41, ../../src/scss/_main.scss */
    #feed-bottom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  /* line 50, ../../src/scss/_main.scss */
  #feed-bottom .feed-item {
    flex-basis: 45%;
    margin-bottom: 2em; }

/* line 56, ../../src/scss/_main.scss */
.byline {
  color: #474644;
  font-size: 0.95em; }

/* line 61, ../../src/scss/_main.scss */
.category {
  display: inline-block;
  padding: 0.5em;
  background-color: #F4BB32;
  font-family: 'interstate-condensed', 'Helvetica', 'san-serif'; }
  /* line 67, ../../src/scss/_main.scss */
  .category.blue {
    background-color: #04BAD8; }

/* line 72, ../../src/scss/_main.scss */
.more {
  text-align: right; }
  /* line 75, ../../src/scss/_main.scss */
  .more a {
    color: #F4BB32;
    text-decoration: underline;
    font-family: 'interstate-condensed', 'Helvetica', 'san-serif'; }
    /* line 80, ../../src/scss/_main.scss */
    .more a:hover {
      color: #F4A045; }

/* line 1, ../../src/scss/_footer.scss */
footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 2em;
  padding-top: 1em;
  background-color: #212121; }
  @media (max-width: 767px) {
    /* line 1, ../../src/scss/_footer.scss */
    footer {
      display: block; } }
  /* line 15, ../../src/scss/_footer.scss */
  footer ul {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      /* line 15, ../../src/scss/_footer.scss */
      footer ul {
        padding: 0;
        margin-top: 1em; } }
    /* line 25, ../../src/scss/_footer.scss */
    footer ul li {
      color: #fff; }
      /* line 28, ../../src/scss/_footer.scss */
      footer ul li:before {
        content: '\00a0 '; }
      /* line 32, ../../src/scss/_footer.scss */
      footer ul li:after {
        content: ' | '; }
      /* line 36, ../../src/scss/_footer.scss */
      footer ul li:last-of-type {
        font-weight: 700;
        text-transform: uppercase; }
        /* line 40, ../../src/scss/_footer.scss */
        footer ul li:last-of-type:after {
          content: ''; }
        /* line 44, ../../src/scss/_footer.scss */
        footer ul li:last-of-type a {
          color: #F4BB32; }
          /* line 47, ../../src/scss/_footer.scss */
          footer ul li:last-of-type a:hover {
            color: #F4A045; }
      /* line 53, ../../src/scss/_footer.scss */
      footer ul li a {
        color: #fff;
        text-decoration: none; }
        /* line 57, ../../src/scss/_footer.scss */
        footer ul li a:hover {
          color: #969492;
          text-decoration: none; }

/* line 66, ../../src/scss/_footer.scss */
#copyright {
  color: #fff;
  text-align: center;
  font-family: 'interstate', 'Helvetica', 'san-serif'; }
  /* line 71, ../../src/scss/_footer.scss */
  #copyright a {
    font-family: inherit;
    color: #fff;
    text-decoration: none; }
    /* line 76, ../../src/scss/_footer.scss */
    #copyright a:hover {
      text-decoration: underline; }
