a,
a:visited {
  color: #666 !important;
}
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: 1000;
  position: absolute;
  top: 0;
  width: 100%;
}
.site-title {
  /*h1*/
  width: 500px;
  height: 42px;
  margin: 34px auto 0;
  position: absolute;
  left: 7%;
  top: 11px;
  clear: both;
  text-indent: -9999em;
  line-height: 1.6em;
  background-image: url('../assets/gfx/logo.svg?2020');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  z-index: 100;
}
.light .site-title {
  background-position: 50% 100%;
  opacity: 0.9;
}
.site-title a,
.home .site-title {
  display: block;
  text-decoration: none;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.site-title a:hover,
.home .site-title:hover {
  border-bottom: 0;
}
.cover {
  z-index: 0;
  height: 75%;
  max-height: 1800px;
  min-height: 600px !important;
  background-size: cover;
  background-position: center center;
  position: relative;
  background-color: lightgrey;
}
.cover a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  border: 0;
  text-decoration: none;
}
.cover h1.title {
  text-align: left;
  left: 2.5%;
  position: absolute;
  font-family: titling-gothic-fb, sans-serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 100px;
  overflow: visible;
  /* Visible to accoomodate drop shadow on text */
  vertical-align: bottom;
}
.light .cover h1.title {
  color: white;
}
.cover .coverArrow {
  display: none;
}
.dark .cover h1.title {
  color: black !important;
}
.cover h1.title .sub {
  display: block;
  clear: both;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: regular;
}
.bottomGradient {
  display: none;
}
.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, serif;
}
.footer-logo {
  list-style: none;
  margin-top: 40px;
  float: left;
  clear: both;
}
.footer-logo li {
  font-family: trade-gothic-next, sans-serif;
  color: #666;
}
.footer-logo li span, .footer-logo li span a, .footer-logo li span a:visited, .footer-logo li span a:active {
  font-family: "Trade Gothic W01 Bold";
  text-transform: uppercase;
  display: block;
  font-size: 2em;
  margin-bottom: -15px;
  color: white !important;
	text-decoration: none;
}
.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 !important;
  text-decoration: none;
  opacity: 0.8;
  font-size: 0.9em;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700;
}
.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: 0.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 20px;
  margin-top: 35px;
  width: 95%;
  overflow: visible;
  clear: both;
}
#link-section {
  width: 95%;
  margin: 0 auto;
}
h1.sectionTitle {
  text-align: left;
  font-size: 1.4em;
  padding: 0;
  margin: 25px 2.5% 25px 0;
  line-height: 1.4em;
  font-family: titling-gothic-fb, sans-serif !important;
  font-weight: 500;
  background-color: #e4ffb1;
  width: max-content;
}
.btn {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700 !important;
  font-size: 1.6em;
  text-align: center;
  color: black;
  border: 3px solid black;
  padding: 20px;
  margin: 50px auto !important;
  display: block;
  width: 225px;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.btn:hover {
  color: white !important;
  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 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
section.grid .photoRollover:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
section.grid .photoRollover h1 {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 500 !important;
  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;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700 !important;
  text-transform: capitalize;
}
section.grid .row {
  margin-bottom: 0.33%;
}
section.grid .photo.half {
  width: 49.66%;
  padding-bottom: 49.66%;
}
section.grid .acf-inner.photo.half {
  width: 33%;
  padding-bottom: 33%;
  margin-bottom: 0.33%;
  position: relative;
  overflow: hidden;
}
section.grid .acf-inner.photo.half a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
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;
}
div.jp-relatedposts {
  padding: 50px 0 !important;
  margin-top: 50px !important;
  font-family: titling-gothic-fb, sans-serif;
  font-size: 1.3rem;
  color: #333;
  border-top: 1px solid lightgrey;
}
h3.jp-relatedposts-headline {
  font-size: 2.1rem !important;
  background-color: #e4ffb1;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
  border: 0 !important;
}
#jp-relatedposts h3.jp-relatedposts-headline em {
  font-weight: 500 !important;
}
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  padding-top: 18px;
}
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time,
#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
  font-size: 18px !important;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img {
  max-height: 600px;
}
.jp-relatedposts-post-a img {
  width: 100%;
}
#jp-relatedposts h3.jp-relatedposts-headline em:before {
  margin-bottom: 0 !important;
}
section.details {
  width: 100%;
  margin: 50px auto 0;
  padding-bottom: 30px;
  border-bottom: 6px solid rgba(0, 0, 0, 0.03);
  overflow: auto;
}
.staff {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700 !important;
  font-size: 1.2em;
}
section.details h1.issue {
  display: block;
  float: left;
  background-color: #e4ffb1;
  color: black;
  padding: 5px 0;
  margin: 3px 0 0;
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 500 !important;
  font-size: 1.2em;
}
section.details .staff {
  list-style: none;
  float: left;
  margin: 7px 5px 0 10px;
  line-height: 1.2em;
}
.staff li {
  float: left;
  margin-right: 10px;
  color: #000;
  padding-inline-start: 0;
}
.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 p {
  font-family: trade-gothic-next, sans-serif;
}
section.interview section.sideBar h1 {
  margin: 50px 0 30px;
}
section.interview section.sideBar h1:first-of-type {
  margin-top: 75px;
}
section.interview section.sideBar ul {
  list-style: none;
  margin-top: 0;
}
section.interview section.sideBar ul li {
  margin: 0;
  font-family: trade-gothic-next, sans-serif;
}
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: titling-gothic-fb, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  margin: 50px 0 30px;
  color: #333;
}
section.interview h2,
section.interview p,
section.interview h6 {
  width: 66%;
  line-height: 1.6em;
}
section.interview h2,
section.essay h2 {
  font-size: 1.8em;
  margin: 50px 0 25px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700 !important;
}
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: trade-gothic-next, sans-serif;
  font-weight: 400;
  position: relative;
  width: 100%;
  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;
}
.lmb-container {
  overflow: hidden !important;
  clear: both !important;
}
.row.homepageControls{
	padding: 24px 0;
	position: sticky;
	background-color: #f2f2f2;
	top:0;
	z-index: 999;
}
.row.homepageControls h1{
	margin:0;
}
#alm-filters-homepagefilter {
  position: absolute;
  right: 0;
  top: 16px;
  width:50%;
}
.alm-filter--textfield.textfield, #alm-filters-homepagefilter select{
	font-family: trade-gothic-next, sans-serif;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #ccc !important;
	height: 42px !important;
	width:100%;
}
.alm-filter--textfield.textfield{
	-webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
	border-right:0 !important;
}
.alm-filter--text-wrap button{
	font-family: trade-gothic-next, sans-serif;
}
.alm-filter{
	width:100%;
}
#alm-filters-homepagefilter select {
  /* styling */
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */
  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#alm-filters-homepagefilter select {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

#alm-filters-homepagefilter select:focus {
  background-image:
    linear-gradient(45deg, black 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, black 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: black;
  outline: 0;
}

#alm-filters-homepagefilter select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.info .grid ul,
.info .grid ol {
  list-style: outside !important;
  margin-left: 20px;
}
.about .grid p em {
  font-size: 0.8em;
  font-style: normal;
  color: #999;
}
.about .grid p a {
  color: black !important;
}
section.intro {
  border-bottom: 6px solid rgba(0, 0, 0, 0.03);
  width: 66%;
  padding-bottom: 30px;
}
section.intro p {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  width: 100%;
  font-size: 1.6em;
}
.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: 96px 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;
}
figcaption p {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
  font-style: normal;
}
section.interview figcaption {
  border-bottom: 6px solid rgba(0, 0, 0, 0.03);
  padding: 25px 0 0 0;
  font-size: 0.8em;
  color: #888;
  clear: both;
}
section.essay figcaption {
  font-size: 1.4em;
  border-bottom: 6px solid rgba(0, 0, 0, 0.03);
  padding: 25px 0 0 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: 6px solid rgba(0, 0, 0, 0.03);
  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 {
  padding-top: 150px !important;
}
body.info section.grid h1 {
  font-weight: bold;
}
body.info section.grid h1.sectionTitlePrime {
  font-family: titling-gothic-fb, sans-serif;
  font-weight: 700;
}
body.info section.grid h1.sectionTitle{
  font-weight: normal;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 400;
}
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;
}
.btn.loadMoreBtn {
  clear: both;
}
.team-grid {
  width: 80%;
}
.about .row {
  width: 80%;
}
body.mobile section.grid {
  margin-top: 0;
}
body.mobile .cover .coverArrow {
  bottom: 20px;
}
body.mobile .cover h1.title {
  bottom: 10%;
}
@media (min-width: 2101px) {
  
	section.interview h2,
  	section.essay h2 {
    	font-size: 2.5em;
  	}
  	section.interview p,
  	section.essay p {
    	font-size: 2.5em;
  	}
	section.intro p,
  section.essay p {
    font-size: 2.6em;
  }
}
@media (max-width: 2100px) {
  
	section.interview h2,
  	section.essay h2 {
    	font-size: 2.2em;
  	}
  	section.interview p,
  	section.essay p {
    	font-size: 2.2em;
  	}
	section.intro p,
  section.essay p {
    font-size: 2.3em;
  }
}
@media (max-width: 1600px) {
  
	section.interview h2,
  	section.essay h2 {
    	font-size: 1.8em;
  	}
  	section.interview p,
  	section.essay p {
    	font-size: 1.8em;
  	}
	section.intro p,
  section.essay p {
    font-size: 2em;
  }
	.site-title,
  #menu li {
    /*h1*/
    left: 6% !important;
  }
}
@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 {
    font-size: 14px;
  }
  #menu-navigation li:last-of-type {
    margin-right: 0;
  }
}
@media (max-width: 1250px) {
  section.grid .acf-inner.photo.half {
    width: 49.66%;
    padding-bottom: 49.66%;
    position: relative;
    overflow: hidden;
  }
  .site-title,
  #menu li {
    /*h1*/
    left: 7% !important;
  }
	#alm-filters-homepagefilter{
		width: 75%;
	}
}
@media (max-width: 1024px) {
  section.intro p,
  section.essay p {
    font-size: 1.7em;
  }
  section.interview h2,
  section.essay h2 {
    font-size: 1.6em;
  }
  section.interview p,
  section.essay p {
    font-size: 1.6em;
  }
  section.interview section.sideBar p,
  section.interview section.sideBar ul,
  section.interview section.sideBar ul li {
    font-size: 1.3em;
  }
  .site-title,
  #menu li {
    /*h1*/
    left: 9% !important;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: none !important;
    width: 100% !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}
@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 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.interview h6,
  section.intro {
    width: 100%;
  }
  section.interview p {
    line-height: 1.6em;
    margin-bottom: 30px;
  }
  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.6em;
  }
  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: 30px 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: 16px 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.6em;
  }
  section.interview blockquote,
  section.essay blockquote {
    margin: 50px 0;
  }
  section.interview blockquote p,
  section.essay blockquote p {
    font-size: 2em;
  }
  /* Set two up images to one column */
  section.essay figure.two-up img,
  section.interview figure.two-up img {
    width: 100%;
    margin: 15px 0 0;
    float: none;
  }
  section.essay figure.two-up img:first-of-type,
  section.interview figure.two-up img:first-of-type {
    width: 100%;
    margin: 0;
    float: none;
  }
  /* Link columns on landing page */
  #link-section .one-third.column {
    width: 100%;
    margin: 0 auto 15px;
    margin-left: 0 !important;
  }
  #link-section .one-third.column a {
    margin: 10px auto !important;
  }
  .site-title {
    /*h1*/
    width: 250px;
    height: 21px;
    margin: 34px auto 0;
    left: 50% !important;
    /* position the left edge of the element at the middle of the parent */
    transform: translateX(-50%);
    /* This is a shorthand of translateX(-50%) and translateY(-50%) */
  }
  #menu li {
    margin-left: 0 !important;
    text-align: center;
  }
	.row.homepageControls{
		padding: 16px 0;
	}
  #alm-filters-homepagefilter {
    position: relative;
	width:100%;
    margin: 0;
	height: 96px;
	top:8px;
  }
	.alm-filters-container .alm-filter.alm-filter--category, .alm-filters-container .alm-filter.alm-filter--postType {
		width:100%;
	}
	#alm-filters-homepagefilter select{
		width:100%;
		font-size:14px;
	}
	.alm-filters-container .alm-filter.alm-filter--search{
		width:100%;
		position: absolute;
		top: 48px;
	}
  body.info section.grid p,
  body.info section.grid h2 {
    width: 100%;
  }
  .team-grid,
  .about .row {
    width: 100%;
  }
}
@media (max-width: 640px) {
  section.interview .staff {
    /*float: none;*/
    margin: 24px 0 0 0;
    clear: both;
    overflow: auto;
  }
  /* 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;
  }
  #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    float: none;
    width: 100% !important;
    margin-right: 0;
    padding-right: 0;
  }
	section.interview h2,
  	section.essay h2 {
    	font-size: 1.6em;
  	}
  	section.interview p,
  	section.essay p {
    	font-size: 1.6em;
  	}
  .site-title {
    left: 53% !important;
    /* making more room for hamburger menu at smaller sizes */
  }
}
a.centeredbutton {
  font-family: trade-gothic-next, sans-serif;
  font-weight: 700 !important;
  font-size: 1.4em;
  text-align: center;
  color: black !important;
  border: 2px solid black;
  padding: 20px;
  margin: 20px auto 50px;
  display: block;
  max-width: 250px;
  width: 80%;
  text-decoration: none;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.centeredbutton:hover {
  color: white !important;
  background: black !important;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.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,
.footer .socialLinks a:visited,
.footer .socialLinks a:active {
  color: #666;
}
.footer .socialLinks a:hover {
  color: #fff;
}
body.error404 .cover a h1 {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */
body {
  margin: 0;
  padding: 0;
  /* make it look decent enough */
  background: #232323;
  color: #cdcdcd;
  /*font-family: "Avenir Next", "Avenir", sans-serif;*/
}
#menuToggle {
  display: block;
  position: relative;
  top: 47px;
  padding-left: 2.5%;
  height: 1px;
  overflow: visible;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}
#menuToggle a:hover {
  color: tomato;
}
#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: 2.5%;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
/*
  * Just a quick hamburger
  */
#menuToggle span {
  display: block;
  width: 24px;
  height: 3px;
  margin-bottom: 4px;
  position: relative;
  background: #fff;
  border-radius: 2px;
  z-index: 1;
  transform-origin: 1px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
#menuToggle span:first-child {
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}
/* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
}
/*
  * But let's hide the middle one.
  */
#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
/*
  * Ohyeah and the last one should go the other direction
  */
#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg) translate(0, -1px);
}
/*
  * Make this absolute positioned
  * at the top left of the screen
  */
#menu {
  margin-top: -150px;
  margin-left: -2.6%;
  padding: 225px 0 75px;
  background: #121212;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(-200%, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-box-shadow: 0 8px 20px 0 black;
  -moz-box-shadow: 0 8px 20px 0 black;
  box-shadow: 0 8px 20px 0 black;
}
#menu li {
  padding: 10px 0;
  font-size: 22px;
  font-family: trade-gothic-next, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2.1em;
  margin-left: 7%;
  list-style: none;
}
#menu li.menu-item a,
#menu li.menu-item a:active,
#menu li.menu-item a:visited {
  color: #FFF !important;
}
#menu li.menu-item a:hover {
  color: #fff !important;
}
/*
  * And let's slide it in from the left
  */
#menuToggle input:checked ~ ul {
  transform: none;
}
.dark #menuToggle span {
  background: #000;
}
.dark #menu li.menu-item a,
.dark #menu li.menu-item a:active,
.dark #menu li.menu-item a:visited {
  color: #000 !important;
}
.dark #menu li.menu-item a:hover {
  color: #000 !important;
}
.dark #menu {
  background-color: #fff;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.5);
}
.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% */
  bottom: 5% !important;
}
@media (max-width: 700px) {
  .cover h1.title {
    /* Set Where Title Lines up Vertically, default to 50% */
    bottom: 10%;
  }
}
body {
  /*Set Background Color*/
  background-color: #f2f2f2;
  -webkit-font-smoothing: antialiased;
  position: relative;
  color: #121212;
}