html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* Tabnav */

.tabnav {
  overflow: hidden;
  display: flex;
  margin-top: -45px;
  position: absolute;
}
.tabnav-item {
  color: #444;
  display: inline-block;
  line-height: 44px;
  padding-left: 25px;
  padding-right: 25px;
  background-color: #dedede;
}
.tabnav-item.active {
  background-color: #fff;
  line-height: 46px;
}

/* Buttons */

.button-loadmore {
  background-color: transparent;
  border: 2px solid #d29920;
  color: #d29920;
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin: auto;
  padding: 1rem;
  text-transform: uppercase;
}
.button-loadmore:hover {
  background-color: #d29920;
  color: #fff;
}

/* Stories Layout */

.stories-bg {
  background-color: #000;
  background-attachment: fixed;
  background-size: 100% auto;
  background-position: center;
  padding-top: 60vh;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover !important;
}
.stories-content {
  background: #fff;
}
.stories-content-inner {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 40px;
}

.stories-pagination {
  padding: 40px;
  text-align: center;
}

/* Stories Lead */

.stories-lead {
  padding-top: 20px;
}
.stories-lead .stories-list-item {
  border: none;
}
.stories-lead .stories-list-item__heading {
  font-size: 34px;
  line-height: 1.300em;
}

/* Stories List */

.stories-list-item {
  border-top: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}
  .stories-list-item__meta {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .stories-list-item__meta > span {
    font-weight: 400;
    color: #d29920;
    border-right: 1px solid #eee;
    padding-right: .75em;
    margin-right: .5em;
  }
  .stories-list-item__heading {
    border: none;
    font-size: 24px;
		font-weight: 400;
    margin-top: .5em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .stories-list-item__heading > a {
    color: #121212;
  }
  .stories-list-item__heading > a:hover {
    color: #d29920;
  }


/* Artists Grid */

.grid {
  display: flex;
  justify-content: space-between;
}

.grid .artists-grid-item {
  width: 100%;
}
@media screen and (min-width: 599px) {
  .grid .artists-grid-item {
    width: calc((100%/2) - 10px)
  }
}
@media screen and (min-width: 800px) {
  .grid .artists-grid-item {
    width: calc((100%/3) - 10px)
  }
}

.artists-grid-item {
  border-top: 1px solid #eee;
  padding-top: 40px;
  padding-bottom: 40px;
}
  .artists-grid-item__meta {
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
  .artists-grid-item__meta > span {
    font-weight: 400;
    color: #d29920;
    border-right: 1px solid #eee;
    padding-right: .75em;
    margin-right: .5em;
  }
  .artists-grid-item__heading {
    border: none;
    font-size: 24px;
		font-weight: 400;
    margin-top: .5em;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .artists-grid-item__heading > a {
    color: #121212;
  }
  .artists-grid-item__heading > a:hover {
    color: #d29920;
  }
  .artists-grid-item__photo {
    margin-bottom: 20px;
  }
  .artists-grid-item__photo img {
    max-width: 100%;
  }

/* COMMUNITY LANDING
-------------------------------------------------------- */

@media (max-width: 880px) {

  .stories-list-item__heading {
    font-size: 17px;
    font-size: 2.5vw;
    line-height: 1.400em;
  }

}

  
@media (max-width: 768px) {
  .stories-list-item__heading  {
    font-size: 17px;
    font-size: 3.5vw
  }
  .stories-list-item__meta {
    font-size: 10px;
    margin-bottom: 1em;
  }
  .stories-lead .stories-list-item__heading {
    font-size: 24px;
    font-size: 5vw;
    line-height: 1.300em;
  }
}


@media (max-width: 480px) {
  .stories-list-item {
    padding: 30px 0;
  }
  .stories-list-item__heading  {
    font-size: 15px;
    font-size: 4vw
  }
  .button-loadmore {
    font-size: 11px;
    padding: .5rem;
  }
}

/* ARTICLE LAYOUT
-------------------------------------------------------- */

.responsive-img {
	height: auto;
	width: 100%;
}

.stories-sections { }
.stories-section {
  overflow: hidden;
  position: relative;
}
.stories-section:not(:first-child) {
  padding-top: 20px;
}
.stories-section:not(:last-child) {
  padding-bottom: 20px;
}
.stories-section > *:last-child {
  margin-bottom: 0;
}
.stories-section p:not(.pullquote),
.stories-section li {
  font-size: 16px;
	line-height: 1.85em;
}

.stories-section[data-type="gallery"],
.stories-section[data-type="pullquote"],
.stories-section[data-type="photo"],
.stories-section[data-type="video"] {
  /* margin-top: 60px;
  margin-bottom: 60px; */
}
.stories-section[data-type="pullquote"] {
  padding-left: 100px;
  padding-right: 100px;
}
.stories-section[data-type="gallery"] {
  padding-bottom: 30px !important;
}
.stories-section[data-type="gallery"] .simple-slideshow {
  margin-top: 0;
}

.simple-slideshow img {
  max-height: none;
}
.pullquote {
	clear: both;
	color: #d29920;
	font-size: 30px;
	font-weight: 300;
	line-height: 1.35em;
	margin-bottom: 0;
}
.pullquote-author {
	border-top: 2px solid #121212;
	border-bottom: 2px solid #121212;
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	margin-top: 20px;
	padding: .25em 0;
	text-transform: uppercase;
}
.subheadline {
	display: block;
	font-size: 21px;
	font-weight: 500;
	line-height: 1.65em;
	margin-bottom: 1.65em; // add margin to parent <h3>
}


.stories-footer {
	max-width: 890px;
	margin: 0 auto;
	position: relative;
}
.stories-footer-share {
	display: block;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}
.stories-footer-share .icon  {
	background-size: auto 40%;
	background-position: center center;
	background-repeat: no-repeat;
	border: 2px solid #313131;
	display: inline-block;
	height: 45px;
	width: 45px;
	margin-left: .125em;
	margin-right: .125em;
	text-align: left;
	text-indent: -9999px;
	border-radius: 40px;
	-webkit-transition: background-color 0.2s ease-in;
       -moz-transition: background-color 0.2s ease-in;
	        transition: background-color 0.2s ease-in;
}
.stories-footer-share h4 {
  font-size: 18px;
}
.stories-footer-share-links {
  margin-top: 20px;
}

.stories-footer-share .icon:hover { background-color: #313131; }
.icon.google { background-image: url('../icons/icon-google.svg'); }
.icon.google:hover { background-image: url('../icons/icon-google-rev.svg'); }
.icon.twitter { background-image: url('../icons/icon-twitter.svg'); }
.icon.twitter:hover { background-image: url('../icons/icon-twitter-rev.svg'); }
.icon.facebook { background-image: url('../icons/icon-facebook.svg'); }
.icon.facebook:hover { background-image: url('../icons/icon-facebook-rev.svg'); }
.icon.linkedin { background-image: url('../icons/icon-linkedin.svg'); }
.icon.linkedin:hover { background-image: url('../icons/icon-linkedin-rev.svg'); }

/* Add content margin < 1024 */


@media (max-width:980px) {

}

@media (max-width:768px) {

	.stories-section[data-type="gallery"],
	.stories-section[data-type="pullquote"],
	.stories-section[data-type="photo"],
	.stories-section[data-type="video"] {
		/* margin-top: 40px;
		margin-bottom: 40px; */
	}
	.stories-section[data-type="pullquote"] {
		padding-left: 0;
		padding-right: 0;
	}
	.pullquote {
		font-size: 24px;
  }
  .stories-section p:not(.pullquote),
  .stories-section li {
    font-size: 14px;
    line-height: 1.85em;
  }

}

@media (max-width:480px) {
	
	.pullquote {
		font-size: 24px;
  }
  
}