/* Generated by less 2.5.1 */
a,
a:visited {
  color: #666;
}
a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #666;
}
div.footer a:hover {
  /*clear shift in link hover in footer*/
  border-bottom: none;
}
.header {
  z-index: 100;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-title {
  /*h1*/
  width: 590px;
  height: 44px;
  margin: 34px auto 0;
  position: absolute;
  left: 2.5%;
  top: 10px;
  clear: both;
  text-indent: -9999em;
  background-image: url('../assets/gfx/logo.svg');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
}
.site-title:hover {
  opacity: .7;
}
.light .site-title {
  background-position: 50% 100%;
  opacity: .9;
}
.site-title a,
.home .site-title {
  display: block;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
ul.navigation {
  position: absolute;
  right: 2.5%;
  top: 50px;
}
ul.navigation li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 50px;
  font-size: 18px;
}
ul.navigation li:last-of-type {
  margin-right: 0;
}
ul.navigation li a {
  color: black;
  text-decoration: none;
}
ul.navigation li a:hover {
  border-bottom: 1px solid black;
}
.light ul.navigation li a {
  color: white;
  text-decoration: none;
}
.light ul.navigation li a:hover {
  border-bottom: 1px solid white;
}
body.dark .navigation .current {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  cursor: default;
}
body.dark .navigation .current:hover {
  text-decoration: none;
}
.cover {
  z-index: 0;
  height: 100%;
}
.cover a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border: 0;
  text-decoration: none;
}
.cover h1.title {
  width: 100%;
  text-align: center;
  bottom: 50%;
  font-family: "Abril Fatface", Georgia, serif;
  font-size: 100px;
  position: relative;
  overflow: visible;
  /* Visible to accoomodate drop shadow on text */
  vertical-align: bottom;
}
.light .cover h1.title {
  color: white;
}
.cover .coverArrow {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  bottom: 100px;
  left: 49%;
  z-index: 300;
  background-size: 100% auto;
}
.light .cover .coverArrow {
  background: url(../assets/svg/arrow-bottom_wht.svg) no-repeat;
}
.dark .cover .coverArrow {
  background: url(../assets/svg/arrow-bottom_blk.svg) no-repeat;
}
.dark .cover h1.title {
  color: black !important;
}
.cover h1.title .sub {
  display: block;
  clear: both;
  font-family: "ff-meta-serif-web-pro", MetaSerif, georgia, serif;
  font-size: 24px;
  margin-top: 20px;
  letter-spacing: regular;
}
.bottomGradient {
  display: block;
  width: 100%;
  height: 150px;
  bottom: 150px;
  z-index: 100;
  position: relative;
  background: -moz-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(242, 242, 242, 0)), color-stop(100%, #f2f2f2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(242, 242, 242, 0) 0%, #f2f2f2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f2f2f2', endColorstr='#f2f2f2', GradientType=0);
  /* IE6-9 */
}
.footer {
  background-color: #111;
  min-height: 225px;
  font-size: 1.2em;
  font-weight: normal;
  padding: 0 2.5%;
  overflow: auto;
  color: white;
  font-family: "ff-meta-serif-web-pro", georgia, serif;
}
.footer-logo {
  list-style: none;
  margin-top: 40px;
  float: left;
  clear: both;
}
.footer-logo li {
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  color: #666;
}
.footer-logo li span {
  font-family: "Trade Gothic W01 Bold";
  text-transform: uppercase;
  display: block;
  font-size: 4em;
  margin-bottom: -15px;
  color: white;
}
.footer-nav {
  float: right;
  display: inline-block;
  list-style: none;
  margin-right: 50px;
  margin-top: 40px;
}
.footer-nav a {
  display: block;
  line-height: 24px;
  color: #aaa;
  text-decoration: none;
  opacity: .8;
  font-size: 0.9em;
}
.footer-nav a:hover {
  opacity: 1;
}
.submissions .footer {
  margin-top: 0;
}
.fourohfour .footer {
  background: transparent;
}
.footer-nav {
  float: right;
  display: inline-block;
  list-style: none;
  margin-right: 50px;
  margin-top: 40px;
}
.footer-nav a {
  display: block;
  line-height: 24px;
  color: #aaa;
  text-decoration: none;
  opacity: .8;
  font-size: 0.9em;
}
.footer-nav a:hover {
  opacity: 1;
}
section.grid,
section.tumblr {
  max-width: 2400px;
}
section.grid {
  position: relative;
  z-index: 200;
  margin: 0 auto 50px;
  margin-top: -120px;
  width: 95%;
  overflow: visible;
  clear: both;
}
#link-section {
  width: 95%;
  margin: 0 auto;
}
h1.sectionTitle {
  text-align: left;
  font-size: 1.8em;
  padding: 0 2.5% 20px;
  margin: 25px -2.5%;
  max-width: 66%;
  line-height: 1.4em;
}
.btn {
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  font-size: 1.6em;
  text-align: center;
  color: black;
  border: 3px solid black;
  padding: 20px;
  margin: 50px auto;
  display: block;
  width: 225px;
  text-decoration: none;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.btn:hover {
  color: white;
  background-color: #000;
  border: 3px solid black;
}
section.grid .photo {
  background-color: #666;
  margin-right: 0.33%;
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  border: 0;
  text-decoration: none;
  overflow: auto;
  float: left;
  position: relative;
}
section.grid .photoRollover {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-left: 2em;
  color: #fff;
  z-index: 300;
  vertical-align: bottom;
  -webkit-transition: background .4s ease;
  -moz-transition: background .4s ease;
  -o-transition: background .4s ease;
  transition: background .4s ease;
}
section.grid .photoRollover:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.grid .photoRollover h1 {
  position: absolute;
  vertical-align: bottom;
  font-size: 3em;
  font-weight: bold;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
  width: 80%;
  bottom: 70px;
  display: table-cell;
}
section.grid .photoRollover h2 {
  position: absolute;
  font-size: 1.4em;
  letter-spacing: regular;
  width: 80% !important;
  bottom: 0;
  height: 60px;
}
section.grid .row {
  margin-bottom: 0.33%;
}
section.grid .photo.half {
  width: 49.66%;
  padding-bottom: 49.66%;
}
section.grid .photo.quarter {
  width: 24.66%;
  padding-bottom: 24.66%;
}
section.grid .photo.tall {
  padding-bottom: 49.66% !important;
}
section.grid .photo.halfTall {
  margin-bottom: 0.33%;
  padding-bottom: 24.66%;
}
section.grid .photo.halfTall:last-of-type {
  margin-bottom: 0;
}
section.grid .photo.twoThirds {
  width: 74.66%;
}
.end {
  margin-right: 0;
}
section.tumblr {
  position: relative;
  z-index: 200;
  margin: 0 auto 50px;
  width: 95%;
  overflow: visible;
  clear: both;
}
section.tumblr .post {
  width: 24.66%;
  margin-right: 0.33%;
  float: left;
  height: 0;
  padding-bottom: 24.66%;
  background-color: #ccc;
  display: block;
  background-size: cover;
  background-position: center center;
}
section.tumblr .post:last-of-type {
  margin-right: 0;
}
section.details {
  width: 100%;
  margin: 50px auto 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow: auto;
}
.staff {
  font-family: "Trade Gothic W01 Bold";
  text-transform: uppercase;
}
section.details h1.issue {
  display: block;
  float: left;
  background: black;
  color: white;
  padding: 5px 10px;
  margin: 3px 0 0;
}
section.details .staff {
  list-style: none;
  float: left;
  margin: 13px 5px 0 10px;
  line-height: 1.2em;
}
.staff li {
  float: left;
  margin-right: 10px;
  color: #999;
}
.staff li:first-of-type {
  margin-right: 5px;
}
section.sideBar {
  width: 30%;
  position: absolute;
  right: 0;
  top: 50px;
}
section.interview section.sideBar p,
section.interview section.sideBar ul,
section.interview section.sideBar ul li {
  font-size: 1.4em;
  width: 85%;
}
section.interview section.sideBar h1 {
  margin: 0 0 30px;
}
section.interview section.sideBar h1:first-of-type {
  margin-top: 75px;
}
section.interview section.sideBar ul {
  list-style: none;
  margin-top: 10px;
}
section.interview section.sideBar ul li {
  margin: 0;
}
section.interview section.sideBar ul li a {
  color: #666;
  text-decoration: none;
  font-size: 0.6em;
}
section.interview section.sideBar ul li a:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
section.interview section.sideBar img.profilePic {
  width: 66%;
  margin: 0;
}
section.interview,
section.essay {
  width: 85%;
  margin: 0 auto;
  z-index: 200;
  position: relative;
  margin-bottom: 200px;
  background-color: none;
}
section.interview::after,
section.essay::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -12px;
  height: 24px;
  width: 24px;
  background: url(../assets/svg/icon-end.svg) no-repeat;
  background-size: 100% auto;
  bottom: -100px;
}
section.interview h1,
section.essay h1 {
  font-family: "Trade Gothic W01 Bold";
  text-transform: uppercase;
  font-size: 1.2em;
  margin: 50px 0 30px;
  color: #333;
}
section.interview h2,
section.interview p {
  width: 66%;
  line-height: 1.6em;
}
section.interview h2,
section.essay h2 {
  font-size: 1.8em;
  margin: 50px 0 10px;
  font-weight: bold;
}
section.interview h2:first-of-type,
section.essay h2:first-of-type {
  margin-top: 50px;
}
section.interview p {
  font-size: 1.6em;
}
section.interview blockquote,
section.essay blockquote {
  padding: 0;
  margin: 100px 0 70px;
  font-family: "Times New Roman", Georgia, Serif;
  position: relative;
  width: 100%;
  font-style: italic;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 50px 0;
}
section.interview blockquote p,
section.essay blockquote p {
  font-size: 2.8em;
  margin-bottom: 0;
}
section.intro {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 66%;
  padding-bottom: 30px;
}
section.intro p {
  font-family: "Times New Roman", Georgia, Serif;
  font-style: italic;
  font-size: 2.1em;
  width: 100%;
}
.addthis_sharing_toolbox {
  margin-top: 40px;
  clear: both;
}
figure p {
  width: 100% !important;
}
figure img {
  width: 100%;
}
section.interview figure,
section.essay figure {
  margin: 0;
  padding: 0;
  margin: 50px 0;
  position: relative;
}
section.interview figure img,
section.essay figure img {
  height: initial;
  background-color: #ddd;
  transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
}
section.interview figcaption {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  font-size: 0.8em;
  color: #888;
  clear: both;
}
section.essay figcaption {
  font-size: 1.4em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 25px 0;
  color: #888;
  clear: both;
}
section.interview figcaption p {
  width: 100%;
}
section.interview figure.twoThirds {
  width: 66%;
}
section.interview figure.twoThirds figcaption {
  width: 45%;
  position: absolute;
  right: -50%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  bottom: 5px;
}
section.interview figure.twoThirds figcaption p {
  vertical-align: bottom;
  padding: 0;
  margin: 10px 0 25px;
}
section.interview figure.margin {
  width: 55%;
  float: right;
  margin-left: 50px;
}
section.interview figure.bottomCover {
  margin: 50px -8.66% 0;
  display: none;
}
section.essay figure.two-up,
section.interview figure.two-up {
  overflow: auto;
}
section.essay figure.two-up img,
section.interview figure.two-up img {
  width: 49.5%;
  margin: 0 1% 0 0;
  float: left;
}
section.essay figure.two-up img:last-of-type,
section.interview figure.two-up img:last-of-type {
  margin-right: 0;
}
figure.video {
  display: none;
}
body.info section.grid {
  margin-top: 175px;
}
body.info section.grid h1 {
  font-weight: bold;
}
body.info section.grid h1.sectionTitle {
  font-weight: normal;
}
body.info .header {
  z-index: 300;
}
body.info section.grid .photo.half {
  margin-bottom: 0.33%;
}
body.info section.grid p,
body.info section.grid h2 {
  width: 80%;
}
body.info section.grid .row p {
  line-height: 1.4em;
  margin-bottom: 1em;
}
body.info section.interview {
  margin-top: 200px;
}
body.mobile section.grid {
  margin-top: 0;
}
body.mobile .cover .coverArrow {
  bottom: 20px;
}
body.mobile .cover h1.title {
  bottom: 30%;
}
@media (max-width: 1350px) {
  /* Resize homapge grid labels */
  section.grid .photoRollover h1 {
    font-size: 2em;
  }
  section.grid .photoRollover h2 {
    position: absolute;
    font-size: 1em;
  }
  #menu-navigation li {
    margin-right: 40px;
    font-size: 14px;
  }
}
@media (max-width: 1250px) {
  ul.navigation {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    margin: 20px auto 0;
  }
  .site-title {
    /*h1*/
    position: relative;
    left: auto;
    margin: 10px auto;
  }
  .header {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  section.intro p,
  section.essay p {
    font-size: 2em;
  }
  section.interview h2,
  section.essay h2 {
    font-size: 1.4em;
  }
  section.interview p,
  section.essay p {
    font-size: 1.2em;
  }
  section.interview section.sideBar p,
  section.interview section.sideBar ul,
  section.interview section.sideBar ul li {
    font-size: 1.2em;
  }
}
@media (max-width: 900px) {
  /* Slight margin change for homepage links */
  #link-section .column:not(:first-child) {
    margin-left: 3% !important;
  }
}
@media (max-width: 800px) {
  /* Resize homapge grid labels */
  section.grid .photo.half,
  section.grid .photo.quarter,
  section.grid .photo.halfTall,
  section.grid .photo.twoThirds,
  section.tumblr .post {
    width: 49.66% !important;
    padding-bottom: 49.66% !important;
    margin-bottom: 0.33% !important;
  }
  /* Set Homepage Section Title to Center */
  h1.sectionTitle,
  h1.sectionTitlePrime {
    text-align: center;
    max-width: 100%;
  }
  /* Set Footer */
  .footer-nav,
  .footer-logo {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .footer-nav li,
  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-nav li:last-of-type {
    margin-bottom: 50px;
  }
  /* Set Interview Elements to Center */
  section.interview {
    width: 90%;
  }
  section.interview h2,
  section.interview p,
  section.intro {
    width: 100%;
  }
  section.interview p {
    line-height: 2em;
    margin-bottom: 1%;
  }
  section.sideBar {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
  }
  section.interview section.sideBar p,
  section.interview section.sideBar ul,
  section.interview section.sideBar ul li {
    width: 100%;
    color: #666;
    font-size: 1.2em;
  }
  section.interview section.sideBar p {
    line-height: 1.8em;
  }
  section.interview figure,
  section.interview figure.twoThirds,
  section.interview figure.margin {
    width: 100%;
    float: none;
    clear: both;
    margin: 0;
  }
  section.interview figure p,
  section.interview figcaption,
  section.interview figure.twoThirds figcaption,
  section.interview figure.margin figcaption {
    position: relative;
    width: 100%;
    margin: 0;
    right: auto;
  }
  section.interview .staff {
    float: none;
    margin: 60px 0 0 0;
    clear: both;
    overflow: auto;
  }
  .sideBar {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  body section.interview section.sideBar h1:first-of-type,
  body section.interview section.sideBar h1 {
    margin: 40px 0 20px;
  }
  section.intro p {
    font-size: 1.8em;
  }
  .site-title {
    /*h1*/
    width: 295px;
    height: 22px;
  }
  section.interview blockquote,
  section.essay blockquote {
    margin: 50px 0;
  }
  section.interview blockquote p,
  section.essay blockquote p {
    font-size: 2em;
  }
  /* Set interior pages grid to start below nav */
  body.info section.grid {
    margin-top: 200px;
  }
  /* Set two up images to one column */
  section.essay figure.two-up img,
  section.interview figure.two-up img {
    width: 100%;
    margin: 25px 0;
    float: none;
  }
  /* Link columns on landing page */
  #link-section .one-third.column {
    width: 100%;
    margin: 0 auto 50px;
    margin-left: 0 !important;
  }
  #link-section .one-third.column a {
    margin: 10px auto !important;
  }
}
@media (max-width: 600px) {
  #menu-navigation li {
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 12px;
  }
  section.interview .staff {
    float: none;
    margin: 75px 0 0 0;
    clear: both;
    overflow: auto;
  }
}
@media (max-width: 500px) {
  /* Resize homapge grid labels */
  section.grid .photo.half,
  section.grid .photo.quarter,
  section.grid .photo.halfTall,
  section.grid .photo.twoThirds,
  section.tumblr .post {
    width: 100% !important;
    padding-bottom: 100% !important;
    margin: 0 0 1% 0 !important;
  }
  #menu-navigation li:last-of-type {
    display: none;
  }
}
a.centeredbutton {
  font-family: "ff-meta-serif-web-pro", georgia, serif;
  font-size: 1.4em;
  text-align: center;
  color: black;
  border: 2px solid black;
  padding: 20px;
  margin: 20px auto 50px;
  display: block;
  max-width: 250px;
  width: 80%;
  text-decoration: none;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
.centeredbutton:hover {
  color: white;
  background: black;
  -webkit-transition: background .2s ease;
  -moz-transition: background .2s ease;
  -o-transition: background .2s ease;
  transition: background .2s ease;
}
#link-section .column {
  float: none;
  display: inline-block;
}
#link-section .column:not(:first-child) {
  margin-left: 30px;
}
#link-section .column:first-child a {
  margin-right: 0;
}
#link-section .column:last-child a {
  margin-left: 0;
}
.footer .socialLinks a:hover {
  color: #fff;
}
body.error404 .cover a {
  background-color: #303135;
}
body.error404 .cover a h1 {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.cover h1.title {
  /* Blur */
  text-shadow: 0px 0px 60px rgba(0, 0, 0, 0.9);
  /* Custom Title Color/Alpha */
  color: #ffffff !important;
}
.light .cover h1.title {
  /* Blur */
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.9);
  /* Custom Title Color/Alpha */
  color: #ffffff;
}
.cover h1.title {
  /* Set Where Title Lines up Vertically, default to 50% */
  top: 60%;
}
@media (max-width: 700px) {
  .cover h1.title {
    /* Set Where Title Lines up Vertically, default to 50% */
    top: 70%;
  }
}
body {
  /*Set Background Color*/
  background-color: #f2f2f2;
}
